Shades of Buttercup #E2912E
Tints of Buttercup #E2912E
RGB
CMYK
RGB Variations
Color information
#E2912E (or 0xE2912E) is known color: Buttercup. HEX triplet: E2, 91 and 2E. RGB value is (226,145,46). Sum of RGB (Red+Green+Blue) = 226+145+46=417 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.20% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 226 - color contains mainly: red. Hex color #E2912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2912E is #1D6ED1. Grayscale: #9E9E9E. Windows color (decimal): -1928914 or 3052002. OLE color: 3052002.
HSL color Cylindrical-coordinate representation of color #E2912E: hue angle of 33º 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 #E2912E is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 46 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.11 |
| HSL | 33º | 0.76% | 0.53% | - |
| HSV(B) | 33º | 0.8% | 0.89% | - |
| XYZ | 41.98 | 36.62 | 7.44 | - |
| YUV | 157.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 46 | 0 | 0.36 | 0.80 | 0.11 | 33 | 0.76 | 0.53 |
| Hex | E2 | 91 | 2E | 0 | 24 | 50 | B | 21 | 4C | 35 |
| Octal | 342 | 221 | 56 | 0 | 44 | 120 | 13 | 41 | 114 | 65 |
| Binary | 11100010 | 10010001 | 101110 | 0 | 100100 | 1010000 | 1011 | 100001 | 1001100 | 110101 |
Color Harmonies of #E2912E
Complementary color
Monochromatic Colors of #E2912E
Black with #E2912E
Text Example
Text Example
White with #E2912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2912E; }
p { color: rgb(226,145,46); }
H1.HeaderClassName
{
color: #E2912E;
}
.AnyTagClassName
{
color: #E2912E;
}
</style>
background-color css
<style>
a { background-color: #E2912E; }
a { background-color: rgb(226,145,46); }
div.DivClassName
{
background-color: #E2912E;
}
.BgClassName
{
background-color: #E2912E;
}
</style>
border-color css
<style>
span { border-color: #E2912E; }
span { border-color: rgb(226,145,46); }
td.TdClassName
{
border-color: #E2912E;
}
.TagClassName
{
border-color: #E2912E;
}
</style>