Shades of Dairy Cream #EACFA1
Tints of Dairy Cream #EACFA1
RGB
CMYK
RGB Variations
Color information
#EACFA1 (or 0xEACFA1) is known color: Dairy Cream. HEX triplet: EA, CF and A1. RGB value is (234,207,161). Sum of RGB (Red+Green+Blue) = 234+207+161=602 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.87% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACFA1 is #15305E. Grayscale: #D2D2D2. Windows color (decimal): -1388639 or 10604522. OLE color: 10604522.
HSL color Cylindrical-coordinate representation of color #EACFA1: hue angle of 37.81º 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 #EACFA1 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 161 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.08 |
| HSL | 37.81º | 0.63% | 0.77% | - |
| HSV(B) | 37.81º | 0.31% | 0.92% | - |
| XYZ | 62.68 | 64.69 | 42.9 | - |
| YUV | 209.83 | 100.45 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 161 | 0 | 0.12 | 0.31 | 0.08 | 37.81 | 0.63 | 0.77 |
| Hex | EA | CF | A1 | 0 | C | 1F | 8 | 26 | 3F | 4D |
| Octal | 352 | 317 | 241 | 0 | 14 | 37 | 10 | 46 | 77 | 115 |
| Binary | 11101010 | 11001111 | 10100001 | 0 | 1100 | 11111 | 1000 | 100110 | 111111 | 1001101 |
Color Harmonies of #EACFA1
Complementary color
Monochromatic Colors of #EACFA1
Black with #EACFA1
Text Example
Text Example
White with #EACFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFA1; }
p { color: rgb(234,207,161); }
H1.HeaderClassName
{
color: #EACFA1;
}
.AnyTagClassName
{
color: #EACFA1;
}
</style>
background-color css
<style>
a { background-color: #EACFA1; }
a { background-color: rgb(234,207,161); }
div.DivClassName
{
background-color: #EACFA1;
}
.BgClassName
{
background-color: #EACFA1;
}
</style>
border-color css
<style>
span { border-color: #EACFA1; }
span { border-color: rgb(234,207,161); }
td.TdClassName
{
border-color: #EACFA1;
}
.TagClassName
{
border-color: #EACFA1;
}
</style>