Shades of Buttercup #E29E2A
Tints of Buttercup #E29E2A
RGB
CMYK
RGB Variations
Color information
#E29E2A (or 0xE29E2A) is known color: Buttercup. HEX triplet: E2, 9E and 2A. RGB value is (226,158,42). Sum of RGB (Red+Green+Blue) = 226+158+42=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E29E2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E29E2A is #1D61D5. Grayscale: #A5A5A5. Windows color (decimal): -1925590 or 2793186. OLE color: 2793186.
HSL color Cylindrical-coordinate representation of color #E29E2A: hue angle of 37.83º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E29E2A is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 158 | 42 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.11 |
| HSL | 37.83º | 0.76% | 0.53% | - |
| HSV(B) | 37.83º | 0.81% | 0.89% | - |
| XYZ | 44.01 | 40.79 | 7.74 | - |
| YUV | 165.11 | 58.53 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 158 | 42 | 0 | 0.30 | 0.81 | 0.11 | 37.83 | 0.76 | 0.53 |
| Hex | E2 | 9E | 2A | 0 | 1E | 51 | B | 26 | 4C | 35 |
| Octal | 342 | 236 | 52 | 0 | 36 | 121 | 13 | 46 | 114 | 65 |
| Binary | 11100010 | 10011110 | 101010 | 0 | 11110 | 1010001 | 1011 | 100110 | 1001100 | 110101 |
Color Harmonies of #E29E2A
Complementary color
Monochromatic Colors of #E29E2A
Black with #E29E2A
Text Example
Text Example
White with #E29E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29E2A; }
p { color: rgb(226,158,42); }
H1.HeaderClassName
{
color: #E29E2A;
}
.AnyTagClassName
{
color: #E29E2A;
}
</style>
background-color css
<style>
a { background-color: #E29E2A; }
a { background-color: rgb(226,158,42); }
div.DivClassName
{
background-color: #E29E2A;
}
.BgClassName
{
background-color: #E29E2A;
}
</style>
border-color css
<style>
span { border-color: #E29E2A; }
span { border-color: rgb(226,158,42); }
td.TdClassName
{
border-color: #E29E2A;
}
.TagClassName
{
border-color: #E29E2A;
}
</style>