Shades of Dairy Cream #EFD09D
Tints of Dairy Cream #EFD09D
RGB
CMYK
RGB Variations
Color information
#EFD09D (or 0xEFD09D) is known color: Dairy Cream. HEX triplet: EF, D0 and 9D. RGB value is (239,208,157). Sum of RGB (Red+Green+Blue) = 239+208+157=604 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.57% from 604); Green value is 208 (81.64% from 255 or 34.44% from 604); Blue value is 157 (61.72% from 255 or 25.99% from 604); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD09D is #102F62. Grayscale: #D3D3D3. Windows color (decimal): -1060707 or 10342639. OLE color: 10342639.
HSL color Cylindrical-coordinate representation of color #EFD09D: hue angle of 37.32º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EFD09D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 157 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.06 |
| HSL | 37.32º | 0.72% | 0.78% | - |
| HSV(B) | 37.32º | 0.34% | 0.94% | - |
| XYZ | 64.24 | 65.9 | 41.23 | - |
| YUV | 211.46 | 97.27 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 157 | 0 | 0.13 | 0.34 | 0.06 | 37.32 | 0.72 | 0.78 |
| Hex | EF | D0 | 9D | 0 | D | 22 | 6 | 25 | 48 | 4E |
| Octal | 357 | 320 | 235 | 0 | 15 | 42 | 6 | 45 | 110 | 116 |
| Binary | 11101111 | 11010000 | 10011101 | 0 | 1101 | 100010 | 110 | 100101 | 1001000 | 1001110 |
Color Harmonies of #EFD09D
Complementary color
Monochromatic Colors of #EFD09D
Black with #EFD09D
Text Example
Text Example
White with #EFD09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD09D; }
p { color: rgb(239,208,157); }
H1.HeaderClassName
{
color: #EFD09D;
}
.AnyTagClassName
{
color: #EFD09D;
}
</style>
background-color css
<style>
a { background-color: #EFD09D; }
a { background-color: rgb(239,208,157); }
div.DivClassName
{
background-color: #EFD09D;
}
.BgClassName
{
background-color: #EFD09D;
}
</style>
border-color css
<style>
span { border-color: #EFD09D; }
span { border-color: rgb(239,208,157); }
td.TdClassName
{
border-color: #EFD09D;
}
.TagClassName
{
border-color: #EFD09D;
}
</style>