Shades of Buttercup #E08C20
Tints of Buttercup #E08C20
RGB
CMYK
RGB Variations
Color information
#E08C20 (or 0xE08C20) is known color: Buttercup. HEX triplet: E0, 8C and 20. RGB value is (224,140,32). Sum of RGB (Red+Green+Blue) = 224+140+32=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C20 is #1F73DF. Grayscale: #999999. Windows color (decimal): -2061280 or 2133216. OLE color: 2133216.
HSL color Cylindrical-coordinate representation of color #E08C20: hue angle of 33.75º 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 #E08C20 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 32 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.12 |
| HSL | 33.75º | 0.76% | 0.5% | - |
| HSV(B) | 33.75º | 0.86% | 0.88% | - |
| XYZ | 40.38 | 34.71 | 5.94 | - |
| YUV | 152.8 | 59.83 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 32 | 0 | 0.38 | 0.86 | 0.12 | 33.75 | 0.76 | 0.5 |
| Hex | E0 | 8C | 20 | 0 | 26 | 56 | C | 22 | 4C | 32 |
| Octal | 340 | 214 | 40 | 0 | 46 | 126 | 14 | 42 | 114 | 62 |
| Binary | 11100000 | 10001100 | 100000 | 0 | 100110 | 1010110 | 1100 | 100010 | 1001100 | 110010 |
Color Harmonies of #E08C20
Complementary color
Monochromatic Colors of #E08C20
Black with #E08C20
Text Example
Text Example
White with #E08C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C20; }
p { color: rgb(224,140,32); }
H1.HeaderClassName
{
color: #E08C20;
}
.AnyTagClassName
{
color: #E08C20;
}
</style>
background-color css
<style>
a { background-color: #E08C20; }
a { background-color: rgb(224,140,32); }
div.DivClassName
{
background-color: #E08C20;
}
.BgClassName
{
background-color: #E08C20;
}
</style>
border-color css
<style>
span { border-color: #E08C20; }
span { border-color: rgb(224,140,32); }
td.TdClassName
{
border-color: #E08C20;
}
.TagClassName
{
border-color: #E08C20;
}
</style>