Shades of Dairy Cream #EFD2A3
Tints of Dairy Cream #EFD2A3
RGB
CMYK
RGB Variations
Color information
#EFD2A3 (or 0xEFD2A3) is known color: Dairy Cream. HEX triplet: EF, D2 and A3. RGB value is (239,210,163). Sum of RGB (Red+Green+Blue) = 239+210+163=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 163 (64.06% from 255 or 26.63% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2A3 is #102D5C. Grayscale: #D5D5D5. Windows color (decimal): -1060189 or 10736367. OLE color: 10736367.
HSL color Cylindrical-coordinate representation of color #EFD2A3: hue angle of 37.11º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFD2A3 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 163 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.06 |
| HSL | 37.11º | 0.7% | 0.79% | - |
| HSV(B) | 37.11º | 0.32% | 0.94% | - |
| XYZ | 65.25 | 67.09 | 44.16 | - |
| YUV | 213.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 163 | 0 | 0.12 | 0.32 | 0.06 | 37.11 | 0.7 | 0.79 |
| Hex | EF | D2 | A3 | 0 | C | 20 | 6 | 25 | 46 | 4F |
| Octal | 357 | 322 | 243 | 0 | 14 | 40 | 6 | 45 | 106 | 117 |
| Binary | 11101111 | 11010010 | 10100011 | 0 | 1100 | 100000 | 110 | 100101 | 1000110 | 1001111 |
Color Harmonies of #EFD2A3
Complementary color
Monochromatic Colors of #EFD2A3
Black with #EFD2A3
Text Example
Text Example
White with #EFD2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2A3; }
p { color: rgb(239,210,163); }
H1.HeaderClassName
{
color: #EFD2A3;
}
.AnyTagClassName
{
color: #EFD2A3;
}
</style>
background-color css
<style>
a { background-color: #EFD2A3; }
a { background-color: rgb(239,210,163); }
div.DivClassName
{
background-color: #EFD2A3;
}
.BgClassName
{
background-color: #EFD2A3;
}
</style>
border-color css
<style>
span { border-color: #EFD2A3; }
span { border-color: rgb(239,210,163); }
td.TdClassName
{
border-color: #EFD2A3;
}
.TagClassName
{
border-color: #EFD2A3;
}
</style>