Shades of Buttercup #E2972C
Tints of Buttercup #E2972C
RGB
CMYK
RGB Variations
Color information
#E2972C (or 0xE2972C) is known color: Buttercup. HEX triplet: E2, 97 and 2C. RGB value is (226,151,44). Sum of RGB (Red+Green+Blue) = 226+151+44=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2972C is #1D68D3. Grayscale: #A1A1A1. Windows color (decimal): -1927380 or 2922466. OLE color: 2922466.
HSL color Cylindrical-coordinate representation of color #E2972C: hue angle of 35.27º 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 #E2972C is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 151 | 44 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.11 |
| HSL | 35.27º | 0.76% | 0.53% | - |
| HSV(B) | 35.27º | 0.81% | 0.89% | - |
| XYZ | 42.89 | 38.48 | 7.55 | - |
| YUV | 161.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 151 | 44 | 0 | 0.33 | 0.81 | 0.11 | 35.27 | 0.76 | 0.53 |
| Hex | E2 | 97 | 2C | 0 | 21 | 51 | B | 23 | 4C | 35 |
| Octal | 342 | 227 | 54 | 0 | 41 | 121 | 13 | 43 | 114 | 65 |
| Binary | 11100010 | 10010111 | 101100 | 0 | 100001 | 1010001 | 1011 | 100011 | 1001100 | 110101 |
Color Harmonies of #E2972C
Complementary color
Monochromatic Colors of #E2972C
Black with #E2972C
Text Example
Text Example
White with #E2972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2972C; }
p { color: rgb(226,151,44); }
H1.HeaderClassName
{
color: #E2972C;
}
.AnyTagClassName
{
color: #E2972C;
}
</style>
background-color css
<style>
a { background-color: #E2972C; }
a { background-color: rgb(226,151,44); }
div.DivClassName
{
background-color: #E2972C;
}
.BgClassName
{
background-color: #E2972C;
}
</style>
border-color css
<style>
span { border-color: #E2972C; }
span { border-color: rgb(226,151,44); }
td.TdClassName
{
border-color: #E2972C;
}
.TagClassName
{
border-color: #E2972C;
}
</style>