Shades of Buttercup #E0961D
Tints of Buttercup #E0961D
RGB
CMYK
RGB Variations
Color information
#E0961D (or 0xE0961D) is known color: Buttercup. HEX triplet: E0, 96 and 1D. RGB value is (224,150,29). Sum of RGB (Red+Green+Blue) = 224+150+29=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E0961D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0961D is #1F69E2. Grayscale: #9E9E9E. Windows color (decimal): -2058723 or 1939168. OLE color: 1939168.
HSL color Cylindrical-coordinate representation of color #E0961D: hue angle of 37.23º 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 #E0961D is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 150 | 29 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.12 |
| HSL | 37.23º | 0.77% | 0.5% | - |
| HSV(B) | 37.23º | 0.87% | 0.88% | - |
| XYZ | 41.87 | 37.75 | 6.24 | - |
| YUV | 158.33 | 55.02 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 150 | 29 | 0 | 0.33 | 0.87 | 0.12 | 37.23 | 0.77 | 0.5 |
| Hex | E0 | 96 | 1D | 0 | 21 | 57 | C | 25 | 4D | 32 |
| Octal | 340 | 226 | 35 | 0 | 41 | 127 | 14 | 45 | 115 | 62 |
| Binary | 11100000 | 10010110 | 11101 | 0 | 100001 | 1010111 | 1100 | 100101 | 1001101 | 110010 |
Color Harmonies of #E0961D
Complementary color
Monochromatic Colors of #E0961D
Black with #E0961D
Text Example
Text Example
White with #E0961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0961D; }
p { color: rgb(224,150,29); }
H1.HeaderClassName
{
color: #E0961D;
}
.AnyTagClassName
{
color: #E0961D;
}
</style>
background-color css
<style>
a { background-color: #E0961D; }
a { background-color: rgb(224,150,29); }
div.DivClassName
{
background-color: #E0961D;
}
.BgClassName
{
background-color: #E0961D;
}
</style>
border-color css
<style>
span { border-color: #E0961D; }
span { border-color: rgb(224,150,29); }
td.TdClassName
{
border-color: #E0961D;
}
.TagClassName
{
border-color: #E0961D;
}
</style>