Shades of Buttercup #E2982F
Tints of Buttercup #E2982F
RGB
CMYK
RGB Variations
Color information
#E2982F (or 0xE2982F) is known color: Buttercup. HEX triplet: E2, 98 and 2F. RGB value is (226,152,47). Sum of RGB (Red+Green+Blue) = 226+152+47=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E2982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2982F is #1D67D0. Grayscale: #A2A2A2. Windows color (decimal): -1927121 or 3119330. OLE color: 3119330.
HSL color Cylindrical-coordinate representation of color #E2982F: hue angle of 35.2º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2982F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 152 | 47 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.11 |
| HSL | 35.2º | 0.76% | 0.54% | - |
| HSV(B) | 35.2º | 0.79% | 0.89% | - |
| XYZ | 43.11 | 38.83 | 7.91 | - |
| YUV | 162.16 | 63.02 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 152 | 47 | 0 | 0.33 | 0.79 | 0.11 | 35.2 | 0.76 | 0.54 |
| Hex | E2 | 98 | 2F | 0 | 21 | 4F | B | 23 | 4C | 36 |
| Octal | 342 | 230 | 57 | 0 | 41 | 117 | 13 | 43 | 114 | 66 |
| Binary | 11100010 | 10011000 | 101111 | 0 | 100001 | 1001111 | 1011 | 100011 | 1001100 | 110110 |
Color Harmonies of #E2982F
Complementary color
Monochromatic Colors of #E2982F
Black with #E2982F
Text Example
Text Example
White with #E2982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2982F; }
p { color: rgb(226,152,47); }
H1.HeaderClassName
{
color: #E2982F;
}
.AnyTagClassName
{
color: #E2982F;
}
</style>
background-color css
<style>
a { background-color: #E2982F; }
a { background-color: rgb(226,152,47); }
div.DivClassName
{
background-color: #E2982F;
}
.BgClassName
{
background-color: #E2982F;
}
</style>
border-color css
<style>
span { border-color: #E2982F; }
span { border-color: rgb(226,152,47); }
td.TdClassName
{
border-color: #E2982F;
}
.TagClassName
{
border-color: #E2982F;
}
</style>