Shades of Buttercup #E1992A
Tints of Buttercup #E1992A
RGB
CMYK
RGB Variations
Color information
#E1992A (or 0xE1992A) is known color: Buttercup. HEX triplet: E1, 99 and 2A. RGB value is (225,153,42). Sum of RGB (Red+Green+Blue) = 225+153+42=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 153 (60.16% from 255 or 36.43% from 420); Blue value is 42 (16.80% from 255 or 10% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E1992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1992A is #1E66D5. Grayscale: #A2A2A2. Windows color (decimal): -1992406 or 2791905. OLE color: 2791905.
HSL color Cylindrical-coordinate representation of color #E1992A: hue angle of 36.39º 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 #E1992A is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 153 | 42 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.12 |
| HSL | 36.39º | 0.75% | 0.52% | - |
| HSV(B) | 36.39º | 0.81% | 0.88% | - |
| XYZ | 42.86 | 38.96 | 7.45 | - |
| YUV | 161.87 | 60.35 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 153 | 42 | 0 | 0.32 | 0.81 | 0.12 | 36.39 | 0.75 | 0.52 |
| Hex | E1 | 99 | 2A | 0 | 20 | 51 | C | 24 | 4B | 34 |
| Octal | 341 | 231 | 52 | 0 | 40 | 121 | 14 | 44 | 113 | 64 |
| Binary | 11100001 | 10011001 | 101010 | 0 | 100000 | 1010001 | 1100 | 100100 | 1001011 | 110100 |
Color Harmonies of #E1992A
Complementary color
Monochromatic Colors of #E1992A
Black with #E1992A
Text Example
Text Example
White with #E1992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1992A; }
p { color: rgb(225,153,42); }
H1.HeaderClassName
{
color: #E1992A;
}
.AnyTagClassName
{
color: #E1992A;
}
</style>
background-color css
<style>
a { background-color: #E1992A; }
a { background-color: rgb(225,153,42); }
div.DivClassName
{
background-color: #E1992A;
}
.BgClassName
{
background-color: #E1992A;
}
</style>
border-color css
<style>
span { border-color: #E1992A; }
span { border-color: rgb(225,153,42); }
td.TdClassName
{
border-color: #E1992A;
}
.TagClassName
{
border-color: #E1992A;
}
</style>