Shades of Buttercup #E0912B
Tints of Buttercup #E0912B
RGB
CMYK
RGB Variations
Color information
#E0912B (or 0xE0912B) is known color: Buttercup. HEX triplet: E0, 91 and 2B. RGB value is (224,145,43). Sum of RGB (Red+Green+Blue) = 224+145+43=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 43 (17.19% from 255 or 10.44% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0912B is #1F6ED4. Grayscale: #9D9D9D. Windows color (decimal): -2059989 or 2855392. OLE color: 2855392.
HSL color Cylindrical-coordinate representation of color #E0912B: hue angle of 33.81º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0912B is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 43 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.12 |
| HSL | 33.81º | 0.74% | 0.52% | - |
| HSV(B) | 33.81º | 0.81% | 0.88% | - |
| XYZ | 41.3 | 36.27 | 7.11 | - |
| YUV | 156.99 | 63.67 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 43 | 0 | 0.35 | 0.81 | 0.12 | 33.81 | 0.74 | 0.52 |
| Hex | E0 | 91 | 2B | 0 | 23 | 51 | C | 22 | 4A | 34 |
| Octal | 340 | 221 | 53 | 0 | 43 | 121 | 14 | 42 | 112 | 64 |
| Binary | 11100000 | 10010001 | 101011 | 0 | 100011 | 1010001 | 1100 | 100010 | 1001010 | 110100 |
Color Harmonies of #E0912B
Complementary color
Monochromatic Colors of #E0912B
Black with #E0912B
Text Example
Text Example
White with #E0912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0912B; }
p { color: rgb(224,145,43); }
H1.HeaderClassName
{
color: #E0912B;
}
.AnyTagClassName
{
color: #E0912B;
}
</style>
background-color css
<style>
a { background-color: #E0912B; }
a { background-color: rgb(224,145,43); }
div.DivClassName
{
background-color: #E0912B;
}
.BgClassName
{
background-color: #E0912B;
}
</style>
border-color css
<style>
span { border-color: #E0912B; }
span { border-color: rgb(224,145,43); }
td.TdClassName
{
border-color: #E0912B;
}
.TagClassName
{
border-color: #E0912B;
}
</style>