Shades of Buttermilk #EDDF9F
Tints of Buttermilk #EDDF9F
RGB
CMYK
RGB Variations
Color information
#EDDF9F (or 0xEDDF9F) is known color: Buttermilk. HEX triplet: ED, DF and 9F. RGB value is (237,223,159). Sum of RGB (Red+Green+Blue) = 237+223+159=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 159 (62.5% from 255 or 25.69% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF9F is #122060. Grayscale: #DCDCDC. Windows color (decimal): -1187937 or 10477549. OLE color: 10477549.
HSL color Cylindrical-coordinate representation of color #EDDF9F: hue angle of 49.23º 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 #EDDF9F is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 159 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.07 |
| HSL | 49.23º | 0.68% | 0.78% | - |
| HSV(B) | 49.23º | 0.33% | 0.93% | - |
| XYZ | 67.57 | 73.28 | 43.38 | - |
| YUV | 219.89 | 93.64 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 159 | 0 | 0.06 | 0.33 | 0.07 | 49.23 | 0.68 | 0.78 |
| Hex | ED | DF | 9F | 0 | 6 | 21 | 7 | 31 | 44 | 4E |
| Octal | 355 | 337 | 237 | 0 | 6 | 41 | 7 | 61 | 104 | 116 |
| Binary | 11101101 | 11011111 | 10011111 | 0 | 110 | 100001 | 111 | 110001 | 1000100 | 1001110 |
Color Harmonies of #EDDF9F
Complementary color
Monochromatic Colors of #EDDF9F
Black with #EDDF9F
Text Example
Text Example
White with #EDDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF9F; }
p { color: rgb(237,223,159); }
H1.HeaderClassName
{
color: #EDDF9F;
}
.AnyTagClassName
{
color: #EDDF9F;
}
</style>
background-color css
<style>
a { background-color: #EDDF9F; }
a { background-color: rgb(237,223,159); }
div.DivClassName
{
background-color: #EDDF9F;
}
.BgClassName
{
background-color: #EDDF9F;
}
</style>
border-color css
<style>
span { border-color: #EDDF9F; }
span { border-color: rgb(237,223,159); }
td.TdClassName
{
border-color: #EDDF9F;
}
.TagClassName
{
border-color: #EDDF9F;
}
</style>