Shades of Buttermilk #EDE19F
Tints of Buttermilk #EDE19F
RGB
CMYK
RGB Variations
Color information
#EDE19F (or 0xEDE19F) is known color: Buttermilk. HEX triplet: ED, E1 and 9F. RGB value is (237,225,159). Sum of RGB (Red+Green+Blue) = 237+225+159=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 159 (62.5% from 255 or 25.60% from 621); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE19F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE19F is #121E60. Grayscale: #DDDDDD. Windows color (decimal): -1187425 or 10478061. OLE color: 10478061.
HSL color Cylindrical-coordinate representation of color #EDE19F: hue angle of 50.77º 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 #EDE19F is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 159 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.07 |
| HSL | 50.77º | 0.68% | 0.78% | - |
| HSV(B) | 50.77º | 0.33% | 0.93% | - |
| XYZ | 68.11 | 74.36 | 43.56 | - |
| YUV | 221.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 159 | 0 | 0.05 | 0.33 | 0.07 | 50.77 | 0.68 | 0.78 |
| Hex | ED | E1 | 9F | 0 | 5 | 21 | 7 | 33 | 44 | 4E |
| Octal | 355 | 341 | 237 | 0 | 5 | 41 | 7 | 63 | 104 | 116 |
| Binary | 11101101 | 11100001 | 10011111 | 0 | 101 | 100001 | 111 | 110011 | 1000100 | 1001110 |
Color Harmonies of #EDE19F
Complementary color
Monochromatic Colors of #EDE19F
Black with #EDE19F
Text Example
Text Example
White with #EDE19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE19F; }
p { color: rgb(237,225,159); }
H1.HeaderClassName
{
color: #EDE19F;
}
.AnyTagClassName
{
color: #EDE19F;
}
</style>
background-color css
<style>
a { background-color: #EDE19F; }
a { background-color: rgb(237,225,159); }
div.DivClassName
{
background-color: #EDE19F;
}
.BgClassName
{
background-color: #EDE19F;
}
</style>
border-color css
<style>
span { border-color: #EDE19F; }
span { border-color: rgb(237,225,159); }
td.TdClassName
{
border-color: #EDE19F;
}
.TagClassName
{
border-color: #EDE19F;
}
</style>