Shades of Buttermilk #EEDDA1
Tints of Buttermilk #EEDDA1
RGB
CMYK
RGB Variations
Color information
#EEDDA1 (or 0xEEDDA1) is known color: Buttermilk. HEX triplet: EE, DD and A1. RGB value is (238,221,161). Sum of RGB (Red+Green+Blue) = 238+221+161=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 161 (63.28% from 255 or 25.97% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDDA1 is #11225E. Grayscale: #DBDBDB. Windows color (decimal): -1122911 or 10608110. OLE color: 10608110.
HSL color Cylindrical-coordinate representation of color #EEDDA1: hue angle of 46.75º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EEDDA1 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 161 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.07 |
| HSL | 46.75º | 0.69% | 0.78% | - |
| HSV(B) | 46.75º | 0.32% | 0.93% | - |
| XYZ | 67.55 | 72.46 | 44.14 | - |
| YUV | 219.24 | 95.13 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 161 | 0 | 0.07 | 0.32 | 0.07 | 46.75 | 0.69 | 0.78 |
| Hex | EE | DD | A1 | 0 | 7 | 20 | 7 | 2F | 45 | 4E |
| Octal | 356 | 335 | 241 | 0 | 7 | 40 | 7 | 57 | 105 | 116 |
| Binary | 11101110 | 11011101 | 10100001 | 0 | 111 | 100000 | 111 | 101111 | 1000101 | 1001110 |
Color Harmonies of #EEDDA1
Complementary color
Monochromatic Colors of #EEDDA1
Black with #EEDDA1
Text Example
Text Example
White with #EEDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDA1; }
p { color: rgb(238,221,161); }
H1.HeaderClassName
{
color: #EEDDA1;
}
.AnyTagClassName
{
color: #EEDDA1;
}
</style>
background-color css
<style>
a { background-color: #EEDDA1; }
a { background-color: rgb(238,221,161); }
div.DivClassName
{
background-color: #EEDDA1;
}
.BgClassName
{
background-color: #EEDDA1;
}
</style>
border-color css
<style>
span { border-color: #EEDDA1; }
span { border-color: rgb(238,221,161); }
td.TdClassName
{
border-color: #EEDDA1;
}
.TagClassName
{
border-color: #EEDDA1;
}
</style>