Shades of Dairy Cream #EACFA2
Tints of Dairy Cream #EACFA2
RGB
CMYK
RGB Variations
Color information
#EACFA2 (or 0xEACFA2) is known color: Dairy Cream. HEX triplet: EA, CF and A2. RGB value is (234,207,162). Sum of RGB (Red+Green+Blue) = 234+207+162=603 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.81% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 162 (63.67% from 255 or 26.87% from 603); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACFA2 is #15305D. Grayscale: #D2D2D2. Windows color (decimal): -1388638 or 10670058. OLE color: 10670058.
HSL color Cylindrical-coordinate representation of color #EACFA2: hue angle of 37.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EACFA2 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 162 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.08 |
| HSL | 37.5º | 0.63% | 0.78% | - |
| HSV(B) | 37.5º | 0.31% | 0.92% | - |
| XYZ | 62.77 | 64.73 | 43.37 | - |
| YUV | 209.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 162 | 0 | 0.12 | 0.31 | 0.08 | 37.5 | 0.63 | 0.78 |
| Hex | EA | CF | A2 | 0 | C | 1F | 8 | 26 | 3F | 4E |
| Octal | 352 | 317 | 242 | 0 | 14 | 37 | 10 | 46 | 77 | 116 |
| Binary | 11101010 | 11001111 | 10100010 | 0 | 1100 | 11111 | 1000 | 100110 | 111111 | 1001110 |
Color Harmonies of #EACFA2
Complementary color
Monochromatic Colors of #EACFA2
Black with #EACFA2
Text Example
Text Example
White with #EACFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFA2; }
p { color: rgb(234,207,162); }
H1.HeaderClassName
{
color: #EACFA2;
}
.AnyTagClassName
{
color: #EACFA2;
}
</style>
background-color css
<style>
a { background-color: #EACFA2; }
a { background-color: rgb(234,207,162); }
div.DivClassName
{
background-color: #EACFA2;
}
.BgClassName
{
background-color: #EACFA2;
}
</style>
border-color css
<style>
span { border-color: #EACFA2; }
span { border-color: rgb(234,207,162); }
td.TdClassName
{
border-color: #EACFA2;
}
.TagClassName
{
border-color: #EACFA2;
}
</style>