Shades of Buttercup #E2962C
Tints of Buttercup #E2962C
RGB
CMYK
RGB Variations
Color information
#E2962C (or 0xE2962C) is known color: Buttercup. HEX triplet: E2, 96 and 2C. RGB value is (226,150,44). Sum of RGB (Red+Green+Blue) = 226+150+44=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2962C is #1D69D3. Grayscale: #A1A1A1. Windows color (decimal): -1927636 or 2922210. OLE color: 2922210.
HSL color Cylindrical-coordinate representation of color #E2962C: hue angle of 34.95º 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 #E2962C is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 150 | 44 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.11 |
| HSL | 34.95º | 0.76% | 0.53% | - |
| HSV(B) | 34.95º | 0.81% | 0.89% | - |
| XYZ | 42.73 | 38.16 | 7.5 | - |
| YUV | 160.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 150 | 44 | 0 | 0.34 | 0.81 | 0.11 | 34.95 | 0.76 | 0.53 |
| Hex | E2 | 96 | 2C | 0 | 22 | 51 | B | 23 | 4C | 35 |
| Octal | 342 | 226 | 54 | 0 | 42 | 121 | 13 | 43 | 114 | 65 |
| Binary | 11100010 | 10010110 | 101100 | 0 | 100010 | 1010001 | 1011 | 100011 | 1001100 | 110101 |
Color Harmonies of #E2962C
Complementary color
Monochromatic Colors of #E2962C
Black with #E2962C
Text Example
Text Example
White with #E2962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2962C; }
p { color: rgb(226,150,44); }
H1.HeaderClassName
{
color: #E2962C;
}
.AnyTagClassName
{
color: #E2962C;
}
</style>
background-color css
<style>
a { background-color: #E2962C; }
a { background-color: rgb(226,150,44); }
div.DivClassName
{
background-color: #E2962C;
}
.BgClassName
{
background-color: #E2962C;
}
</style>
border-color css
<style>
span { border-color: #E2962C; }
span { border-color: rgb(226,150,44); }
td.TdClassName
{
border-color: #E2962C;
}
.TagClassName
{
border-color: #E2962C;
}
</style>