Shades of Dairy Cream #EED19E
Tints of Dairy Cream #EED19E
RGB
CMYK
RGB Variations
Color information
#EED19E (or 0xEED19E) is known color: Dairy Cream. HEX triplet: EE, D1 and 9E. RGB value is (238,209,158). Sum of RGB (Red+Green+Blue) = 238+209+158=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 209 (82.03% from 255 or 34.55% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EED19E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED19E is #112E61. Grayscale: #D4D4D4. Windows color (decimal): -1125986 or 10408430. OLE color: 10408430.
HSL color Cylindrical-coordinate representation of color #EED19E: hue angle of 38.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EED19E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 158 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.07 |
| HSL | 38.25º | 0.7% | 0.78% | - |
| HSV(B) | 38.25º | 0.34% | 0.93% | - |
| XYZ | 64.23 | 66.25 | 41.75 | - |
| YUV | 211.86 | 97.61 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 158 | 0 | 0.12 | 0.34 | 0.07 | 38.25 | 0.7 | 0.78 |
| Hex | EE | D1 | 9E | 0 | C | 22 | 7 | 26 | 46 | 4E |
| Octal | 356 | 321 | 236 | 0 | 14 | 42 | 7 | 46 | 106 | 116 |
| Binary | 11101110 | 11010001 | 10011110 | 0 | 1100 | 100010 | 111 | 100110 | 1000110 | 1001110 |
Color Harmonies of #EED19E
Complementary color
Monochromatic Colors of #EED19E
Black with #EED19E
Text Example
Text Example
White with #EED19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED19E; }
p { color: rgb(238,209,158); }
H1.HeaderClassName
{
color: #EED19E;
}
.AnyTagClassName
{
color: #EED19E;
}
</style>
background-color css
<style>
a { background-color: #EED19E; }
a { background-color: rgb(238,209,158); }
div.DivClassName
{
background-color: #EED19E;
}
.BgClassName
{
background-color: #EED19E;
}
</style>
border-color css
<style>
span { border-color: #EED19E; }
span { border-color: rgb(238,209,158); }
td.TdClassName
{
border-color: #EED19E;
}
.TagClassName
{
border-color: #EED19E;
}
</style>