Shades of Dairy Cream #EFD3A8
Tints of Dairy Cream #EFD3A8
RGB
CMYK
RGB Variations
Color information
#EFD3A8 (or 0xEFD3A8) is known color: Dairy Cream. HEX triplet: EF, D3 and A8. RGB value is (239,211,168). Sum of RGB (Red+Green+Blue) = 239+211+168=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 168 (66.02% from 255 or 27.18% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3A8 is #102C57. Grayscale: #D6D6D6. Windows color (decimal): -1059928 or 11064303. OLE color: 11064303.
HSL color Cylindrical-coordinate representation of color #EFD3A8: hue angle of 36.34º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFD3A8 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 168 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.06 |
| HSL | 36.34º | 0.69% | 0.8% | - |
| HSV(B) | 36.34º | 0.3% | 0.94% | - |
| XYZ | 65.96 | 67.77 | 46.65 | - |
| YUV | 214.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 168 | 0 | 0.12 | 0.30 | 0.06 | 36.34 | 0.69 | 0.8 |
| Hex | EF | D3 | A8 | 0 | C | 1E | 6 | 24 | 45 | 50 |
| Octal | 357 | 323 | 250 | 0 | 14 | 36 | 6 | 44 | 105 | 120 |
| Binary | 11101111 | 11010011 | 10101000 | 0 | 1100 | 11110 | 110 | 100100 | 1000101 | 1010000 |
Color Harmonies of #EFD3A8
Complementary color
Monochromatic Colors of #EFD3A8
Black with #EFD3A8
Text Example
Text Example
White with #EFD3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3A8; }
p { color: rgb(239,211,168); }
H1.HeaderClassName
{
color: #EFD3A8;
}
.AnyTagClassName
{
color: #EFD3A8;
}
</style>
background-color css
<style>
a { background-color: #EFD3A8; }
a { background-color: rgb(239,211,168); }
div.DivClassName
{
background-color: #EFD3A8;
}
.BgClassName
{
background-color: #EFD3A8;
}
</style>
border-color css
<style>
span { border-color: #EFD3A8; }
span { border-color: rgb(239,211,168); }
td.TdClassName
{
border-color: #EFD3A8;
}
.TagClassName
{
border-color: #EFD3A8;
}
</style>