Shades of Buttercup #E2912D
Tints of Buttercup #E2912D
RGB
CMYK
RGB Variations
Color information
#E2912D (or 0xE2912D) is known color: Buttercup. HEX triplet: E2, 91 and 2D. RGB value is (226,145,45). Sum of RGB (Red+Green+Blue) = 226+145+45=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2912D is #1D6ED2. Grayscale: #9E9E9E. Windows color (decimal): -1928915 or 2986466. OLE color: 2986466.
HSL color Cylindrical-coordinate representation of color #E2912D: hue angle of 33.15º 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 #E2912D is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 45 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.11 |
| HSL | 33.15º | 0.76% | 0.53% | - |
| HSV(B) | 33.15º | 0.8% | 0.89% | - |
| XYZ | 41.96 | 36.61 | 7.34 | - |
| YUV | 157.82 | 64.34 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 45 | 0 | 0.36 | 0.80 | 0.11 | 33.15 | 0.76 | 0.53 |
| Hex | E2 | 91 | 2D | 0 | 24 | 50 | B | 21 | 4C | 35 |
| Octal | 342 | 221 | 55 | 0 | 44 | 120 | 13 | 41 | 114 | 65 |
| Binary | 11100010 | 10010001 | 101101 | 0 | 100100 | 1010000 | 1011 | 100001 | 1001100 | 110101 |
Color Harmonies of #E2912D
Complementary color
Monochromatic Colors of #E2912D
Black with #E2912D
Text Example
Text Example
White with #E2912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2912D; }
p { color: rgb(226,145,45); }
H1.HeaderClassName
{
color: #E2912D;
}
.AnyTagClassName
{
color: #E2912D;
}
</style>
background-color css
<style>
a { background-color: #E2912D; }
a { background-color: rgb(226,145,45); }
div.DivClassName
{
background-color: #E2912D;
}
.BgClassName
{
background-color: #E2912D;
}
</style>
border-color css
<style>
span { border-color: #E2912D; }
span { border-color: rgb(226,145,45); }
td.TdClassName
{
border-color: #E2912D;
}
.TagClassName
{
border-color: #E2912D;
}
</style>