Shades of Buttermilk #EFE1A0
Tints of Buttermilk #EFE1A0
RGB
CMYK
RGB Variations
Color information
#EFE1A0 (or 0xEFE1A0) is known color: Buttermilk. HEX triplet: EF, E1 and A0. RGB value is (239,225,160). Sum of RGB (Red+Green+Blue) = 239+225+160=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 225 (88.28% from 255 or 36.06% from 624); Blue value is 160 (62.89% from 255 or 25.64% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE1A0 is #101E5F. Grayscale: #DEDEDE. Windows color (decimal): -1056352 or 10543599. OLE color: 10543599.
HSL color Cylindrical-coordinate representation of color #EFE1A0: hue angle of 49.37º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EFE1A0 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 160 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.06 |
| HSL | 49.37º | 0.71% | 0.78% | - |
| HSV(B) | 49.37º | 0.33% | 0.94% | - |
| XYZ | 68.87 | 74.74 | 44.05 | - |
| YUV | 221.78 | 93.14 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 160 | 0 | 0.06 | 0.33 | 0.06 | 49.37 | 0.71 | 0.78 |
| Hex | EF | E1 | A0 | 0 | 6 | 21 | 6 | 31 | 47 | 4E |
| Octal | 357 | 341 | 240 | 0 | 6 | 41 | 6 | 61 | 107 | 116 |
| Binary | 11101111 | 11100001 | 10100000 | 0 | 110 | 100001 | 110 | 110001 | 1000111 | 1001110 |
Color Harmonies of #EFE1A0
Complementary color
Monochromatic Colors of #EFE1A0
Black with #EFE1A0
Text Example
Text Example
White with #EFE1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1A0; }
p { color: rgb(239,225,160); }
H1.HeaderClassName
{
color: #EFE1A0;
}
.AnyTagClassName
{
color: #EFE1A0;
}
</style>
background-color css
<style>
a { background-color: #EFE1A0; }
a { background-color: rgb(239,225,160); }
div.DivClassName
{
background-color: #EFE1A0;
}
.BgClassName
{
background-color: #EFE1A0;
}
</style>
border-color css
<style>
span { border-color: #EFE1A0; }
span { border-color: rgb(239,225,160); }
td.TdClassName
{
border-color: #EFE1A0;
}
.TagClassName
{
border-color: #EFE1A0;
}
</style>