Shades of Buttercup #E0992F
Tints of Buttercup #E0992F
RGB
CMYK
RGB Variations
Color information
#E0992F (or 0xE0992F) is known color: Buttercup. HEX triplet: E0, 99 and 2F. RGB value is (224,153,47). Sum of RGB (Red+Green+Blue) = 224+153+47=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 47 (18.75% from 255 or 11.08% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E0992F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0992F is #1F66D0. Grayscale: #A2A2A2. Windows color (decimal): -2057937 or 3119584. OLE color: 3119584.
HSL color Cylindrical-coordinate representation of color #E0992F: hue angle of 35.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0992F is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 47 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.12 |
| HSL | 35.93º | 0.74% | 0.53% | - |
| HSV(B) | 35.93º | 0.79% | 0.88% | - |
| XYZ | 42.64 | 38.84 | 7.94 | - |
| YUV | 162.15 | 63.02 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 47 | 0 | 0.32 | 0.79 | 0.12 | 35.93 | 0.74 | 0.53 |
| Hex | E0 | 99 | 2F | 0 | 20 | 4F | C | 24 | 4A | 35 |
| Octal | 340 | 231 | 57 | 0 | 40 | 117 | 14 | 44 | 112 | 65 |
| Binary | 11100000 | 10011001 | 101111 | 0 | 100000 | 1001111 | 1100 | 100100 | 1001010 | 110101 |
Color Harmonies of #E0992F
Complementary color
Monochromatic Colors of #E0992F
Black with #E0992F
Text Example
Text Example
White with #E0992F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0992F; }
p { color: rgb(224,153,47); }
H1.HeaderClassName
{
color: #E0992F;
}
.AnyTagClassName
{
color: #E0992F;
}
</style>
background-color css
<style>
a { background-color: #E0992F; }
a { background-color: rgb(224,153,47); }
div.DivClassName
{
background-color: #E0992F;
}
.BgClassName
{
background-color: #E0992F;
}
</style>
border-color css
<style>
span { border-color: #E0992F; }
span { border-color: rgb(224,153,47); }
td.TdClassName
{
border-color: #E0992F;
}
.TagClassName
{
border-color: #E0992F;
}
</style>