Shades of Buttercup #E3A02F
Tints of Buttercup #E3A02F
RGB
CMYK
RGB Variations
Color information
#E3A02F (or 0xE3A02F) is known color: Buttercup. HEX triplet: E3, A0 and 2F. RGB value is (227,160,47). Sum of RGB (Red+Green+Blue) = 227+160+47=434 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.30% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A02F is #1C5FD0. Grayscale: #A7A7A7. Windows color (decimal): -1859537 or 3121379. OLE color: 3121379.
HSL color Cylindrical-coordinate representation of color #E3A02F: hue angle of 37.67º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E3A02F is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 47 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.11 |
| HSL | 37.67º | 0.76% | 0.54% | - |
| HSV(B) | 37.67º | 0.79% | 0.89% | - |
| XYZ | 44.76 | 41.68 | 8.37 | - |
| YUV | 167.15 | 60.2 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 47 | 0 | 0.30 | 0.79 | 0.11 | 37.67 | 0.76 | 0.54 |
| Hex | E3 | A0 | 2F | 0 | 1E | 4F | B | 26 | 4C | 36 |
| Octal | 343 | 240 | 57 | 0 | 36 | 117 | 13 | 46 | 114 | 66 |
| Binary | 11100011 | 10100000 | 101111 | 0 | 11110 | 1001111 | 1011 | 100110 | 1001100 | 110110 |
Color Harmonies of #E3A02F
Complementary color
Monochromatic Colors of #E3A02F
Black with #E3A02F
Text Example
Text Example
White with #E3A02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A02F; }
p { color: rgb(227,160,47); }
H1.HeaderClassName
{
color: #E3A02F;
}
.AnyTagClassName
{
color: #E3A02F;
}
</style>
background-color css
<style>
a { background-color: #E3A02F; }
a { background-color: rgb(227,160,47); }
div.DivClassName
{
background-color: #E3A02F;
}
.BgClassName
{
background-color: #E3A02F;
}
</style>
border-color css
<style>
span { border-color: #E3A02F; }
span { border-color: rgb(227,160,47); }
td.TdClassName
{
border-color: #E3A02F;
}
.TagClassName
{
border-color: #E3A02F;
}
</style>