Shades of Dairy Cream #EACEA3
Tints of Dairy Cream #EACEA3
RGB
CMYK
RGB Variations
Color information
#EACEA3 (or 0xEACEA3) is known color: Dairy Cream. HEX triplet: EA, CE and A3. RGB value is (234,206,163). Sum of RGB (Red+Green+Blue) = 234+206+163=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 163 (64.06% from 255 or 27.03% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACEA3 is #15315C. Grayscale: #D1D1D1. Windows color (decimal): -1388893 or 10735338. OLE color: 10735338.
HSL color Cylindrical-coordinate representation of color #EACEA3: hue angle of 36.34º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EACEA3 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 163 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.08 |
| HSL | 36.34º | 0.63% | 0.78% | - |
| HSV(B) | 36.34º | 0.3% | 0.92% | - |
| XYZ | 62.61 | 64.28 | 43.76 | - |
| YUV | 209.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 163 | 0 | 0.12 | 0.30 | 0.08 | 36.34 | 0.63 | 0.78 |
| Hex | EA | CE | A3 | 0 | C | 1E | 8 | 24 | 3F | 4E |
| Octal | 352 | 316 | 243 | 0 | 14 | 36 | 10 | 44 | 77 | 116 |
| Binary | 11101010 | 11001110 | 10100011 | 0 | 1100 | 11110 | 1000 | 100100 | 111111 | 1001110 |
Color Harmonies of #EACEA3
Complementary color
Monochromatic Colors of #EACEA3
Black with #EACEA3
Text Example
Text Example
White with #EACEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEA3; }
p { color: rgb(234,206,163); }
H1.HeaderClassName
{
color: #EACEA3;
}
.AnyTagClassName
{
color: #EACEA3;
}
</style>
background-color css
<style>
a { background-color: #EACEA3; }
a { background-color: rgb(234,206,163); }
div.DivClassName
{
background-color: #EACEA3;
}
.BgClassName
{
background-color: #EACEA3;
}
</style>
border-color css
<style>
span { border-color: #EACEA3; }
span { border-color: rgb(234,206,163); }
td.TdClassName
{
border-color: #EACEA3;
}
.TagClassName
{
border-color: #EACEA3;
}
</style>