Shades of Dairy Cream #E5CEA4
Tints of Dairy Cream #E5CEA4
RGB
CMYK
RGB Variations
Color information
#E5CEA4 (or 0xE5CEA4) is known color: Dairy Cream. HEX triplet: E5, CE and A4. RGB value is (229,206,164). Sum of RGB (Red+Green+Blue) = 229+206+164=599 (79% of max value = 765). Red value is 229 (89.84% from 255 or 38.23% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CEA4 is #1A315B. Grayscale: #D0D0D0. Windows color (decimal): -1716572 or 10800869. OLE color: 10800869.
HSL color Cylindrical-coordinate representation of color #E5CEA4: hue angle of 38.77º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E5CEA4 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 206 | 164 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.10 |
| HSL | 38.77º | 0.56% | 0.77% | - |
| HSV(B) | 38.77º | 0.28% | 0.9% | - |
| XYZ | 61.09 | 63.48 | 44.16 | - |
| YUV | 208.09 | 103.12 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 206 | 164 | 0 | 0.10 | 0.28 | 0.10 | 38.77 | 0.56 | 0.77 |
| Hex | E5 | CE | A4 | 0 | A | 1C | A | 27 | 38 | 4D |
| Octal | 345 | 316 | 244 | 0 | 12 | 34 | 12 | 47 | 70 | 115 |
| Binary | 11100101 | 11001110 | 10100100 | 0 | 1010 | 11100 | 1010 | 100111 | 111000 | 1001101 |
Color Harmonies of #E5CEA4
Complementary color
Monochromatic Colors of #E5CEA4
Black with #E5CEA4
Text Example
Text Example
White with #E5CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CEA4; }
p { color: rgb(229,206,164); }
H1.HeaderClassName
{
color: #E5CEA4;
}
.AnyTagClassName
{
color: #E5CEA4;
}
</style>
background-color css
<style>
a { background-color: #E5CEA4; }
a { background-color: rgb(229,206,164); }
div.DivClassName
{
background-color: #E5CEA4;
}
.BgClassName
{
background-color: #E5CEA4;
}
</style>
border-color css
<style>
span { border-color: #E5CEA4; }
span { border-color: rgb(229,206,164); }
td.TdClassName
{
border-color: #E5CEA4;
}
.TagClassName
{
border-color: #E5CEA4;
}
</style>