Shades of Buttercup #E29520
Tints of Buttercup #E29520
RGB
CMYK
RGB Variations
Color information
#E29520 (or 0xE29520) is known color: Buttercup. HEX triplet: E2, 95 and 20. RGB value is (226,149,32). Sum of RGB (Red+Green+Blue) = 226+149+32=407 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.53% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 226 - color contains mainly: red. Hex color #E29520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29520 is #1D6ADF. Grayscale: #9F9F9F. Windows color (decimal): -1927904 or 2135522. OLE color: 2135522.
HSL color Cylindrical-coordinate representation of color #E29520: hue angle of 36.19º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E29520 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 149 | 32 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.11 |
| HSL | 36.19º | 0.77% | 0.51% | - |
| HSV(B) | 36.19º | 0.86% | 0.89% | - |
| XYZ | 42.37 | 37.77 | 6.42 | - |
| YUV | 158.69 | 56.51 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 149 | 32 | 0 | 0.34 | 0.86 | 0.11 | 36.19 | 0.77 | 0.51 |
| Hex | E2 | 95 | 20 | 0 | 22 | 56 | B | 24 | 4D | 33 |
| Octal | 342 | 225 | 40 | 0 | 42 | 126 | 13 | 44 | 115 | 63 |
| Binary | 11100010 | 10010101 | 100000 | 0 | 100010 | 1010110 | 1011 | 100100 | 1001101 | 110011 |
Color Harmonies of #E29520
Complementary color
Monochromatic Colors of #E29520
Black with #E29520
Text Example
Text Example
White with #E29520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29520; }
p { color: rgb(226,149,32); }
H1.HeaderClassName
{
color: #E29520;
}
.AnyTagClassName
{
color: #E29520;
}
</style>
background-color css
<style>
a { background-color: #E29520; }
a { background-color: rgb(226,149,32); }
div.DivClassName
{
background-color: #E29520;
}
.BgClassName
{
background-color: #E29520;
}
</style>
border-color css
<style>
span { border-color: #E29520; }
span { border-color: rgb(226,149,32); }
td.TdClassName
{
border-color: #E29520;
}
.TagClassName
{
border-color: #E29520;
}
</style>