Shades of Dairy Cream #EFD4A2
Tints of Dairy Cream #EFD4A2
RGB
CMYK
RGB Variations
Color information
#EFD4A2 (or 0xEFD4A2) is known color: Dairy Cream. HEX triplet: EF, D4 and A2. RGB value is (239,212,162). Sum of RGB (Red+Green+Blue) = 239+212+162=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 212 (83.20% from 255 or 34.58% from 613); Blue value is 162 (63.67% from 255 or 26.43% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4A2 is #102B5D. Grayscale: #D6D6D6. Windows color (decimal): -1059678 or 10671343. OLE color: 10671343.
HSL color Cylindrical-coordinate representation of color #EFD4A2: hue angle of 38.96º degrees, saturation: 0.71, 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 #EFD4A2 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 162 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.06 |
| HSL | 38.96º | 0.71% | 0.79% | - |
| HSV(B) | 38.96º | 0.32% | 0.94% | - |
| XYZ | 65.66 | 68.05 | 43.86 | - |
| YUV | 214.37 | 98.45 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 162 | 0 | 0.11 | 0.32 | 0.06 | 38.96 | 0.71 | 0.79 |
| Hex | EF | D4 | A2 | 0 | B | 20 | 6 | 27 | 47 | 4F |
| Octal | 357 | 324 | 242 | 0 | 13 | 40 | 6 | 47 | 107 | 117 |
| Binary | 11101111 | 11010100 | 10100010 | 0 | 1011 | 100000 | 110 | 100111 | 1000111 | 1001111 |
Color Harmonies of #EFD4A2
Complementary color
Monochromatic Colors of #EFD4A2
Black with #EFD4A2
Text Example
Text Example
White with #EFD4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4A2; }
p { color: rgb(239,212,162); }
H1.HeaderClassName
{
color: #EFD4A2;
}
.AnyTagClassName
{
color: #EFD4A2;
}
</style>
background-color css
<style>
a { background-color: #EFD4A2; }
a { background-color: rgb(239,212,162); }
div.DivClassName
{
background-color: #EFD4A2;
}
.BgClassName
{
background-color: #EFD4A2;
}
</style>
border-color css
<style>
span { border-color: #EFD4A2; }
span { border-color: rgb(239,212,162); }
td.TdClassName
{
border-color: #EFD4A2;
}
.TagClassName
{
border-color: #EFD4A2;
}
</style>