Shades of Dairy Cream #EED29F
Tints of Dairy Cream #EED29F
RGB
CMYK
RGB Variations
Color information
#EED29F (or 0xEED29F) is known color: Dairy Cream. HEX triplet: EE, D2 and 9F. RGB value is (238,210,159). Sum of RGB (Red+Green+Blue) = 238+210+159=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 159 (62.5% from 255 or 26.19% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EED29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED29F is #112D60. Grayscale: #D4D4D4. Windows color (decimal): -1125729 or 10474222. OLE color: 10474222.
HSL color Cylindrical-coordinate representation of color #EED29F: hue angle of 38.73º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EED29F is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 159 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.07 |
| HSL | 38.73º | 0.7% | 0.78% | - |
| HSV(B) | 38.73º | 0.33% | 0.93% | - |
| XYZ | 64.56 | 66.77 | 42.29 | - |
| YUV | 212.56 | 97.78 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 159 | 0 | 0.12 | 0.33 | 0.07 | 38.73 | 0.7 | 0.78 |
| Hex | EE | D2 | 9F | 0 | C | 21 | 7 | 27 | 46 | 4E |
| Octal | 356 | 322 | 237 | 0 | 14 | 41 | 7 | 47 | 106 | 116 |
| Binary | 11101110 | 11010010 | 10011111 | 0 | 1100 | 100001 | 111 | 100111 | 1000110 | 1001110 |
Color Harmonies of #EED29F
Complementary color
Monochromatic Colors of #EED29F
Black with #EED29F
Text Example
Text Example
White with #EED29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED29F; }
p { color: rgb(238,210,159); }
H1.HeaderClassName
{
color: #EED29F;
}
.AnyTagClassName
{
color: #EED29F;
}
</style>
background-color css
<style>
a { background-color: #EED29F; }
a { background-color: rgb(238,210,159); }
div.DivClassName
{
background-color: #EED29F;
}
.BgClassName
{
background-color: #EED29F;
}
</style>
border-color css
<style>
span { border-color: #EED29F; }
span { border-color: rgb(238,210,159); }
td.TdClassName
{
border-color: #EED29F;
}
.TagClassName
{
border-color: #EED29F;
}
</style>