crispedge.com

Color picker

Loading...

#ebdbaa hex color - Studio Cream - Yellow - Warm color - Information

#ebdbaa hex color - Studio Cream - Yellow - Warm color

Color Mixture: Orange and Yellow

Color Hue/Base color: Yellow

Hex #ebdbaa Color Code is also known as Studio Cream color.

Hex #ebdbaa Color code in RGB color code model is created after adding 92.16% red color, 85.88% green color and 66.67% blue color. Hex #ebdbaa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 7% magenta, 28% yellow and 8% black.

Hex #ebdbaa color code is between #eedd99 web safe hex color code and #ddccbb web safe hex color code. #eedd99 is the nearest web safe color code. You can see here many more shades of #ebdbaa color code.

0 Likes 0 Comments | 42 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codeebdbaa#ebdbaa
RGB Decimal235, 219, 170rgb(235, 219, 170)
RGB Percent92%, 86%, 67%rgb(92%, 86%, 67%)
CSS RGBa235, 219, 170,1rgba(235,219,170,1)
CMYK Modelcmyk(0%,7%,28%,8%)
HSL Color Space45,62% ,79%hsl(45,62% ,79%)
HSV Color Space45°, 28%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111010111101101110101010
Octal353333252
Decimal235219170
Hexebdbaa

Different shades of #ebdbaa color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ebdbaa
#f5ecd3
Dark Shade of #ebdbaa
#e1ca81
Saturated Shade of #ebdbaa
#f0dea5
Desaturated Shade of #ebdbaa
#e6d8af
Grey scale Shade of #ebdbaa
#cacaca
Brighten Shade
#fff4c3
Most Readable Shade
#000000

Shades of #ebdbaa color code

Generate more color scales with scales (color stack) generator.

#ebdbaa
#d0c297
#b6aa84
#9c9271
#82795e
#68614b
#4e4938
#343025
#1a1812
#000000

Similar Color like #ebdbaa color

Find visually similar hex color codes nearing to #ebdbaa hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#ecdcab
#edddac
#eedead
#efdfae
#f0e0af
#f1e1b0
#f2e2b1
#f3e3b2
#f4e4b3
#f5e5b4
#f6e6b5
#f7e7b6
#f8e8b7
#f9e9b8
#eadaa9
#e9d9a8
#e8d8a7
#e7d7a6
#e6d6a5
#e5d5a4
#e4d4a3
#e3d3a2
#e2d2a1
#e1d1a0
#e0d09f
#dfcf9e
#dece9d
#ddcd9c

Monochromatic Color with #ebdbaa

#ebdbaa
#161510
#413d2f
#6b644e
#968c6d
#c0b38b

Tints of #ebdbaa Color

#ebdbaa
#eddfb3
#efe3bc
#f1e7c6
#f3ebcf
#f6efd9
#f8f3e2
#faf7ec
#fcfbf5
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ebdbaa
#aabaeb

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ebdbaa
#aadbeb
#bbaaeb

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#ebc1aa
#ebceaa
#ebdbaa
#ebe8aa
#e1ebaa

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ebdbaa
#aaebdb
#dbaaeb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ebdbaa
#aaebba
#aabaeb
#ebaada

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ebdbaa
#aabaeb
#bbaaeb
#dbebaa

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ebdbaa Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ebdbaa Color Code Preview on Black Background Color

This is how #ebdbaa Color will look on black background color. Color contrast ratio is 15.25

#ebdbaa in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ebdbaa">Your Example Paragraph content text in with font color #ebdbaa </p>

Your Example Paragraph content text in with font color #ebdbaa

HTML with inline CSS

<div style="color:#ebdbaa">Your Paragraph text in with font color #ebdbaa </div>

Your Example Paragraph content text in with font color #ebdbaa

#ebdbaa color code is use for CSS Background Color

Background color for the above div is #ebdbaa

HTML with inline CSS

<div style="background-color:#ebdbaa;"></div>

#ebdbaa color code is use for CSS Border Color

CSS Border color for the above div is #ebdbaa

HTML with inline CSS

<div style="border:5px solid #ebdbaa;"></div>

CSS Border Left color for the above div is #ebdbaa

HTML with inline CSS

<div style="border-left:5px solid #ebdbaa;"></div>

CSS Border Right color for the above div is #ebdbaa

HTML with inline CSS

<div style="border-right:5px solid #ebdbaa;"></div>

CSS Border Bottom color for the above div is #ebdbaa

HTML with inline CSS

<div style="border-bottom:5px solid #ebdbaa;"></div>

CSS Border Top color for the above div is #ebdbaa

HTML with inline CSS

<div style="border-top:5px solid #ebdbaa;"></div>

#ebdbaa hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ebdbaa; } .examplecolorclass {color:#ebdbaa; } .examplebordercolor {border:3px solid #ebdbaa; }

#ebdbaa Color code Preview on White Background

This is how #ebdbaa Color code will look on white background color. Color contrast ratio is 1.38

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ebdbaa; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ebdbaa; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(235,219,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,186,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(235,219,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 42 Views

Post your comment:-

By submitting comment you agree to our privacy policy.