Shades of Buttercup #E0962A
Tints of Buttercup #E0962A
RGB
CMYK
RGB Variations
Color information
#E0962A (or 0xE0962A) is known color: Buttercup. HEX triplet: E0, 96 and 2A. RGB value is (224,150,42). Sum of RGB (Red+Green+Blue) = 224+150+42=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0962A is #1F69D5. Grayscale: #A0A0A0. Windows color (decimal): -2058710 or 2791136. OLE color: 2791136.
HSL color Cylindrical-coordinate representation of color #E0962A: hue angle of 35.6º 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 #E0962A is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 42 | - |
| CMYK | 0 | 0.33 | 0.81 | 0.12 |
| HSL | 35.6º | 0.75% | 0.52% | - |
| HSV(B) | 35.6º | 0.81% | 0.88% | - |
| XYZ | 42.06 | 37.83 | 7.27 | - |
| YUV | 159.81 | 61.52 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 42 | 0 | 0.33 | 0.81 | 0.12 | 35.6 | 0.75 | 0.52 |
| Hex | E0 | 96 | 2A | 0 | 21 | 51 | C | 24 | 4B | 34 |
| Octal | 340 | 226 | 52 | 0 | 41 | 121 | 14 | 44 | 113 | 64 |
| Binary | 11100000 | 10010110 | 101010 | 0 | 100001 | 1010001 | 1100 | 100100 | 1001011 | 110100 |
Color Harmonies of #E0962A
Complementary color
Monochromatic Colors of #E0962A
Black with #E0962A
Text Example
Text Example
White with #E0962A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0962A; }
p { color: rgb(224,150,42); }
H1.HeaderClassName
{
color: #E0962A;
}
.AnyTagClassName
{
color: #E0962A;
}
</style>
background-color css
<style>
a { background-color: #E0962A; }
a { background-color: rgb(224,150,42); }
div.DivClassName
{
background-color: #E0962A;
}
.BgClassName
{
background-color: #E0962A;
}
</style>
border-color css
<style>
span { border-color: #E0962A; }
span { border-color: rgb(224,150,42); }
td.TdClassName
{
border-color: #E0962A;
}
.TagClassName
{
border-color: #E0962A;
}
</style>