Shades of Dairy Cream #EECF9F
Tints of Dairy Cream #EECF9F
RGB
CMYK
RGB Variations
Color information
#EECF9F (or 0xEECF9F) is known color: Dairy Cream. HEX triplet: EE, CF and 9F. RGB value is (238,207,159). Sum of RGB (Red+Green+Blue) = 238+207+159=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EECF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECF9F is #113060. Grayscale: #D3D3D3. Windows color (decimal): -1126497 or 10473454. OLE color: 10473454.
HSL color Cylindrical-coordinate representation of color #EECF9F: hue angle of 36.46º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EECF9F is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 159 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.07 |
| HSL | 36.46º | 0.7% | 0.78% | - |
| HSV(B) | 36.46º | 0.33% | 0.93% | - |
| XYZ | 63.83 | 65.31 | 42.04 | - |
| YUV | 210.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 159 | 0 | 0.13 | 0.33 | 0.07 | 36.46 | 0.7 | 0.78 |
| Hex | EE | CF | 9F | 0 | D | 21 | 7 | 24 | 46 | 4E |
| Octal | 356 | 317 | 237 | 0 | 15 | 41 | 7 | 44 | 106 | 116 |
| Binary | 11101110 | 11001111 | 10011111 | 0 | 1101 | 100001 | 111 | 100100 | 1000110 | 1001110 |
Color Harmonies of #EECF9F
Complementary color
Monochromatic Colors of #EECF9F
Black with #EECF9F
Text Example
Text Example
White with #EECF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECF9F; }
p { color: rgb(238,207,159); }
H1.HeaderClassName
{
color: #EECF9F;
}
.AnyTagClassName
{
color: #EECF9F;
}
</style>
background-color css
<style>
a { background-color: #EECF9F; }
a { background-color: rgb(238,207,159); }
div.DivClassName
{
background-color: #EECF9F;
}
.BgClassName
{
background-color: #EECF9F;
}
</style>
border-color css
<style>
span { border-color: #EECF9F; }
span { border-color: rgb(238,207,159); }
td.TdClassName
{
border-color: #EECF9F;
}
.TagClassName
{
border-color: #EECF9F;
}
</style>