Shades of Buttercup #E0982C
Tints of Buttercup #E0982C
RGB
CMYK
RGB Variations
Color information
#E0982C (or 0xE0982C) is known color: Buttercup. HEX triplet: E0, 98 and 2C. RGB value is (224,152,44). Sum of RGB (Red+Green+Blue) = 224+152+44=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E0982C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0982C is #1F67D3. Grayscale: #A1A1A1. Windows color (decimal): -2058196 or 2922720. OLE color: 2922720.
HSL color Cylindrical-coordinate representation of color #E0982C: hue angle of 36º 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 #E0982C is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 44 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.12 |
| HSL | 36º | 0.74% | 0.53% | - |
| HSV(B) | 36º | 0.8% | 0.88% | - |
| XYZ | 42.42 | 38.49 | 7.58 | - |
| YUV | 161.22 | 61.85 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 44 | 0 | 0.32 | 0.80 | 0.12 | 36 | 0.74 | 0.53 |
| Hex | E0 | 98 | 2C | 0 | 20 | 50 | C | 24 | 4A | 35 |
| Octal | 340 | 230 | 54 | 0 | 40 | 120 | 14 | 44 | 112 | 65 |
| Binary | 11100000 | 10011000 | 101100 | 0 | 100000 | 1010000 | 1100 | 100100 | 1001010 | 110101 |
Color Harmonies of #E0982C
Complementary color
Monochromatic Colors of #E0982C
Black with #E0982C
Text Example
Text Example
White with #E0982C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0982C; }
p { color: rgb(224,152,44); }
H1.HeaderClassName
{
color: #E0982C;
}
.AnyTagClassName
{
color: #E0982C;
}
</style>
background-color css
<style>
a { background-color: #E0982C; }
a { background-color: rgb(224,152,44); }
div.DivClassName
{
background-color: #E0982C;
}
.BgClassName
{
background-color: #E0982C;
}
</style>
border-color css
<style>
span { border-color: #E0982C; }
span { border-color: rgb(224,152,44); }
td.TdClassName
{
border-color: #E0982C;
}
.TagClassName
{
border-color: #E0982C;
}
</style>