Shades of Buttercup #E3A031
Tints of Buttercup #E3A031
RGB
CMYK
RGB Variations
Color information
#E3A031 (or 0xE3A031) is known color: Buttercup. HEX triplet: E3, A0 and 31. RGB value is (227,160,49). Sum of RGB (Red+Green+Blue) = 227+160+49=436 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.06% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A031 is #1C5FCE. Grayscale: #A7A7A7. Windows color (decimal): -1859535 or 3252451. OLE color: 3252451.
HSL color Cylindrical-coordinate representation of color #E3A031: hue angle of 37.42º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E3A031 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 49 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.11 |
| HSL | 37.42º | 0.76% | 0.54% | - |
| HSV(B) | 37.42º | 0.78% | 0.89% | - |
| XYZ | 44.8 | 41.69 | 8.59 | - |
| YUV | 167.38 | 61.2 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 49 | 0 | 0.30 | 0.78 | 0.11 | 37.42 | 0.76 | 0.54 |
| Hex | E3 | A0 | 31 | 0 | 1E | 4E | B | 25 | 4C | 36 |
| Octal | 343 | 240 | 61 | 0 | 36 | 116 | 13 | 45 | 114 | 66 |
| Binary | 11100011 | 10100000 | 110001 | 0 | 11110 | 1001110 | 1011 | 100101 | 1001100 | 110110 |
Color Harmonies of #E3A031
Complementary color
Monochromatic Colors of #E3A031
Black with #E3A031
Text Example
Text Example
White with #E3A031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A031; }
p { color: rgb(227,160,49); }
H1.HeaderClassName
{
color: #E3A031;
}
.AnyTagClassName
{
color: #E3A031;
}
</style>
background-color css
<style>
a { background-color: #E3A031; }
a { background-color: rgb(227,160,49); }
div.DivClassName
{
background-color: #E3A031;
}
.BgClassName
{
background-color: #E3A031;
}
</style>
border-color css
<style>
span { border-color: #E3A031; }
span { border-color: rgb(227,160,49); }
td.TdClassName
{
border-color: #E3A031;
}
.TagClassName
{
border-color: #E3A031;
}
</style>