Shades of Buttercup #E0992A
Tints of Buttercup #E0992A
RGB
CMYK
RGB Variations
Color information
#E0992A (or 0xE0992A) is known color: Buttercup. HEX triplet: E0, 99 and 2A. RGB value is (224,153,42). Sum of RGB (Red+Green+Blue) = 224+153+42=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 42 (16.80% from 255 or 10.02% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0992A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0992A is #1F66D5. Grayscale: #A2A2A2. Windows color (decimal): -2057942 or 2791904. OLE color: 2791904.
HSL color Cylindrical-coordinate representation of color #E0992A: hue angle of 36.59º 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 #E0992A is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 42 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.12 |
| HSL | 36.59º | 0.75% | 0.52% | - |
| HSV(B) | 36.59º | 0.81% | 0.88% | - |
| XYZ | 42.55 | 38.8 | 7.44 | - |
| YUV | 161.58 | 60.52 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 42 | 0 | 0.32 | 0.81 | 0.12 | 36.59 | 0.75 | 0.52 |
| Hex | E0 | 99 | 2A | 0 | 20 | 51 | C | 25 | 4B | 34 |
| Octal | 340 | 231 | 52 | 0 | 40 | 121 | 14 | 45 | 113 | 64 |
| Binary | 11100000 | 10011001 | 101010 | 0 | 100000 | 1010001 | 1100 | 100101 | 1001011 | 110100 |
Color Harmonies of #E0992A
Complementary color
Monochromatic Colors of #E0992A
Black with #E0992A
Text Example
Text Example
White with #E0992A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0992A; }
p { color: rgb(224,153,42); }
H1.HeaderClassName
{
color: #E0992A;
}
.AnyTagClassName
{
color: #E0992A;
}
</style>
background-color css
<style>
a { background-color: #E0992A; }
a { background-color: rgb(224,153,42); }
div.DivClassName
{
background-color: #E0992A;
}
.BgClassName
{
background-color: #E0992A;
}
</style>
border-color css
<style>
span { border-color: #E0992A; }
span { border-color: rgb(224,153,42); }
td.TdClassName
{
border-color: #E0992A;
}
.TagClassName
{
border-color: #E0992A;
}
</style>