Shades of Buttercup #E49A2E
Tints of Buttercup #E49A2E
RGB
CMYK
RGB Variations
Color information
#E49A2E (or 0xE49A2E) is known color: Buttercup. HEX triplet: E4, 9A and 2E. RGB value is (228,154,46). Sum of RGB (Red+Green+Blue) = 228+154+46=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 46 (18.36% from 255 or 10.75% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49A2E is #1B65D1. Grayscale: #A4A4A4. Windows color (decimal): -1795538 or 3054308. OLE color: 3054308.
HSL color Cylindrical-coordinate representation of color #E49A2E: hue angle of 35.6º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E49A2E is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 154 | 46 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.11 |
| HSL | 35.6º | 0.77% | 0.54% | - |
| HSV(B) | 35.6º | 0.8% | 0.89% | - |
| XYZ | 44.04 | 39.8 | 7.95 | - |
| YUV | 163.81 | 61.52 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 154 | 46 | 0 | 0.32 | 0.80 | 0.11 | 35.6 | 0.77 | 0.54 |
| Hex | E4 | 9A | 2E | 0 | 20 | 50 | B | 24 | 4D | 36 |
| Octal | 344 | 232 | 56 | 0 | 40 | 120 | 13 | 44 | 115 | 66 |
| Binary | 11100100 | 10011010 | 101110 | 0 | 100000 | 1010000 | 1011 | 100100 | 1001101 | 110110 |
Color Harmonies of #E49A2E
Complementary color
Monochromatic Colors of #E49A2E
Black with #E49A2E
Text Example
Text Example
White with #E49A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49A2E; }
p { color: rgb(228,154,46); }
H1.HeaderClassName
{
color: #E49A2E;
}
.AnyTagClassName
{
color: #E49A2E;
}
</style>
background-color css
<style>
a { background-color: #E49A2E; }
a { background-color: rgb(228,154,46); }
div.DivClassName
{
background-color: #E49A2E;
}
.BgClassName
{
background-color: #E49A2E;
}
</style>
border-color css
<style>
span { border-color: #E49A2E; }
span { border-color: rgb(228,154,46); }
td.TdClassName
{
border-color: #E49A2E;
}
.TagClassName
{
border-color: #E49A2E;
}
</style>