Shades of Buttercup #E0962F
Tints of Buttercup #E0962F
RGB
CMYK
RGB Variations
Color information
#E0962F (or 0xE0962F) is known color: Buttercup. HEX triplet: E0, 96 and 2F. RGB value is (224,150,47). Sum of RGB (Red+Green+Blue) = 224+150+47=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E0962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0962F is #1F69D0. Grayscale: #A0A0A0. Windows color (decimal): -2058705 or 3118816. OLE color: 3118816.
HSL color Cylindrical-coordinate representation of color #E0962F: hue angle of 34.92º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0962F is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 47 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.12 |
| HSL | 34.92º | 0.74% | 0.53% | - |
| HSV(B) | 34.92º | 0.79% | 0.88% | - |
| XYZ | 42.16 | 37.87 | 7.78 | - |
| YUV | 160.38 | 64.02 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 47 | 0 | 0.33 | 0.79 | 0.12 | 34.92 | 0.74 | 0.53 |
| Hex | E0 | 96 | 2F | 0 | 21 | 4F | C | 23 | 4A | 35 |
| Octal | 340 | 226 | 57 | 0 | 41 | 117 | 14 | 43 | 112 | 65 |
| Binary | 11100000 | 10010110 | 101111 | 0 | 100001 | 1001111 | 1100 | 100011 | 1001010 | 110101 |
Color Harmonies of #E0962F
Complementary color
Monochromatic Colors of #E0962F
Black with #E0962F
Text Example
Text Example
White with #E0962F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0962F; }
p { color: rgb(224,150,47); }
H1.HeaderClassName
{
color: #E0962F;
}
.AnyTagClassName
{
color: #E0962F;
}
</style>
background-color css
<style>
a { background-color: #E0962F; }
a { background-color: rgb(224,150,47); }
div.DivClassName
{
background-color: #E0962F;
}
.BgClassName
{
background-color: #E0962F;
}
</style>
border-color css
<style>
span { border-color: #E0962F; }
span { border-color: rgb(224,150,47); }
td.TdClassName
{
border-color: #E0962F;
}
.TagClassName
{
border-color: #E0962F;
}
</style>