Shades of Buttercup #E49B2A
Tints of Buttercup #E49B2A
RGB
CMYK
RGB Variations
Color information
#E49B2A (or 0xE49B2A) is known color: Buttercup. HEX triplet: E4, 9B and 2A. RGB value is (228,155,42). Sum of RGB (Red+Green+Blue) = 228+155+42=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49B2A is #1B64D5. Grayscale: #A4A4A4. Windows color (decimal): -1795286 or 2792420. OLE color: 2792420.
HSL color Cylindrical-coordinate representation of color #E49B2A: hue angle of 36.45º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E49B2A is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 155 | 42 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.11 |
| HSL | 36.45º | 0.78% | 0.53% | - |
| HSV(B) | 36.45º | 0.82% | 0.89% | - |
| XYZ | 44.13 | 40.1 | 7.61 | - |
| YUV | 163.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 155 | 42 | 0 | 0.32 | 0.82 | 0.11 | 36.45 | 0.78 | 0.53 |
| Hex | E4 | 9B | 2A | 0 | 20 | 52 | B | 24 | 4E | 35 |
| Octal | 344 | 233 | 52 | 0 | 40 | 122 | 13 | 44 | 116 | 65 |
| Binary | 11100100 | 10011011 | 101010 | 0 | 100000 | 1010010 | 1011 | 100100 | 1001110 | 110101 |
Color Harmonies of #E49B2A
Complementary color
Monochromatic Colors of #E49B2A
Black with #E49B2A
Text Example
Text Example
White with #E49B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49B2A; }
p { color: rgb(228,155,42); }
H1.HeaderClassName
{
color: #E49B2A;
}
.AnyTagClassName
{
color: #E49B2A;
}
</style>
background-color css
<style>
a { background-color: #E49B2A; }
a { background-color: rgb(228,155,42); }
div.DivClassName
{
background-color: #E49B2A;
}
.BgClassName
{
background-color: #E49B2A;
}
</style>
border-color css
<style>
span { border-color: #E49B2A; }
span { border-color: rgb(228,155,42); }
td.TdClassName
{
border-color: #E49B2A;
}
.TagClassName
{
border-color: #E49B2A;
}
</style>