Shades of Buttercup #E49D22
Tints of Buttercup #E49D22
RGB
CMYK
RGB Variations
Color information
#E49D22 (or 0xE49D22) is known color: Buttercup. HEX triplet: E4, 9D and 22. RGB value is (228,157,34). Sum of RGB (Red+Green+Blue) = 228+157+34=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 157 (61.72% from 255 or 37.47% from 419); Blue value is 34 (13.67% from 255 or 8.11% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49D22 is #1B62DD. Grayscale: #A4A4A4. Windows color (decimal): -1794782 or 2268644. OLE color: 2268644.
HSL color Cylindrical-coordinate representation of color #E49D22: hue angle of 38.04º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E49D22 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 157 | 34 | - |
| CMYK | 0 | 0.31 | 0.85 | 0.11 |
| HSL | 38.04º | 0.78% | 0.51% | - |
| HSV(B) | 38.04º | 0.85% | 0.89% | - |
| XYZ | 44.34 | 40.72 | 7.04 | - |
| YUV | 164.21 | 54.52 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 157 | 34 | 0 | 0.31 | 0.85 | 0.11 | 38.04 | 0.78 | 0.51 |
| Hex | E4 | 9D | 22 | 0 | 1F | 55 | B | 26 | 4E | 33 |
| Octal | 344 | 235 | 42 | 0 | 37 | 125 | 13 | 46 | 116 | 63 |
| Binary | 11100100 | 10011101 | 100010 | 0 | 11111 | 1010101 | 1011 | 100110 | 1001110 | 110011 |
Color Harmonies of #E49D22
Complementary color
Monochromatic Colors of #E49D22
Black with #E49D22
Text Example
Text Example
White with #E49D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E49D22; }
p { color: rgb(228,157,34); }
H1.HeaderClassName
{
color: #E49D22;
}
.AnyTagClassName
{
color: #E49D22;
}
</style>
background-color css
<style>
a { background-color: #E49D22; }
a { background-color: rgb(228,157,34); }
div.DivClassName
{
background-color: #E49D22;
}
.BgClassName
{
background-color: #E49D22;
}
</style>
border-color css
<style>
span { border-color: #E49D22; }
span { border-color: rgb(228,157,34); }
td.TdClassName
{
border-color: #E49D22;
}
.TagClassName
{
border-color: #E49D22;
}
</style>