Shades of Buttercup #E0982A
Tints of Buttercup #E0982A
RGB
CMYK
RGB Variations
Color information
#E0982A (or 0xE0982A) is known color: Buttercup. HEX triplet: E0, 98 and 2A. RGB value is (224,152,42). Sum of RGB (Red+Green+Blue) = 224+152+42=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0982A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0982A is #1F67D5. Grayscale: #A1A1A1. Windows color (decimal): -2058198 or 2791648. OLE color: 2791648.
HSL color Cylindrical-coordinate representation of color #E0982A: hue angle of 36.26º 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 #E0982A is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 42 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.12 |
| HSL | 36.26º | 0.75% | 0.52% | - |
| HSV(B) | 36.26º | 0.81% | 0.88% | - |
| XYZ | 42.39 | 38.47 | 7.38 | - |
| YUV | 160.99 | 60.85 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 42 | 0 | 0.32 | 0.81 | 0.12 | 36.26 | 0.75 | 0.52 |
| Hex | E0 | 98 | 2A | 0 | 20 | 51 | C | 24 | 4B | 34 |
| Octal | 340 | 230 | 52 | 0 | 40 | 121 | 14 | 44 | 113 | 64 |
| Binary | 11100000 | 10011000 | 101010 | 0 | 100000 | 1010001 | 1100 | 100100 | 1001011 | 110100 |
Color Harmonies of #E0982A
Complementary color
Monochromatic Colors of #E0982A
Black with #E0982A
Text Example
Text Example
White with #E0982A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0982A; }
p { color: rgb(224,152,42); }
H1.HeaderClassName
{
color: #E0982A;
}
.AnyTagClassName
{
color: #E0982A;
}
</style>
background-color css
<style>
a { background-color: #E0982A; }
a { background-color: rgb(224,152,42); }
div.DivClassName
{
background-color: #E0982A;
}
.BgClassName
{
background-color: #E0982A;
}
</style>
border-color css
<style>
span { border-color: #E0982A; }
span { border-color: rgb(224,152,42); }
td.TdClassName
{
border-color: #E0982A;
}
.TagClassName
{
border-color: #E0982A;
}
</style>