Shades of Buttercup #E5A02E
Tints of Buttercup #E5A02E
RGB
CMYK
RGB Variations
Color information
#E5A02E (or 0xE5A02E) is known color: Buttercup. HEX triplet: E5, A0 and 2E. RGB value is (229,160,46). Sum of RGB (Red+Green+Blue) = 229+160+46=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 46 (18.36% from 255 or 10.57% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A02E is #1A5FD1. Grayscale: #A8A8A8. Windows color (decimal): -1728466 or 3055845. OLE color: 3055845.
HSL color Cylindrical-coordinate representation of color #E5A02E: hue angle of 37.38º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5A02E is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 160 | 46 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.10 |
| HSL | 37.38º | 0.78% | 0.54% | - |
| HSV(B) | 37.38º | 0.8% | 0.9% | - |
| XYZ | 45.38 | 42 | 8.3 | - |
| YUV | 167.64 | 59.36 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 160 | 46 | 0 | 0.30 | 0.80 | 0.10 | 37.38 | 0.78 | 0.54 |
| Hex | E5 | A0 | 2E | 0 | 1E | 50 | A | 25 | 4E | 36 |
| Octal | 345 | 240 | 56 | 0 | 36 | 120 | 12 | 45 | 116 | 66 |
| Binary | 11100101 | 10100000 | 101110 | 0 | 11110 | 1010000 | 1010 | 100101 | 1001110 | 110110 |
Color Harmonies of #E5A02E
Complementary color
Monochromatic Colors of #E5A02E
Black with #E5A02E
Text Example
Text Example
White with #E5A02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A02E; }
p { color: rgb(229,160,46); }
H1.HeaderClassName
{
color: #E5A02E;
}
.AnyTagClassName
{
color: #E5A02E;
}
</style>
background-color css
<style>
a { background-color: #E5A02E; }
a { background-color: rgb(229,160,46); }
div.DivClassName
{
background-color: #E5A02E;
}
.BgClassName
{
background-color: #E5A02E;
}
</style>
border-color css
<style>
span { border-color: #E5A02E; }
span { border-color: rgb(229,160,46); }
td.TdClassName
{
border-color: #E5A02E;
}
.TagClassName
{
border-color: #E5A02E;
}
</style>