Shades of Buttercup #E08529
Tints of Buttercup #E08529
RGB
CMYK
RGB Variations
Color information
#E08529 (or 0xE08529) is known color: Buttercup. HEX triplet: E0, 85 and 29. RGB value is (224,133,41). Sum of RGB (Red+Green+Blue) = 224+133+41=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 41 (16.41% from 255 or 10.30% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E08529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08529 is #1F7AD6. Grayscale: #969696. Windows color (decimal): -2063063 or 2721248. OLE color: 2721248.
HSL color Cylindrical-coordinate representation of color #E08529: hue angle of 30.16º 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 #E08529 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 41 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.12 |
| HSL | 30.16º | 0.75% | 0.52% | - |
| HSV(B) | 30.16º | 0.82% | 0.88% | - |
| XYZ | 39.53 | 32.78 | 6.34 | - |
| YUV | 149.72 | 66.65 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 41 | 0 | 0.41 | 0.82 | 0.12 | 30.16 | 0.75 | 0.52 |
| Hex | E0 | 85 | 29 | 0 | 29 | 52 | C | 1E | 4B | 34 |
| Octal | 340 | 205 | 51 | 0 | 51 | 122 | 14 | 36 | 113 | 64 |
| Binary | 11100000 | 10000101 | 101001 | 0 | 101001 | 1010010 | 1100 | 11110 | 1001011 | 110100 |
Color Harmonies of #E08529
Complementary color
Monochromatic Colors of #E08529
Black with #E08529
Text Example
Text Example
White with #E08529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08529; }
p { color: rgb(224,133,41); }
H1.HeaderClassName
{
color: #E08529;
}
.AnyTagClassName
{
color: #E08529;
}
</style>
background-color css
<style>
a { background-color: #E08529; }
a { background-color: rgb(224,133,41); }
div.DivClassName
{
background-color: #E08529;
}
.BgClassName
{
background-color: #E08529;
}
</style>
border-color css
<style>
span { border-color: #E08529; }
span { border-color: rgb(224,133,41); }
td.TdClassName
{
border-color: #E08529;
}
.TagClassName
{
border-color: #E08529;
}
</style>