Shades of Buttercup #E49526
Tints of Buttercup #E49526
RGB
CMYK
RGB Variations
Color information
#E49526 (or 0xE49526) is known color: Buttercup. HEX triplet: E4, 95 and 26. RGB value is (228,149,38). Sum of RGB (Red+Green+Blue) = 228+149+38=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E49526 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49526 is #1B6AD9. Grayscale: #A0A0A0. Windows color (decimal): -1796826 or 2528740. OLE color: 2528740.
HSL color Cylindrical-coordinate representation of color #E49526: hue angle of 35.05º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E49526 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 38 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.11 |
| HSL | 35.05º | 0.78% | 0.52% | - |
| HSV(B) | 35.05º | 0.83% | 0.89% | - |
| XYZ | 43.09 | 38.13 | 6.92 | - |
| YUV | 159.97 | 59.17 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 38 | 0 | 0.35 | 0.83 | 0.11 | 35.05 | 0.78 | 0.52 |
| Hex | E4 | 95 | 26 | 0 | 23 | 53 | B | 23 | 4E | 34 |
| Octal | 344 | 225 | 46 | 0 | 43 | 123 | 13 | 43 | 116 | 64 |
| Binary | 11100100 | 10010101 | 100110 | 0 | 100011 | 1010011 | 1011 | 100011 | 1001110 | 110100 |
Color Harmonies of #E49526
Complementary color
Monochromatic Colors of #E49526
Black with #E49526
Text Example
Text Example
White with #E49526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49526; }
p { color: rgb(228,149,38); }
H1.HeaderClassName
{
color: #E49526;
}
.AnyTagClassName
{
color: #E49526;
}
</style>
background-color css
<style>
a { background-color: #E49526; }
a { background-color: rgb(228,149,38); }
div.DivClassName
{
background-color: #E49526;
}
.BgClassName
{
background-color: #E49526;
}
</style>
border-color css
<style>
span { border-color: #E49526; }
span { border-color: rgb(228,149,38); }
td.TdClassName
{
border-color: #E49526;
}
.TagClassName
{
border-color: #E49526;
}
</style>