Shades of Buttercup #E0981D
Tints of Buttercup #E0981D
RGB
CMYK
RGB Variations
Color information
#E0981D (or 0xE0981D) is known color: Buttercup. HEX triplet: E0, 98 and 1D. RGB value is (224,152,29). Sum of RGB (Red+Green+Blue) = 224+152+29=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E0981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0981D is #1F67E2. Grayscale: #A0A0A0. Windows color (decimal): -2058211 or 1939680. OLE color: 1939680.
HSL color Cylindrical-coordinate representation of color #E0981D: hue angle of 37.85º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0981D is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 152 | 29 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.12 |
| HSL | 37.85º | 0.77% | 0.5% | - |
| HSV(B) | 37.85º | 0.87% | 0.88% | - |
| XYZ | 42.19 | 38.39 | 6.35 | - |
| YUV | 159.51 | 54.35 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 152 | 29 | 0 | 0.32 | 0.87 | 0.12 | 37.85 | 0.77 | 0.5 |
| Hex | E0 | 98 | 1D | 0 | 20 | 57 | C | 26 | 4D | 32 |
| Octal | 340 | 230 | 35 | 0 | 40 | 127 | 14 | 46 | 115 | 62 |
| Binary | 11100000 | 10011000 | 11101 | 0 | 100000 | 1010111 | 1100 | 100110 | 1001101 | 110010 |
Color Harmonies of #E0981D
Complementary color
Monochromatic Colors of #E0981D
Black with #E0981D
Text Example
Text Example
White with #E0981D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0981D; }
p { color: rgb(224,152,29); }
H1.HeaderClassName
{
color: #E0981D;
}
.AnyTagClassName
{
color: #E0981D;
}
</style>
background-color css
<style>
a { background-color: #E0981D; }
a { background-color: rgb(224,152,29); }
div.DivClassName
{
background-color: #E0981D;
}
.BgClassName
{
background-color: #E0981D;
}
</style>
border-color css
<style>
span { border-color: #E0981D; }
span { border-color: rgb(224,152,29); }
td.TdClassName
{
border-color: #E0981D;
}
.TagClassName
{
border-color: #E0981D;
}
</style>