Shades of Buttercup #E49828
Tints of Buttercup #E49828
RGB
CMYK
RGB Variations
Color information
#E49828 (or 0xE49828) is known color: Buttercup. HEX triplet: E4, 98 and 28. RGB value is (228,152,40). Sum of RGB (Red+Green+Blue) = 228+152+40=420 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.29% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 228 - color contains mainly: red. Hex color #E49828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49828 is #1B67D7. Grayscale: #A2A2A2. Windows color (decimal): -1796056 or 2660580. OLE color: 2660580.
HSL color Cylindrical-coordinate representation of color #E49828: hue angle of 35.74º degrees, saturation: 0.78, 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 #E49828 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 152 | 40 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.11 |
| HSL | 35.74º | 0.78% | 0.53% | - |
| HSV(B) | 35.74º | 0.82% | 0.89% | - |
| XYZ | 43.61 | 39.1 | 7.26 | - |
| YUV | 161.96 | 59.18 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 152 | 40 | 0 | 0.33 | 0.82 | 0.11 | 35.74 | 0.78 | 0.53 |
| Hex | E4 | 98 | 28 | 0 | 21 | 52 | B | 24 | 4E | 35 |
| Octal | 344 | 230 | 50 | 0 | 41 | 122 | 13 | 44 | 116 | 65 |
| Binary | 11100100 | 10011000 | 101000 | 0 | 100001 | 1010010 | 1011 | 100100 | 1001110 | 110101 |
Color Harmonies of #E49828
Complementary color
Monochromatic Colors of #E49828
Black with #E49828
Text Example
Text Example
White with #E49828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49828; }
p { color: rgb(228,152,40); }
H1.HeaderClassName
{
color: #E49828;
}
.AnyTagClassName
{
color: #E49828;
}
</style>
background-color css
<style>
a { background-color: #E49828; }
a { background-color: rgb(228,152,40); }
div.DivClassName
{
background-color: #E49828;
}
.BgClassName
{
background-color: #E49828;
}
</style>
border-color css
<style>
span { border-color: #E49828; }
span { border-color: rgb(228,152,40); }
td.TdClassName
{
border-color: #E49828;
}
.TagClassName
{
border-color: #E49828;
}
</style>