Shades of Buttercup #E2982A
Tints of Buttercup #E2982A
RGB
CMYK
RGB Variations
Color information
#E2982A (or 0xE2982A) is known color: Buttercup. HEX triplet: E2, 98 and 2A. RGB value is (226,152,42). Sum of RGB (Red+Green+Blue) = 226+152+42=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2982A is #1D67D5. Grayscale: #A2A2A2. Windows color (decimal): -1927126 or 2791650. OLE color: 2791650.
HSL color Cylindrical-coordinate representation of color #E2982A: hue angle of 35.87º 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 #E2982A is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 42 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.11 |
| HSL | 35.87º | 0.76% | 0.53% | - |
| HSV(B) | 35.87º | 0.81% | 0.89% | - |
| XYZ | 43.01 | 38.79 | 7.41 | - |
| YUV | 161.59 | 60.52 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 42 | 0 | 0.33 | 0.81 | 0.11 | 35.87 | 0.76 | 0.53 |
| Hex | E2 | 98 | 2A | 0 | 21 | 51 | B | 24 | 4C | 35 |
| Octal | 342 | 230 | 52 | 0 | 41 | 121 | 13 | 44 | 114 | 65 |
| Binary | 11100010 | 10011000 | 101010 | 0 | 100001 | 1010001 | 1011 | 100100 | 1001100 | 110101 |
Color Harmonies of #E2982A
Complementary color
Monochromatic Colors of #E2982A
Black with #E2982A
Text Example
Text Example
White with #E2982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2982A; }
p { color: rgb(226,152,42); }
H1.HeaderClassName
{
color: #E2982A;
}
.AnyTagClassName
{
color: #E2982A;
}
</style>
background-color css
<style>
a { background-color: #E2982A; }
a { background-color: rgb(226,152,42); }
div.DivClassName
{
background-color: #E2982A;
}
.BgClassName
{
background-color: #E2982A;
}
</style>
border-color css
<style>
span { border-color: #E2982A; }
span { border-color: rgb(226,152,42); }
td.TdClassName
{
border-color: #E2982A;
}
.TagClassName
{
border-color: #E2982A;
}
</style>