Shades of Buttermilk #EEDDA0
Tints of Buttermilk #EEDDA0
RGB
CMYK
RGB Variations
Color information
#EEDDA0 (or 0xEEDDA0) is known color: Buttermilk. HEX triplet: EE, DD and A0. RGB value is (238,221,160). Sum of RGB (Red+Green+Blue) = 238+221+160=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 160 (62.89% from 255 or 25.85% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDA0 is #11225F. Grayscale: #DBDBDB. Windows color (decimal): -1122912 or 10542574. OLE color: 10542574.
HSL color Cylindrical-coordinate representation of color #EEDDA0: hue angle of 46.92º 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 #EEDDA0 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 160 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.07 |
| HSL | 46.92º | 0.7% | 0.78% | - |
| HSV(B) | 46.92º | 0.33% | 0.93% | - |
| XYZ | 67.46 | 72.43 | 43.68 | - |
| YUV | 219.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 160 | 0 | 0.07 | 0.33 | 0.07 | 46.92 | 0.7 | 0.78 |
| Hex | EE | DD | A0 | 0 | 7 | 21 | 7 | 2F | 46 | 4E |
| Octal | 356 | 335 | 240 | 0 | 7 | 41 | 7 | 57 | 106 | 116 |
| Binary | 11101110 | 11011101 | 10100000 | 0 | 111 | 100001 | 111 | 101111 | 1000110 | 1001110 |
Color Harmonies of #EEDDA0
Complementary color
Monochromatic Colors of #EEDDA0
Black with #EEDDA0
Text Example
Text Example
White with #EEDDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDA0; }
p { color: rgb(238,221,160); }
H1.HeaderClassName
{
color: #EEDDA0;
}
.AnyTagClassName
{
color: #EEDDA0;
}
</style>
background-color css
<style>
a { background-color: #EEDDA0; }
a { background-color: rgb(238,221,160); }
div.DivClassName
{
background-color: #EEDDA0;
}
.BgClassName
{
background-color: #EEDDA0;
}
</style>
border-color css
<style>
span { border-color: #EEDDA0; }
span { border-color: rgb(238,221,160); }
td.TdClassName
{
border-color: #EEDDA0;
}
.TagClassName
{
border-color: #EEDDA0;
}
</style>