Shades of Dairy Cream #EACFA3
Tints of Dairy Cream #EACFA3
RGB
CMYK
RGB Variations
Color information
#EACFA3 (or 0xEACFA3) is known color: Dairy Cream. HEX triplet: EA, CF and A3. RGB value is (234,207,163). Sum of RGB (Red+Green+Blue) = 234+207+163=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACFA3 is #15305C. Grayscale: #D2D2D2. Windows color (decimal): -1388637 or 10735594. OLE color: 10735594.
HSL color Cylindrical-coordinate representation of color #EACFA3: hue angle of 37.18º 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 #EACFA3 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 163 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.08 |
| HSL | 37.18º | 0.63% | 0.78% | - |
| HSV(B) | 37.18º | 0.3% | 0.92% | - |
| XYZ | 62.86 | 64.76 | 43.84 | - |
| YUV | 210.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 163 | 0 | 0.12 | 0.30 | 0.08 | 37.18 | 0.63 | 0.78 |
| Hex | EA | CF | A3 | 0 | C | 1E | 8 | 25 | 3F | 4E |
| Octal | 352 | 317 | 243 | 0 | 14 | 36 | 10 | 45 | 77 | 116 |
| Binary | 11101010 | 11001111 | 10100011 | 0 | 1100 | 11110 | 1000 | 100101 | 111111 | 1001110 |
Color Harmonies of #EACFA3
Complementary color
Monochromatic Colors of #EACFA3
Black with #EACFA3
Text Example
Text Example
White with #EACFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACFA3; }
p { color: rgb(234,207,163); }
H1.HeaderClassName
{
color: #EACFA3;
}
.AnyTagClassName
{
color: #EACFA3;
}
</style>
background-color css
<style>
a { background-color: #EACFA3; }
a { background-color: rgb(234,207,163); }
div.DivClassName
{
background-color: #EACFA3;
}
.BgClassName
{
background-color: #EACFA3;
}
</style>
border-color css
<style>
span { border-color: #EACFA3; }
span { border-color: rgb(234,207,163); }
td.TdClassName
{
border-color: #EACFA3;
}
.TagClassName
{
border-color: #EACFA3;
}
</style>