Shades of Buttercup #E1A031
Tints of Buttercup #E1A031
RGB
CMYK
RGB Variations
Color information
#E1A031 (or 0xE1A031) is known color: Buttercup. HEX triplet: E1, A0 and 31. RGB value is (225,160,49). Sum of RGB (Red+Green+Blue) = 225+160+49=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A031 is #1E5FCE. Grayscale: #A7A7A7. Windows color (decimal): -1990607 or 3252449. OLE color: 3252449.
HSL color Cylindrical-coordinate representation of color #E1A031: hue angle of 37.84º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1A031 is Cyan = 0, Magento = 0.29, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 49 | - |
| CMYK | 0 | 0.29 | 0.78 | 0.12 |
| HSL | 37.84º | 0.75% | 0.54% | - |
| HSV(B) | 37.84º | 0.78% | 0.88% | - |
| XYZ | 44.18 | 41.37 | 8.56 | - |
| YUV | 166.78 | 61.53 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 49 | 0 | 0.29 | 0.78 | 0.12 | 37.84 | 0.75 | 0.54 |
| Hex | E1 | A0 | 31 | 0 | 1D | 4E | C | 26 | 4B | 36 |
| Octal | 341 | 240 | 61 | 0 | 35 | 116 | 14 | 46 | 113 | 66 |
| Binary | 11100001 | 10100000 | 110001 | 0 | 11101 | 1001110 | 1100 | 100110 | 1001011 | 110110 |
Color Harmonies of #E1A031
Complementary color
Monochromatic Colors of #E1A031
Black with #E1A031
Text Example
Text Example
White with #E1A031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A031; }
p { color: rgb(225,160,49); }
H1.HeaderClassName
{
color: #E1A031;
}
.AnyTagClassName
{
color: #E1A031;
}
</style>
background-color css
<style>
a { background-color: #E1A031; }
a { background-color: rgb(225,160,49); }
div.DivClassName
{
background-color: #E1A031;
}
.BgClassName
{
background-color: #E1A031;
}
</style>
border-color css
<style>
span { border-color: #E1A031; }
span { border-color: rgb(225,160,49); }
td.TdClassName
{
border-color: #E1A031;
}
.TagClassName
{
border-color: #E1A031;
}
</style>