Shades of Buttermilk #F9E5A4
Tints of Buttermilk #F9E5A4
RGB
CMYK
RGB Variations
Color information
#F9E5A4 (or 0xF9E5A4) is known color: Buttermilk. HEX triplet: F9, E5 and A4. RGB value is (249,229,164). Sum of RGB (Red+Green+Blue) = 249+229+164=642 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.79% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 164 (64.45% from 255 or 25.55% from 642); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E5A4 is #061A5B. Grayscale: #E3E3E3. Windows color (decimal): -399964 or 10806777. OLE color: 10806777.
HSL color Cylindrical-coordinate representation of color #F9E5A4: hue angle of 45.88º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F9E5A4 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 164 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.02 |
| HSL | 45.88º | 0.88% | 0.81% | - |
| HSV(B) | 45.88º | 0.34% | 0.98% | - |
| XYZ | 73.79 | 78.86 | 46.45 | - |
| YUV | 227.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 164 | 0 | 0.08 | 0.34 | 0.02 | 45.88 | 0.88 | 0.81 |
| Hex | F9 | E5 | A4 | 0 | 8 | 22 | 2 | 2E | 58 | 51 |
| Octal | 371 | 345 | 244 | 0 | 10 | 42 | 2 | 56 | 130 | 121 |
| Binary | 11111001 | 11100101 | 10100100 | 0 | 1000 | 100010 | 10 | 101110 | 1011000 | 1010001 |
Color Harmonies of #F9E5A4
Complementary color
Monochromatic Colors of #F9E5A4
Black with #F9E5A4
Text Example
Text Example
White with #F9E5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E5A4; }
p { color: rgb(249,229,164); }
H1.HeaderClassName
{
color: #F9E5A4;
}
.AnyTagClassName
{
color: #F9E5A4;
}
</style>
background-color css
<style>
a { background-color: #F9E5A4; }
a { background-color: rgb(249,229,164); }
div.DivClassName
{
background-color: #F9E5A4;
}
.BgClassName
{
background-color: #F9E5A4;
}
</style>
border-color css
<style>
span { border-color: #F9E5A4; }
span { border-color: rgb(249,229,164); }
td.TdClassName
{
border-color: #F9E5A4;
}
.TagClassName
{
border-color: #F9E5A4;
}
</style>