Shades of Buttercup #E0971F
Tints of Buttercup #E0971F
RGB
CMYK
RGB Variations
Color information
#E0971F (or 0xE0971F) is known color: Buttercup. HEX triplet: E0, 97 and 1F. RGB value is (224,151,31). Sum of RGB (Red+Green+Blue) = 224+151+31=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E0971F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0971F is #1F68E0. Grayscale: #9F9F9F. Windows color (decimal): -2058465 or 2070496. OLE color: 2070496.
HSL color Cylindrical-coordinate representation of color #E0971F: hue angle of 37.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0971F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 151 | 31 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.12 |
| HSL | 37.31º | 0.76% | 0.5% | - |
| HSV(B) | 37.31º | 0.86% | 0.88% | - |
| XYZ | 42.05 | 38.08 | 6.43 | - |
| YUV | 159.15 | 55.68 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 151 | 31 | 0 | 0.33 | 0.86 | 0.12 | 37.31 | 0.76 | 0.5 |
| Hex | E0 | 97 | 1F | 0 | 21 | 56 | C | 25 | 4C | 32 |
| Octal | 340 | 227 | 37 | 0 | 41 | 126 | 14 | 45 | 114 | 62 |
| Binary | 11100000 | 10010111 | 11111 | 0 | 100001 | 1010110 | 1100 | 100101 | 1001100 | 110010 |
Color Harmonies of #E0971F
Complementary color
Monochromatic Colors of #E0971F
Black with #E0971F
Text Example
Text Example
White with #E0971F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0971F; }
p { color: rgb(224,151,31); }
H1.HeaderClassName
{
color: #E0971F;
}
.AnyTagClassName
{
color: #E0971F;
}
</style>
background-color css
<style>
a { background-color: #E0971F; }
a { background-color: rgb(224,151,31); }
div.DivClassName
{
background-color: #E0971F;
}
.BgClassName
{
background-color: #E0971F;
}
</style>
border-color css
<style>
span { border-color: #E0971F; }
span { border-color: rgb(224,151,31); }
td.TdClassName
{
border-color: #E0971F;
}
.TagClassName
{
border-color: #E0971F;
}
</style>