Shades of Dairy Cream #EDCEA0
Tints of Dairy Cream #EDCEA0
RGB
CMYK
RGB Variations
Color information
#EDCEA0 (or 0xEDCEA0) is known color: Dairy Cream. HEX triplet: ED, CE and A0. RGB value is (237,206,160). Sum of RGB (Red+Green+Blue) = 237+206+160=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEA0 is #12315F. Grayscale: #D2D2D2. Windows color (decimal): -1192288 or 10538733. OLE color: 10538733.
HSL color Cylindrical-coordinate representation of color #EDCEA0: hue angle of 35.84º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDCEA0 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 206 | 160 | - |
CMYK | 0 | 0.13 | 0.32 | 0.07 |
HSL | 35.84º | 0.68% | 0.78% | - |
HSV(B) | 35.84º | 0.32% | 0.93% | - |
XYZ | 63.34 | 64.69 | 42.4 | - |
YUV | 210.03 | 99.77 | 147.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 206 | 160 | 0 | 0.13 | 0.32 | 0.07 | 35.84 | 0.68 | 0.78 |
Hex | ED | CE | A0 | 0 | D | 20 | 7 | 24 | 44 | 4E |
Octal | 355 | 316 | 240 | 0 | 15 | 40 | 7 | 44 | 104 | 116 |
Binary | 11101101 | 11001110 | 10100000 | 0 | 1101 | 100000 | 111 | 100100 | 1000100 | 1001110 |
Color Harmonies of #EDCEA0
Complementary color
Monochromatic Colors of #EDCEA0
Black with #EDCEA0
Text Example
Text Example
White with #EDCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCEA0; }
p { color: rgb(237,206,160); }
H1.HeaderClassName
{
color: #EDCEA0;
}
.AnyTagClassName
{
color: #EDCEA0;
}
</style>
background-color css
<style>
a { background-color: #EDCEA0; }
a { background-color: rgb(237,206,160); }
div.DivClassName
{
background-color: #EDCEA0;
}
.BgClassName
{
background-color: #EDCEA0;
}
</style>
border-color css
<style>
span { border-color: #EDCEA0; }
span { border-color: rgb(237,206,160); }
td.TdClassName
{
border-color: #EDCEA0;
}
.TagClassName
{
border-color: #EDCEA0;
}
</style>