Shades of Dairy Cream #EDD19E
Tints of Dairy Cream #EDD19E
RGB
CMYK
RGB Variations
Color information
#EDD19E (or 0xEDD19E) is known color: Dairy Cream. HEX triplet: ED, D1 and 9E. RGB value is (237,209,158). Sum of RGB (Red+Green+Blue) = 237+209+158=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 158 (62.11% from 255 or 26.16% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD19E is #122E61. Grayscale: #D3D3D3. Windows color (decimal): -1191522 or 10408429. OLE color: 10408429.
HSL color Cylindrical-coordinate representation of color #EDD19E: hue angle of 38.73º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDD19E is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 158 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.07 |
| HSL | 38.73º | 0.69% | 0.77% | - |
| HSV(B) | 38.73º | 0.33% | 0.93% | - |
| XYZ | 63.9 | 66.07 | 41.73 | - |
| YUV | 211.56 | 97.78 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 158 | 0 | 0.12 | 0.33 | 0.07 | 38.73 | 0.69 | 0.77 |
| Hex | ED | D1 | 9E | 0 | C | 21 | 7 | 27 | 45 | 4D |
| Octal | 355 | 321 | 236 | 0 | 14 | 41 | 7 | 47 | 105 | 115 |
| Binary | 11101101 | 11010001 | 10011110 | 0 | 1100 | 100001 | 111 | 100111 | 1000101 | 1001101 |
Color Harmonies of #EDD19E
Complementary color
Monochromatic Colors of #EDD19E
Black with #EDD19E
Text Example
Text Example
White with #EDD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD19E; }
p { color: rgb(237,209,158); }
H1.HeaderClassName
{
color: #EDD19E;
}
.AnyTagClassName
{
color: #EDD19E;
}
</style>
background-color css
<style>
a { background-color: #EDD19E; }
a { background-color: rgb(237,209,158); }
div.DivClassName
{
background-color: #EDD19E;
}
.BgClassName
{
background-color: #EDD19E;
}
</style>
border-color css
<style>
span { border-color: #EDD19E; }
span { border-color: rgb(237,209,158); }
td.TdClassName
{
border-color: #EDD19E;
}
.TagClassName
{
border-color: #EDD19E;
}
</style>