Shades of Dairy Cream #EDD4A1
Tints of Dairy Cream #EDD4A1
RGB
CMYK
RGB Variations
Color information
#EDD4A1 (or 0xEDD4A1) is known color: Dairy Cream. HEX triplet: ED, D4 and A1. RGB value is (237,212,161). Sum of RGB (Red+Green+Blue) = 237+212+161=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 212 (83.20% from 255 or 34.75% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD4A1 is #122B5E. Grayscale: #D5D5D5. Windows color (decimal): -1190751 or 10605805. OLE color: 10605805.
HSL color Cylindrical-coordinate representation of color #EDD4A1: hue angle of 40.26º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDD4A1 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 161 | - |
| CMYK | 0 | 0.11 | 0.32 | 0.07 |
| HSL | 40.26º | 0.68% | 0.78% | - |
| HSV(B) | 40.26º | 0.32% | 0.93% | - |
| XYZ | 64.9 | 67.66 | 43.36 | - |
| YUV | 213.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 161 | 0 | 0.11 | 0.32 | 0.07 | 40.26 | 0.68 | 0.78 |
| Hex | ED | D4 | A1 | 0 | B | 20 | 7 | 28 | 44 | 4E |
| Octal | 355 | 324 | 241 | 0 | 13 | 40 | 7 | 50 | 104 | 116 |
| Binary | 11101101 | 11010100 | 10100001 | 0 | 1011 | 100000 | 111 | 101000 | 1000100 | 1001110 |
Color Harmonies of #EDD4A1
Complementary color
Monochromatic Colors of #EDD4A1
Black with #EDD4A1
Text Example
Text Example
White with #EDD4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD4A1; }
p { color: rgb(237,212,161); }
H1.HeaderClassName
{
color: #EDD4A1;
}
.AnyTagClassName
{
color: #EDD4A1;
}
</style>
background-color css
<style>
a { background-color: #EDD4A1; }
a { background-color: rgb(237,212,161); }
div.DivClassName
{
background-color: #EDD4A1;
}
.BgClassName
{
background-color: #EDD4A1;
}
</style>
border-color css
<style>
span { border-color: #EDD4A1; }
span { border-color: rgb(237,212,161); }
td.TdClassName
{
border-color: #EDD4A1;
}
.TagClassName
{
border-color: #EDD4A1;
}
</style>