Shades of Dairy Cream #EACEA8
Tints of Dairy Cream #EACEA8
RGB
CMYK
RGB Variations
Color information
#EACEA8 (or 0xEACEA8) is known color: Dairy Cream. HEX triplet: EA, CE and A8. RGB value is (234,206,168). Sum of RGB (Red+Green+Blue) = 234+206+168=608 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.49% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACEA8 is #153157. Grayscale: #D2D2D2. Windows color (decimal): -1388888 or 11063018. OLE color: 11063018.
HSL color Cylindrical-coordinate representation of color #EACEA8: hue angle of 34.55º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EACEA8 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 168 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.08 |
| HSL | 34.55º | 0.61% | 0.79% | - |
| HSV(B) | 34.55º | 0.28% | 0.92% | - |
| XYZ | 63.07 | 64.46 | 46.16 | - |
| YUV | 210.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 168 | 0 | 0.12 | 0.28 | 0.08 | 34.55 | 0.61 | 0.79 |
| Hex | EA | CE | A8 | 0 | C | 1C | 8 | 23 | 3D | 4F |
| Octal | 352 | 316 | 250 | 0 | 14 | 34 | 10 | 43 | 75 | 117 |
| Binary | 11101010 | 11001110 | 10101000 | 0 | 1100 | 11100 | 1000 | 100011 | 111101 | 1001111 |
Color Harmonies of #EACEA8
Complementary color
Monochromatic Colors of #EACEA8
Black with #EACEA8
Text Example
Text Example
White with #EACEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEA8; }
p { color: rgb(234,206,168); }
H1.HeaderClassName
{
color: #EACEA8;
}
.AnyTagClassName
{
color: #EACEA8;
}
</style>
background-color css
<style>
a { background-color: #EACEA8; }
a { background-color: rgb(234,206,168); }
div.DivClassName
{
background-color: #EACEA8;
}
.BgClassName
{
background-color: #EACEA8;
}
</style>
border-color css
<style>
span { border-color: #EACEA8; }
span { border-color: rgb(234,206,168); }
td.TdClassName
{
border-color: #EACEA8;
}
.TagClassName
{
border-color: #EACEA8;
}
</style>