Shades of Buttercup #E08A29
Tints of Buttercup #E08A29
RGB
CMYK
RGB Variations
Color information
#E08A29 (or 0xE08A29) is known color: Buttercup. HEX triplet: E0, 8A and 29. RGB value is (224,138,41). Sum of RGB (Red+Green+Blue) = 224+138+41=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08A29 is #1F75D6. Grayscale: #999999. Windows color (decimal): -2061783 or 2722528. OLE color: 2722528.
HSL color Cylindrical-coordinate representation of color #E08A29: hue angle of 31.8º 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 #E08A29 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 41 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.12 |
| HSL | 31.8º | 0.75% | 0.52% | - |
| HSV(B) | 31.8º | 0.82% | 0.88% | - |
| XYZ | 40.23 | 34.18 | 6.58 | - |
| YUV | 152.66 | 64.99 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 41 | 0 | 0.38 | 0.82 | 0.12 | 31.8 | 0.75 | 0.52 |
| Hex | E0 | 8A | 29 | 0 | 26 | 52 | C | 20 | 4B | 34 |
| Octal | 340 | 212 | 51 | 0 | 46 | 122 | 14 | 40 | 113 | 64 |
| Binary | 11100000 | 10001010 | 101001 | 0 | 100110 | 1010010 | 1100 | 100000 | 1001011 | 110100 |
Color Harmonies of #E08A29
Complementary color
Monochromatic Colors of #E08A29
Black with #E08A29
Text Example
Text Example
White with #E08A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A29; }
p { color: rgb(224,138,41); }
H1.HeaderClassName
{
color: #E08A29;
}
.AnyTagClassName
{
color: #E08A29;
}
</style>
background-color css
<style>
a { background-color: #E08A29; }
a { background-color: rgb(224,138,41); }
div.DivClassName
{
background-color: #E08A29;
}
.BgClassName
{
background-color: #E08A29;
}
</style>
border-color css
<style>
span { border-color: #E08A29; }
span { border-color: rgb(224,138,41); }
td.TdClassName
{
border-color: #E08A29;
}
.TagClassName
{
border-color: #E08A29;
}
</style>