Shades of Buttercup #E49527
Tints of Buttercup #E49527
RGB
CMYK
RGB Variations
Color information
#E49527 (or 0xE49527) is known color: Buttercup. HEX triplet: E4, 95 and 27. RGB value is (228,149,39). Sum of RGB (Red+Green+Blue) = 228+149+39=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E49527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49527 is #1B6AD8. Grayscale: #A0A0A0. Windows color (decimal): -1796825 or 2594276. OLE color: 2594276.
HSL color Cylindrical-coordinate representation of color #E49527: hue angle of 34.92º 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 #E49527 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 149 | 39 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.11 |
| HSL | 34.92º | 0.78% | 0.52% | - |
| HSV(B) | 34.92º | 0.83% | 0.89% | - |
| XYZ | 43.11 | 38.14 | 7.01 | - |
| YUV | 160.08 | 59.67 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 149 | 39 | 0 | 0.35 | 0.83 | 0.11 | 34.92 | 0.78 | 0.52 |
| Hex | E4 | 95 | 27 | 0 | 23 | 53 | B | 23 | 4E | 34 |
| Octal | 344 | 225 | 47 | 0 | 43 | 123 | 13 | 43 | 116 | 64 |
| Binary | 11100100 | 10010101 | 100111 | 0 | 100011 | 1010011 | 1011 | 100011 | 1001110 | 110100 |
Color Harmonies of #E49527
Complementary color
Monochromatic Colors of #E49527
Black with #E49527
Text Example
Text Example
White with #E49527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49527; }
p { color: rgb(228,149,39); }
H1.HeaderClassName
{
color: #E49527;
}
.AnyTagClassName
{
color: #E49527;
}
</style>
background-color css
<style>
a { background-color: #E49527; }
a { background-color: rgb(228,149,39); }
div.DivClassName
{
background-color: #E49527;
}
.BgClassName
{
background-color: #E49527;
}
</style>
border-color css
<style>
span { border-color: #E49527; }
span { border-color: rgb(228,149,39); }
td.TdClassName
{
border-color: #E49527;
}
.TagClassName
{
border-color: #E49527;
}
</style>