Shades of Dairy Cream #EFD2A8
Tints of Dairy Cream #EFD2A8
RGB
CMYK
RGB Variations
Color information
#EFD2A8 (or 0xEFD2A8) is known color: Dairy Cream. HEX triplet: EF, D2 and A8. RGB value is (239,210,168). Sum of RGB (Red+Green+Blue) = 239+210+168=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 168 (66.02% from 255 or 27.23% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2A8 is #102D57. Grayscale: #D6D6D6. Windows color (decimal): -1060184 or 11064047. OLE color: 11064047.
HSL color Cylindrical-coordinate representation of color #EFD2A8: hue angle of 35.49º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFD2A8 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 168 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.06 |
| HSL | 35.49º | 0.69% | 0.8% | - |
| HSV(B) | 35.49º | 0.3% | 0.94% | - |
| XYZ | 65.71 | 67.27 | 46.57 | - |
| YUV | 213.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 168 | 0 | 0.12 | 0.30 | 0.06 | 35.49 | 0.69 | 0.8 |
| Hex | EF | D2 | A8 | 0 | C | 1E | 6 | 23 | 45 | 50 |
| Octal | 357 | 322 | 250 | 0 | 14 | 36 | 6 | 43 | 105 | 120 |
| Binary | 11101111 | 11010010 | 10101000 | 0 | 1100 | 11110 | 110 | 100011 | 1000101 | 1010000 |
Color Harmonies of #EFD2A8
Complementary color
Monochromatic Colors of #EFD2A8
Black with #EFD2A8
Text Example
Text Example
White with #EFD2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2A8; }
p { color: rgb(239,210,168); }
H1.HeaderClassName
{
color: #EFD2A8;
}
.AnyTagClassName
{
color: #EFD2A8;
}
</style>
background-color css
<style>
a { background-color: #EFD2A8; }
a { background-color: rgb(239,210,168); }
div.DivClassName
{
background-color: #EFD2A8;
}
.BgClassName
{
background-color: #EFD2A8;
}
</style>
border-color css
<style>
span { border-color: #EFD2A8; }
span { border-color: rgb(239,210,168); }
td.TdClassName
{
border-color: #EFD2A8;
}
.TagClassName
{
border-color: #EFD2A8;
}
</style>