Shades of Dairy Cream #EACEA1
Tints of Dairy Cream #EACEA1
RGB
CMYK
RGB Variations
Color information
#EACEA1 (or 0xEACEA1) is known color: Dairy Cream. HEX triplet: EA, CE and A1. RGB value is (234,206,161). Sum of RGB (Red+Green+Blue) = 234+206+161=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACEA1 is #15315E. Grayscale: #D1D1D1. Windows color (decimal): -1388895 or 10604266. OLE color: 10604266.
HSL color Cylindrical-coordinate representation of color #EACEA1: hue angle of 36.99º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EACEA1 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 161 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.08 |
| HSL | 36.99º | 0.63% | 0.77% | - |
| HSV(B) | 36.99º | 0.31% | 0.92% | - |
| XYZ | 62.44 | 64.21 | 42.82 | - |
| YUV | 209.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 161 | 0 | 0.12 | 0.31 | 0.08 | 36.99 | 0.63 | 0.77 |
| Hex | EA | CE | A1 | 0 | C | 1F | 8 | 25 | 3F | 4D |
| Octal | 352 | 316 | 241 | 0 | 14 | 37 | 10 | 45 | 77 | 115 |
| Binary | 11101010 | 11001110 | 10100001 | 0 | 1100 | 11111 | 1000 | 100101 | 111111 | 1001101 |
Color Harmonies of #EACEA1
Complementary color
Monochromatic Colors of #EACEA1
Black with #EACEA1
Text Example
Text Example
White with #EACEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACEA1; }
p { color: rgb(234,206,161); }
H1.HeaderClassName
{
color: #EACEA1;
}
.AnyTagClassName
{
color: #EACEA1;
}
</style>
background-color css
<style>
a { background-color: #EACEA1; }
a { background-color: rgb(234,206,161); }
div.DivClassName
{
background-color: #EACEA1;
}
.BgClassName
{
background-color: #EACEA1;
}
</style>
border-color css
<style>
span { border-color: #EACEA1; }
span { border-color: rgb(234,206,161); }
td.TdClassName
{
border-color: #EACEA1;
}
.TagClassName
{
border-color: #EACEA1;
}
</style>