Shades of Buttercup #E3912D
Tints of Buttercup #E3912D
RGB
CMYK
RGB Variations
Color information
#E3912D (or 0xE3912D) is known color: Buttercup. HEX triplet: E3, 91 and 2D. RGB value is (227,145,45). Sum of RGB (Red+Green+Blue) = 227+145+45=417 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.44% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 227 - color contains mainly: red. Hex color #E3912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3912D is #1C6ED2. Grayscale: #9E9E9E. Windows color (decimal): -1863379 or 2986467. OLE color: 2986467.
HSL color Cylindrical-coordinate representation of color #E3912D: hue angle of 32.97º 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 #E3912D is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 145 | 45 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.11 |
| HSL | 32.97º | 0.76% | 0.53% | - |
| HSV(B) | 32.97º | 0.8% | 0.89% | - |
| XYZ | 42.28 | 36.77 | 7.35 | - |
| YUV | 158.12 | 64.17 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 145 | 45 | 0 | 0.36 | 0.80 | 0.11 | 32.97 | 0.76 | 0.53 |
| Hex | E3 | 91 | 2D | 0 | 24 | 50 | B | 21 | 4C | 35 |
| Octal | 343 | 221 | 55 | 0 | 44 | 120 | 13 | 41 | 114 | 65 |
| Binary | 11100011 | 10010001 | 101101 | 0 | 100100 | 1010000 | 1011 | 100001 | 1001100 | 110101 |
Color Harmonies of #E3912D
Complementary color
Monochromatic Colors of #E3912D
Black with #E3912D
Text Example
Text Example
White with #E3912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3912D; }
p { color: rgb(227,145,45); }
H1.HeaderClassName
{
color: #E3912D;
}
.AnyTagClassName
{
color: #E3912D;
}
</style>
background-color css
<style>
a { background-color: #E3912D; }
a { background-color: rgb(227,145,45); }
div.DivClassName
{
background-color: #E3912D;
}
.BgClassName
{
background-color: #E3912D;
}
</style>
border-color css
<style>
span { border-color: #E3912D; }
span { border-color: rgb(227,145,45); }
td.TdClassName
{
border-color: #E3912D;
}
.TagClassName
{
border-color: #E3912D;
}
</style>