Shades of Buttercup #E0971E
Tints of Buttercup #E0971E
RGB
CMYK
RGB Variations
Color information
#E0971E (or 0xE0971E) is known color: Buttercup. HEX triplet: E0, 97 and 1E. RGB value is (224,151,30). Sum of RGB (Red+Green+Blue) = 224+151+30=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E0971E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0971E is #1F68E1. Grayscale: #9F9F9F. Windows color (decimal): -2058466 or 2004960. OLE color: 2004960.
HSL color Cylindrical-coordinate representation of color #E0971E: hue angle of 37.42º degrees, saturation: 0.76, 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 #E0971E is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 30 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.12 |
| HSL | 37.42º | 0.76% | 0.5% | - |
| HSV(B) | 37.42º | 0.87% | 0.88% | - |
| XYZ | 42.04 | 38.07 | 6.36 | - |
| YUV | 159.03 | 55.18 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 30 | 0 | 0.33 | 0.87 | 0.12 | 37.42 | 0.76 | 0.5 |
| Hex | E0 | 97 | 1E | 0 | 21 | 57 | C | 25 | 4C | 32 |
| Octal | 340 | 227 | 36 | 0 | 41 | 127 | 14 | 45 | 114 | 62 |
| Binary | 11100000 | 10010111 | 11110 | 0 | 100001 | 1010111 | 1100 | 100101 | 1001100 | 110010 |
Color Harmonies of #E0971E
Complementary color
Monochromatic Colors of #E0971E
Black with #E0971E
Text Example
Text Example
White with #E0971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0971E; }
p { color: rgb(224,151,30); }
H1.HeaderClassName
{
color: #E0971E;
}
.AnyTagClassName
{
color: #E0971E;
}
</style>
background-color css
<style>
a { background-color: #E0971E; }
a { background-color: rgb(224,151,30); }
div.DivClassName
{
background-color: #E0971E;
}
.BgClassName
{
background-color: #E0971E;
}
</style>
border-color css
<style>
span { border-color: #E0971E; }
span { border-color: rgb(224,151,30); }
td.TdClassName
{
border-color: #E0971E;
}
.TagClassName
{
border-color: #E0971E;
}
</style>