Shades of Buttercup #E0932C
Tints of Buttercup #E0932C
RGB
CMYK
RGB Variations
Color information
#E0932C (or 0xE0932C) is known color: Buttercup. HEX triplet: E0, 93 and 2C. RGB value is (224,147,44). Sum of RGB (Red+Green+Blue) = 224+147+44=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0932C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0932C is #1F6CD3. Grayscale: #9E9E9E. Windows color (decimal): -2059476 or 2921440. OLE color: 2921440.
HSL color Cylindrical-coordinate representation of color #E0932C: hue angle of 34.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0932C is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 44 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.12 |
| HSL | 34.33º | 0.74% | 0.53% | - |
| HSV(B) | 34.33º | 0.8% | 0.88% | - |
| XYZ | 41.63 | 36.9 | 7.31 | - |
| YUV | 158.28 | 63.51 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 44 | 0 | 0.34 | 0.80 | 0.12 | 34.33 | 0.74 | 0.53 |
| Hex | E0 | 93 | 2C | 0 | 22 | 50 | C | 22 | 4A | 35 |
| Octal | 340 | 223 | 54 | 0 | 42 | 120 | 14 | 42 | 112 | 65 |
| Binary | 11100000 | 10010011 | 101100 | 0 | 100010 | 1010000 | 1100 | 100010 | 1001010 | 110101 |
Color Harmonies of #E0932C
Complementary color
Monochromatic Colors of #E0932C
Black with #E0932C
Text Example
Text Example
White with #E0932C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0932C; }
p { color: rgb(224,147,44); }
H1.HeaderClassName
{
color: #E0932C;
}
.AnyTagClassName
{
color: #E0932C;
}
</style>
background-color css
<style>
a { background-color: #E0932C; }
a { background-color: rgb(224,147,44); }
div.DivClassName
{
background-color: #E0932C;
}
.BgClassName
{
background-color: #E0932C;
}
</style>
border-color css
<style>
span { border-color: #E0932C; }
span { border-color: rgb(224,147,44); }
td.TdClassName
{
border-color: #E0932C;
}
.TagClassName
{
border-color: #E0932C;
}
</style>