Shades of Buttermilk #EDDF9D
Tints of Buttermilk #EDDF9D
RGB
CMYK
RGB Variations
Color information
#EDDF9D (or 0xEDDF9D) is known color: Buttermilk. HEX triplet: ED, DF and 9D. RGB value is (237,223,157). Sum of RGB (Red+Green+Blue) = 237+223+157=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 157 (61.72% from 255 or 25.45% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDF9D is #122062. Grayscale: #DBDBDB. Windows color (decimal): -1187939 or 10346477. OLE color: 10346477.
HSL color Cylindrical-coordinate representation of color #EDDF9D: hue angle of 49.5º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EDDF9D is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 157 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.07 |
| HSL | 49.5º | 0.69% | 0.77% | - |
| HSV(B) | 49.5º | 0.34% | 0.93% | - |
| XYZ | 67.4 | 73.21 | 42.48 | - |
| YUV | 219.66 | 92.64 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 157 | 0 | 0.06 | 0.34 | 0.07 | 49.5 | 0.69 | 0.77 |
| Hex | ED | DF | 9D | 0 | 6 | 22 | 7 | 32 | 45 | 4D |
| Octal | 355 | 337 | 235 | 0 | 6 | 42 | 7 | 62 | 105 | 115 |
| Binary | 11101101 | 11011111 | 10011101 | 0 | 110 | 100010 | 111 | 110010 | 1000101 | 1001101 |
Color Harmonies of #EDDF9D
Complementary color
Monochromatic Colors of #EDDF9D
Black with #EDDF9D
Text Example
Text Example
White with #EDDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF9D; }
p { color: rgb(237,223,157); }
H1.HeaderClassName
{
color: #EDDF9D;
}
.AnyTagClassName
{
color: #EDDF9D;
}
</style>
background-color css
<style>
a { background-color: #EDDF9D; }
a { background-color: rgb(237,223,157); }
div.DivClassName
{
background-color: #EDDF9D;
}
.BgClassName
{
background-color: #EDDF9D;
}
</style>
border-color css
<style>
span { border-color: #EDDF9D; }
span { border-color: rgb(237,223,157); }
td.TdClassName
{
border-color: #EDDF9D;
}
.TagClassName
{
border-color: #EDDF9D;
}
</style>