Shades of Buttercup #E1912A
Tints of Buttercup #E1912A
RGB
CMYK
RGB Variations
Color information
#E1912A (or 0xE1912A) is known color: Buttercup. HEX triplet: E1, 91 and 2A. RGB value is (225,145,42). Sum of RGB (Red+Green+Blue) = 225+145+42=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E1912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1912A is #1E6ED5. Grayscale: #9D9D9D. Windows color (decimal): -1994454 or 2789857. OLE color: 2789857.
HSL color Cylindrical-coordinate representation of color #E1912A: hue angle of 33.77º degrees, saturation: 0.75, 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 #E1912A is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 42 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.12 |
| HSL | 33.77º | 0.75% | 0.52% | - |
| HSV(B) | 33.77º | 0.81% | 0.88% | - |
| XYZ | 41.59 | 36.43 | 7.03 | - |
| YUV | 157.18 | 63 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 42 | 0 | 0.36 | 0.81 | 0.12 | 33.77 | 0.75 | 0.52 |
| Hex | E1 | 91 | 2A | 0 | 24 | 51 | C | 22 | 4B | 34 |
| Octal | 341 | 221 | 52 | 0 | 44 | 121 | 14 | 42 | 113 | 64 |
| Binary | 11100001 | 10010001 | 101010 | 0 | 100100 | 1010001 | 1100 | 100010 | 1001011 | 110100 |
Color Harmonies of #E1912A
Complementary color
Monochromatic Colors of #E1912A
Black with #E1912A
Text Example
Text Example
White with #E1912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1912A; }
p { color: rgb(225,145,42); }
H1.HeaderClassName
{
color: #E1912A;
}
.AnyTagClassName
{
color: #E1912A;
}
</style>
background-color css
<style>
a { background-color: #E1912A; }
a { background-color: rgb(225,145,42); }
div.DivClassName
{
background-color: #E1912A;
}
.BgClassName
{
background-color: #E1912A;
}
</style>
border-color css
<style>
span { border-color: #E1912A; }
span { border-color: rgb(225,145,42); }
td.TdClassName
{
border-color: #E1912A;
}
.TagClassName
{
border-color: #E1912A;
}
</style>