Shades of Dairy Cream #EDD29F
Tints of Dairy Cream #EDD29F
RGB
CMYK
RGB Variations
Color information
#EDD29F (or 0xEDD29F) is known color: Dairy Cream. HEX triplet: ED, D2 and 9F. RGB value is (237,210,159). Sum of RGB (Red+Green+Blue) = 237+210+159=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 159 (62.5% from 255 or 26.24% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD29F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD29F is #122D60. Grayscale: #D4D4D4. Windows color (decimal): -1191265 or 10474221. OLE color: 10474221.
HSL color Cylindrical-coordinate representation of color #EDD29F: hue angle of 39.23º degrees, saturation: 0.68, 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 #EDD29F is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 159 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.07 |
| HSL | 39.23º | 0.68% | 0.78% | - |
| HSV(B) | 39.23º | 0.33% | 0.93% | - |
| XYZ | 64.23 | 66.6 | 42.27 | - |
| YUV | 212.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 159 | 0 | 0.11 | 0.33 | 0.07 | 39.23 | 0.68 | 0.78 |
| Hex | ED | D2 | 9F | 0 | B | 21 | 7 | 27 | 44 | 4E |
| Octal | 355 | 322 | 237 | 0 | 13 | 41 | 7 | 47 | 104 | 116 |
| Binary | 11101101 | 11010010 | 10011111 | 0 | 1011 | 100001 | 111 | 100111 | 1000100 | 1001110 |
Color Harmonies of #EDD29F
Complementary color
Monochromatic Colors of #EDD29F
Black with #EDD29F
Text Example
Text Example
White with #EDD29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD29F; }
p { color: rgb(237,210,159); }
H1.HeaderClassName
{
color: #EDD29F;
}
.AnyTagClassName
{
color: #EDD29F;
}
</style>
background-color css
<style>
a { background-color: #EDD29F; }
a { background-color: rgb(237,210,159); }
div.DivClassName
{
background-color: #EDD29F;
}
.BgClassName
{
background-color: #EDD29F;
}
</style>
border-color css
<style>
span { border-color: #EDD29F; }
span { border-color: rgb(237,210,159); }
td.TdClassName
{
border-color: #EDD29F;
}
.TagClassName
{
border-color: #EDD29F;
}
</style>