Shades of Buttermilk #EEDE9E
Tints of Buttermilk #EEDE9E
RGB
CMYK
RGB Variations
Color information
#EEDE9E (or 0xEEDE9E) is known color: Buttermilk. HEX triplet: EE, DE and 9E. RGB value is (238,222,158). Sum of RGB (Red+Green+Blue) = 238+222+158=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 158 (62.11% from 255 or 25.57% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDE9E is #112161. Grayscale: #DBDBDB. Windows color (decimal): -1122658 or 10411758. OLE color: 10411758.
HSL color Cylindrical-coordinate representation of color #EEDE9E: hue angle of 48º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EEDE9E is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 158 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.07 |
| HSL | 48º | 0.7% | 0.78% | - |
| HSV(B) | 48º | 0.34% | 0.93% | - |
| XYZ | 67.55 | 72.89 | 42.86 | - |
| YUV | 219.49 | 93.3 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 158 | 0 | 0.07 | 0.34 | 0.07 | 48 | 0.7 | 0.78 |
| Hex | EE | DE | 9E | 0 | 7 | 22 | 7 | 30 | 46 | 4E |
| Octal | 356 | 336 | 236 | 0 | 7 | 42 | 7 | 60 | 106 | 116 |
| Binary | 11101110 | 11011110 | 10011110 | 0 | 111 | 100010 | 111 | 110000 | 1000110 | 1001110 |
Color Harmonies of #EEDE9E
Complementary color
Monochromatic Colors of #EEDE9E
Black with #EEDE9E
Text Example
Text Example
White with #EEDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE9E; }
p { color: rgb(238,222,158); }
H1.HeaderClassName
{
color: #EEDE9E;
}
.AnyTagClassName
{
color: #EEDE9E;
}
</style>
background-color css
<style>
a { background-color: #EEDE9E; }
a { background-color: rgb(238,222,158); }
div.DivClassName
{
background-color: #EEDE9E;
}
.BgClassName
{
background-color: #EEDE9E;
}
</style>
border-color css
<style>
span { border-color: #EEDE9E; }
span { border-color: rgb(238,222,158); }
td.TdClassName
{
border-color: #EEDE9E;
}
.TagClassName
{
border-color: #EEDE9E;
}
</style>