Shades of Buttercup #E29A1E
Tints of Buttercup #E29A1E
RGB
CMYK
RGB Variations
Color information
#E29A1E (or 0xE29A1E) is known color: Buttercup. HEX triplet: E2, 9A and 1E. RGB value is (226,154,30). Sum of RGB (Red+Green+Blue) = 226+154+30=410 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.12% from 410); Green value is 154 (60.55% from 255 or 37.56% from 410); Blue value is 30 (12.11% from 255 or 7.32% from 410); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29A1E is #1D65E1. Grayscale: #A1A1A1. Windows color (decimal): -1926626 or 2005730. OLE color: 2005730.
HSL color Cylindrical-coordinate representation of color #E29A1E: hue angle of 37.96º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E29A1E is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 30 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.11 |
| HSL | 37.96º | 0.77% | 0.5% | - |
| HSV(B) | 37.96º | 0.87% | 0.89% | - |
| XYZ | 43.15 | 39.37 | 6.55 | - |
| YUV | 161.39 | 53.85 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 30 | 0 | 0.32 | 0.87 | 0.11 | 37.96 | 0.77 | 0.5 |
| Hex | E2 | 9A | 1E | 0 | 20 | 57 | B | 26 | 4D | 32 |
| Octal | 342 | 232 | 36 | 0 | 40 | 127 | 13 | 46 | 115 | 62 |
| Binary | 11100010 | 10011010 | 11110 | 0 | 100000 | 1010111 | 1011 | 100110 | 1001101 | 110010 |
Color Harmonies of #E29A1E
Complementary color
Monochromatic Colors of #E29A1E
Black with #E29A1E
Text Example
Text Example
White with #E29A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29A1E; }
p { color: rgb(226,154,30); }
H1.HeaderClassName
{
color: #E29A1E;
}
.AnyTagClassName
{
color: #E29A1E;
}
</style>
background-color css
<style>
a { background-color: #E29A1E; }
a { background-color: rgb(226,154,30); }
div.DivClassName
{
background-color: #E29A1E;
}
.BgClassName
{
background-color: #E29A1E;
}
</style>
border-color css
<style>
span { border-color: #E29A1E; }
span { border-color: rgb(226,154,30); }
td.TdClassName
{
border-color: #E29A1E;
}
.TagClassName
{
border-color: #E29A1E;
}
</style>