Shades of Dairy Cream #EFD19D
Tints of Dairy Cream #EFD19D
RGB
CMYK
RGB Variations
Color information
#EFD19D (or 0xEFD19D) is known color: Dairy Cream. HEX triplet: EF, D1 and 9D. RGB value is (239,209,157). Sum of RGB (Red+Green+Blue) = 239+209+157=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD19D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD19D is #102E62. Grayscale: #D4D4D4. Windows color (decimal): -1060451 or 10342895. OLE color: 10342895.
HSL color Cylindrical-coordinate representation of color #EFD19D: hue angle of 38.05º 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 #EFD19D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 209 | 157 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.06 |
| HSL | 38.05º | 0.72% | 0.78% | - |
| HSV(B) | 38.05º | 0.34% | 0.94% | - |
| XYZ | 64.48 | 66.39 | 41.31 | - |
| YUV | 212.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 209 | 157 | 0 | 0.13 | 0.34 | 0.06 | 38.05 | 0.72 | 0.78 |
| Hex | EF | D1 | 9D | 0 | D | 22 | 6 | 26 | 48 | 4E |
| Octal | 357 | 321 | 235 | 0 | 15 | 42 | 6 | 46 | 110 | 116 |
| Binary | 11101111 | 11010001 | 10011101 | 0 | 1101 | 100010 | 110 | 100110 | 1001000 | 1001110 |
Color Harmonies of #EFD19D
Complementary color
Monochromatic Colors of #EFD19D
Black with #EFD19D
Text Example
Text Example
White with #EFD19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD19D; }
p { color: rgb(239,209,157); }
H1.HeaderClassName
{
color: #EFD19D;
}
.AnyTagClassName
{
color: #EFD19D;
}
</style>
background-color css
<style>
a { background-color: #EFD19D; }
a { background-color: rgb(239,209,157); }
div.DivClassName
{
background-color: #EFD19D;
}
.BgClassName
{
background-color: #EFD19D;
}
</style>
border-color css
<style>
span { border-color: #EFD19D; }
span { border-color: rgb(239,209,157); }
td.TdClassName
{
border-color: #EFD19D;
}
.TagClassName
{
border-color: #EFD19D;
}
</style>