Shades of Buttercup #E49C2E
Tints of Buttercup #E49C2E
RGB
CMYK
RGB Variations
Color information
#E49C2E (or 0xE49C2E) is known color: Buttercup. HEX triplet: E4, 9C and 2E. RGB value is (228,156,46). Sum of RGB (Red+Green+Blue) = 228+156+46=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49C2E is #1B63D1. Grayscale: #A5A5A5. Windows color (decimal): -1795026 or 3054820. OLE color: 3054820.
HSL color Cylindrical-coordinate representation of color #E49C2E: hue angle of 36.26º 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 #E49C2E is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 156 | 46 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.11 |
| HSL | 36.26º | 0.77% | 0.54% | - |
| HSV(B) | 36.26º | 0.8% | 0.89% | - |
| XYZ | 44.38 | 40.47 | 8.06 | - |
| YUV | 164.99 | 60.85 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 156 | 46 | 0 | 0.32 | 0.80 | 0.11 | 36.26 | 0.77 | 0.54 |
| Hex | E4 | 9C | 2E | 0 | 20 | 50 | B | 24 | 4D | 36 |
| Octal | 344 | 234 | 56 | 0 | 40 | 120 | 13 | 44 | 115 | 66 |
| Binary | 11100100 | 10011100 | 101110 | 0 | 100000 | 1010000 | 1011 | 100100 | 1001101 | 110110 |
Color Harmonies of #E49C2E
Complementary color
Monochromatic Colors of #E49C2E
Black with #E49C2E
Text Example
Text Example
White with #E49C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49C2E; }
p { color: rgb(228,156,46); }
H1.HeaderClassName
{
color: #E49C2E;
}
.AnyTagClassName
{
color: #E49C2E;
}
</style>
background-color css
<style>
a { background-color: #E49C2E; }
a { background-color: rgb(228,156,46); }
div.DivClassName
{
background-color: #E49C2E;
}
.BgClassName
{
background-color: #E49C2E;
}
</style>
border-color css
<style>
span { border-color: #E49C2E; }
span { border-color: rgb(228,156,46); }
td.TdClassName
{
border-color: #E49C2E;
}
.TagClassName
{
border-color: #E49C2E;
}
</style>