Shades of Buttercup #E0992D
Tints of Buttercup #E0992D
RGB
CMYK
RGB Variations
Color information
#E0992D (or 0xE0992D) is known color: Buttercup. HEX triplet: E0, 99 and 2D. RGB value is (224,153,45). Sum of RGB (Red+Green+Blue) = 224+153+45=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0992D is #1F66D2. Grayscale: #A2A2A2. Windows color (decimal): -2057939 or 2988512. OLE color: 2988512.
HSL color Cylindrical-coordinate representation of color #E0992D: hue angle of 36.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0992D is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 153 | 45 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.12 |
| HSL | 36.2º | 0.74% | 0.53% | - |
| HSV(B) | 36.2º | 0.8% | 0.88% | - |
| XYZ | 42.61 | 38.82 | 7.73 | - |
| YUV | 161.92 | 62.02 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 153 | 45 | 0 | 0.32 | 0.80 | 0.12 | 36.2 | 0.74 | 0.53 |
| Hex | E0 | 99 | 2D | 0 | 20 | 50 | C | 24 | 4A | 35 |
| Octal | 340 | 231 | 55 | 0 | 40 | 120 | 14 | 44 | 112 | 65 |
| Binary | 11100000 | 10011001 | 101101 | 0 | 100000 | 1010000 | 1100 | 100100 | 1001010 | 110101 |
Color Harmonies of #E0992D
Complementary color
Monochromatic Colors of #E0992D
Black with #E0992D
Text Example
Text Example
White with #E0992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0992D; }
p { color: rgb(224,153,45); }
H1.HeaderClassName
{
color: #E0992D;
}
.AnyTagClassName
{
color: #E0992D;
}
</style>
background-color css
<style>
a { background-color: #E0992D; }
a { background-color: rgb(224,153,45); }
div.DivClassName
{
background-color: #E0992D;
}
.BgClassName
{
background-color: #E0992D;
}
</style>
border-color css
<style>
span { border-color: #E0992D; }
span { border-color: rgb(224,153,45); }
td.TdClassName
{
border-color: #E0992D;
}
.TagClassName
{
border-color: #E0992D;
}
</style>