Shades of Buttercup #E2912B
Tints of Buttercup #E2912B
RGB
CMYK
RGB Variations
Color information
#E2912B (or 0xE2912B) is known color: Buttercup. HEX triplet: E2, 91 and 2B. RGB value is (226,145,43). Sum of RGB (Red+Green+Blue) = 226+145+43=414 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.59% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 226 - color contains mainly: red. Hex color #E2912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2912B is #1D6ED4. Grayscale: #9E9E9E. Windows color (decimal): -1928917 or 2855394. OLE color: 2855394.
HSL color Cylindrical-coordinate representation of color #E2912B: hue angle of 33.44º 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 #E2912B is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 43 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.11 |
| HSL | 33.44º | 0.76% | 0.53% | - |
| HSV(B) | 33.44º | 0.81% | 0.89% | - |
| XYZ | 41.93 | 36.59 | 7.14 | - |
| YUV | 157.59 | 63.34 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 43 | 0 | 0.36 | 0.81 | 0.11 | 33.44 | 0.76 | 0.53 |
| Hex | E2 | 91 | 2B | 0 | 24 | 51 | B | 21 | 4C | 35 |
| Octal | 342 | 221 | 53 | 0 | 44 | 121 | 13 | 41 | 114 | 65 |
| Binary | 11100010 | 10010001 | 101011 | 0 | 100100 | 1010001 | 1011 | 100001 | 1001100 | 110101 |
Color Harmonies of #E2912B
Complementary color
Monochromatic Colors of #E2912B
Black with #E2912B
Text Example
Text Example
White with #E2912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2912B; }
p { color: rgb(226,145,43); }
H1.HeaderClassName
{
color: #E2912B;
}
.AnyTagClassName
{
color: #E2912B;
}
</style>
background-color css
<style>
a { background-color: #E2912B; }
a { background-color: rgb(226,145,43); }
div.DivClassName
{
background-color: #E2912B;
}
.BgClassName
{
background-color: #E2912B;
}
</style>
border-color css
<style>
span { border-color: #E2912B; }
span { border-color: rgb(226,145,43); }
td.TdClassName
{
border-color: #E2912B;
}
.TagClassName
{
border-color: #E2912B;
}
</style>