Shades of Dairy Cream #EFD0A0
Tints of Dairy Cream #EFD0A0
RGB
CMYK
RGB Variations
Color information
#EFD0A0 (or 0xEFD0A0) is known color: Dairy Cream. HEX triplet: EF, D0 and A0. RGB value is (239,208,160). Sum of RGB (Red+Green+Blue) = 239+208+160=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD0A0 is #102F5F. Grayscale: #D4D4D4. Windows color (decimal): -1060704 or 10539247. OLE color: 10539247.
HSL color Cylindrical-coordinate representation of color #EFD0A0: hue angle of 36.46º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFD0A0 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 160 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.06 |
| HSL | 36.46º | 0.71% | 0.78% | - |
| HSV(B) | 36.46º | 0.33% | 0.94% | - |
| XYZ | 64.5 | 66 | 42.6 | - |
| YUV | 211.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 160 | 0 | 0.13 | 0.33 | 0.06 | 36.46 | 0.71 | 0.78 |
| Hex | EF | D0 | A0 | 0 | D | 21 | 6 | 24 | 47 | 4E |
| Octal | 357 | 320 | 240 | 0 | 15 | 41 | 6 | 44 | 107 | 116 |
| Binary | 11101111 | 11010000 | 10100000 | 0 | 1101 | 100001 | 110 | 100100 | 1000111 | 1001110 |
Color Harmonies of #EFD0A0
Complementary color
Monochromatic Colors of #EFD0A0
Black with #EFD0A0
Text Example
Text Example
White with #EFD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0A0; }
p { color: rgb(239,208,160); }
H1.HeaderClassName
{
color: #EFD0A0;
}
.AnyTagClassName
{
color: #EFD0A0;
}
</style>
background-color css
<style>
a { background-color: #EFD0A0; }
a { background-color: rgb(239,208,160); }
div.DivClassName
{
background-color: #EFD0A0;
}
.BgClassName
{
background-color: #EFD0A0;
}
</style>
border-color css
<style>
span { border-color: #EFD0A0; }
span { border-color: rgb(239,208,160); }
td.TdClassName
{
border-color: #EFD0A0;
}
.TagClassName
{
border-color: #EFD0A0;
}
</style>