Shades of Dairy Cream #EFD2A6
Tints of Dairy Cream #EFD2A6
RGB
CMYK
RGB Variations
Color information
#EFD2A6 (or 0xEFD2A6) is known color: Dairy Cream. HEX triplet: EF, D2 and A6. RGB value is (239,210,166). Sum of RGB (Red+Green+Blue) = 239+210+166=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 166 (65.23% from 255 or 26.99% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2A6 is #102D59. Grayscale: #D5D5D5. Windows color (decimal): -1060186 or 10932975. OLE color: 10932975.
HSL color Cylindrical-coordinate representation of color #EFD2A6: hue angle of 36.16º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFD2A6 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 166 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.06 |
| HSL | 36.16º | 0.7% | 0.79% | - |
| HSV(B) | 36.16º | 0.31% | 0.94% | - |
| XYZ | 65.53 | 67.2 | 45.59 | - |
| YUV | 213.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 166 | 0 | 0.12 | 0.31 | 0.06 | 36.16 | 0.7 | 0.79 |
| Hex | EF | D2 | A6 | 0 | C | 1F | 6 | 24 | 46 | 4F |
| Octal | 357 | 322 | 246 | 0 | 14 | 37 | 6 | 44 | 106 | 117 |
| Binary | 11101111 | 11010010 | 10100110 | 0 | 1100 | 11111 | 110 | 100100 | 1000110 | 1001111 |
Color Harmonies of #EFD2A6
Complementary color
Monochromatic Colors of #EFD2A6
Black with #EFD2A6
Text Example
Text Example
White with #EFD2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2A6; }
p { color: rgb(239,210,166); }
H1.HeaderClassName
{
color: #EFD2A6;
}
.AnyTagClassName
{
color: #EFD2A6;
}
</style>
background-color css
<style>
a { background-color: #EFD2A6; }
a { background-color: rgb(239,210,166); }
div.DivClassName
{
background-color: #EFD2A6;
}
.BgClassName
{
background-color: #EFD2A6;
}
</style>
border-color css
<style>
span { border-color: #EFD2A6; }
span { border-color: rgb(239,210,166); }
td.TdClassName
{
border-color: #EFD2A6;
}
.TagClassName
{
border-color: #EFD2A6;
}
</style>