Shades of Buttermilk #EEDEA1
Tints of Buttermilk #EEDEA1
RGB
CMYK
RGB Variations
Color information
#EEDEA1 (or 0xEEDEA1) is known color: Buttermilk. HEX triplet: EE, DE and A1. RGB value is (238,222,161). Sum of RGB (Red+Green+Blue) = 238+222+161=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 161 (63.28% from 255 or 25.93% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDEA1 is #11215E. Grayscale: #DCDCDC. Windows color (decimal): -1122655 or 10608366. OLE color: 10608366.
HSL color Cylindrical-coordinate representation of color #EEDEA1: hue angle of 47.53º 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 #EEDEA1 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 161 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.07 |
| HSL | 47.53º | 0.69% | 0.78% | - |
| HSV(B) | 47.53º | 0.32% | 0.93% | - |
| XYZ | 67.81 | 72.99 | 44.23 | - |
| YUV | 219.83 | 94.8 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 161 | 0 | 0.07 | 0.32 | 0.07 | 47.53 | 0.69 | 0.78 |
| Hex | EE | DE | A1 | 0 | 7 | 20 | 7 | 30 | 45 | 4E |
| Octal | 356 | 336 | 241 | 0 | 7 | 40 | 7 | 60 | 105 | 116 |
| Binary | 11101110 | 11011110 | 10100001 | 0 | 111 | 100000 | 111 | 110000 | 1000101 | 1001110 |
Color Harmonies of #EEDEA1
Complementary color
Monochromatic Colors of #EEDEA1
Black with #EEDEA1
Text Example
Text Example
White with #EEDEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDEA1; }
p { color: rgb(238,222,161); }
H1.HeaderClassName
{
color: #EEDEA1;
}
.AnyTagClassName
{
color: #EEDEA1;
}
</style>
background-color css
<style>
a { background-color: #EEDEA1; }
a { background-color: rgb(238,222,161); }
div.DivClassName
{
background-color: #EEDEA1;
}
.BgClassName
{
background-color: #EEDEA1;
}
</style>
border-color css
<style>
span { border-color: #EEDEA1; }
span { border-color: rgb(238,222,161); }
td.TdClassName
{
border-color: #EEDEA1;
}
.TagClassName
{
border-color: #EEDEA1;
}
</style>