Shades of Dairy Cream #EFD2A1
Tints of Dairy Cream #EFD2A1
RGB
CMYK
RGB Variations
Color information
#EFD2A1 (or 0xEFD2A1) is known color: Dairy Cream. HEX triplet: EF, D2 and A1. RGB value is (239,210,161). Sum of RGB (Red+Green+Blue) = 239+210+161=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 210 (82.42% from 255 or 34.43% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2A1 is #102D5E. Grayscale: #D5D5D5. Windows color (decimal): -1060191 or 10605295. OLE color: 10605295.
HSL color Cylindrical-coordinate representation of color #EFD2A1: hue angle of 37.69º 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 #EFD2A1 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 161 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.06 |
| HSL | 37.69º | 0.71% | 0.78% | - |
| HSV(B) | 37.69º | 0.33% | 0.94% | - |
| XYZ | 65.08 | 67.02 | 43.22 | - |
| YUV | 213.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 161 | 0 | 0.12 | 0.33 | 0.06 | 37.69 | 0.71 | 0.78 |
| Hex | EF | D2 | A1 | 0 | C | 21 | 6 | 26 | 47 | 4E |
| Octal | 357 | 322 | 241 | 0 | 14 | 41 | 6 | 46 | 107 | 116 |
| Binary | 11101111 | 11010010 | 10100001 | 0 | 1100 | 100001 | 110 | 100110 | 1000111 | 1001110 |
Color Harmonies of #EFD2A1
Complementary color
Monochromatic Colors of #EFD2A1
Black with #EFD2A1
Text Example
Text Example
White with #EFD2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2A1; }
p { color: rgb(239,210,161); }
H1.HeaderClassName
{
color: #EFD2A1;
}
.AnyTagClassName
{
color: #EFD2A1;
}
</style>
background-color css
<style>
a { background-color: #EFD2A1; }
a { background-color: rgb(239,210,161); }
div.DivClassName
{
background-color: #EFD2A1;
}
.BgClassName
{
background-color: #EFD2A1;
}
</style>
border-color css
<style>
span { border-color: #EFD2A1; }
span { border-color: rgb(239,210,161); }
td.TdClassName
{
border-color: #EFD2A1;
}
.TagClassName
{
border-color: #EFD2A1;
}
</style>