Shades of Buttercup #E2972E
Tints of Buttercup #E2972E
RGB
CMYK
RGB Variations
Color information
#E2972E (or 0xE2972E) is known color: Buttercup. HEX triplet: E2, 97 and 2E. RGB value is (226,151,46). Sum of RGB (Red+Green+Blue) = 226+151+46=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E2972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2972E is #1D68D1. Grayscale: #A1A1A1. Windows color (decimal): -1927378 or 3053538. OLE color: 3053538.
HSL color Cylindrical-coordinate representation of color #E2972E: hue angle of 35º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2972E is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 46 | - |
| CMYK | 0 | 0.33 | 0.80 | 0.11 |
| HSL | 35º | 0.76% | 0.53% | - |
| HSV(B) | 35º | 0.8% | 0.89% | - |
| XYZ | 42.92 | 38.5 | 7.75 | - |
| YUV | 161.46 | 62.85 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 46 | 0 | 0.33 | 0.80 | 0.11 | 35 | 0.76 | 0.53 |
| Hex | E2 | 97 | 2E | 0 | 21 | 50 | B | 23 | 4C | 35 |
| Octal | 342 | 227 | 56 | 0 | 41 | 120 | 13 | 43 | 114 | 65 |
| Binary | 11100010 | 10010111 | 101110 | 0 | 100001 | 1010000 | 1011 | 100011 | 1001100 | 110101 |
Color Harmonies of #E2972E
Complementary color
Monochromatic Colors of #E2972E
Black with #E2972E
Text Example
Text Example
White with #E2972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2972E; }
p { color: rgb(226,151,46); }
H1.HeaderClassName
{
color: #E2972E;
}
.AnyTagClassName
{
color: #E2972E;
}
</style>
background-color css
<style>
a { background-color: #E2972E; }
a { background-color: rgb(226,151,46); }
div.DivClassName
{
background-color: #E2972E;
}
.BgClassName
{
background-color: #E2972E;
}
</style>
border-color css
<style>
span { border-color: #E2972E; }
span { border-color: rgb(226,151,46); }
td.TdClassName
{
border-color: #E2972E;
}
.TagClassName
{
border-color: #E2972E;
}
</style>