Shades of Buttercup #E08C29
Tints of Buttercup #E08C29
RGB
CMYK
RGB Variations
Color information
#E08C29 (or 0xE08C29) is known color: Buttercup. HEX triplet: E0, 8C and 29. RGB value is (224,140,41). Sum of RGB (Red+Green+Blue) = 224+140+41=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 41 (16.41% from 255 or 10.12% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C29 is #1F73D6. Grayscale: #9A9A9A. Windows color (decimal): -2061271 or 2723040. OLE color: 2723040.
HSL color Cylindrical-coordinate representation of color #E08C29: hue angle of 32.46º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E08C29 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 140 | 41 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.12 |
| HSL | 32.46º | 0.75% | 0.52% | - |
| HSV(B) | 32.46º | 0.82% | 0.88% | - |
| XYZ | 40.52 | 34.76 | 6.67 | - |
| YUV | 153.83 | 64.33 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 140 | 41 | 0 | 0.38 | 0.82 | 0.12 | 32.46 | 0.75 | 0.52 |
| Hex | E0 | 8C | 29 | 0 | 26 | 52 | C | 20 | 4B | 34 |
| Octal | 340 | 214 | 51 | 0 | 46 | 122 | 14 | 40 | 113 | 64 |
| Binary | 11100000 | 10001100 | 101001 | 0 | 100110 | 1010010 | 1100 | 100000 | 1001011 | 110100 |
Color Harmonies of #E08C29
Complementary color
Monochromatic Colors of #E08C29
Black with #E08C29
Text Example
Text Example
White with #E08C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08C29; }
p { color: rgb(224,140,41); }
H1.HeaderClassName
{
color: #E08C29;
}
.AnyTagClassName
{
color: #E08C29;
}
</style>
background-color css
<style>
a { background-color: #E08C29; }
a { background-color: rgb(224,140,41); }
div.DivClassName
{
background-color: #E08C29;
}
.BgClassName
{
background-color: #E08C29;
}
</style>
border-color css
<style>
span { border-color: #E08C29; }
span { border-color: rgb(224,140,41); }
td.TdClassName
{
border-color: #E08C29;
}
.TagClassName
{
border-color: #E08C29;
}
</style>