Shades of Buttermilk #ECDF9D
Tints of Buttermilk #ECDF9D
RGB
CMYK
RGB Variations
Color information
#ECDF9D (or 0xECDF9D) is known color: Buttermilk. HEX triplet: EC, DF and 9D. RGB value is (236,223,157). Sum of RGB (Red+Green+Blue) = 236+223+157=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECDF9D is #132062. Grayscale: #DBDBDB. Windows color (decimal): -1253475 or 10346476. OLE color: 10346476.
HSL color Cylindrical-coordinate representation of color #ECDF9D: hue angle of 50.13º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECDF9D is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 157 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.07 |
| HSL | 50.13º | 0.68% | 0.77% | - |
| HSV(B) | 50.13º | 0.33% | 0.93% | - |
| XYZ | 67.07 | 73.04 | 42.46 | - |
| YUV | 219.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 157 | 0 | 0.06 | 0.33 | 0.07 | 50.13 | 0.68 | 0.77 |
| Hex | EC | DF | 9D | 0 | 6 | 21 | 7 | 32 | 44 | 4D |
| Octal | 354 | 337 | 235 | 0 | 6 | 41 | 7 | 62 | 104 | 115 |
| Binary | 11101100 | 11011111 | 10011101 | 0 | 110 | 100001 | 111 | 110010 | 1000100 | 1001101 |
Color Harmonies of #ECDF9D
Complementary color
Monochromatic Colors of #ECDF9D
Black with #ECDF9D
Text Example
Text Example
White with #ECDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF9D; }
p { color: rgb(236,223,157); }
H1.HeaderClassName
{
color: #ECDF9D;
}
.AnyTagClassName
{
color: #ECDF9D;
}
</style>
background-color css
<style>
a { background-color: #ECDF9D; }
a { background-color: rgb(236,223,157); }
div.DivClassName
{
background-color: #ECDF9D;
}
.BgClassName
{
background-color: #ECDF9D;
}
</style>
border-color css
<style>
span { border-color: #ECDF9D; }
span { border-color: rgb(236,223,157); }
td.TdClassName
{
border-color: #ECDF9D;
}
.TagClassName
{
border-color: #ECDF9D;
}
</style>