Shades of Buttercup #E08B29
Tints of Buttercup #E08B29
RGB
CMYK
RGB Variations
Color information
#E08B29 (or 0xE08B29) is known color: Buttercup. HEX triplet: E0, 8B and 29. RGB value is (224,139,41). Sum of RGB (Red+Green+Blue) = 224+139+41=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08B29 is #1F74D6. Grayscale: #999999. Windows color (decimal): -2061527 or 2722784. OLE color: 2722784.
HSL color Cylindrical-coordinate representation of color #E08B29: hue angle of 32.13º 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 #E08B29 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 41 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.12 |
| HSL | 32.13º | 0.75% | 0.52% | - |
| HSV(B) | 32.13º | 0.82% | 0.88% | - |
| XYZ | 40.37 | 34.47 | 6.62 | - |
| YUV | 153.24 | 64.66 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 41 | 0 | 0.38 | 0.82 | 0.12 | 32.13 | 0.75 | 0.52 |
| Hex | E0 | 8B | 29 | 0 | 26 | 52 | C | 20 | 4B | 34 |
| Octal | 340 | 213 | 51 | 0 | 46 | 122 | 14 | 40 | 113 | 64 |
| Binary | 11100000 | 10001011 | 101001 | 0 | 100110 | 1010010 | 1100 | 100000 | 1001011 | 110100 |
Color Harmonies of #E08B29
Complementary color
Monochromatic Colors of #E08B29
Black with #E08B29
Text Example
Text Example
White with #E08B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B29; }
p { color: rgb(224,139,41); }
H1.HeaderClassName
{
color: #E08B29;
}
.AnyTagClassName
{
color: #E08B29;
}
</style>
background-color css
<style>
a { background-color: #E08B29; }
a { background-color: rgb(224,139,41); }
div.DivClassName
{
background-color: #E08B29;
}
.BgClassName
{
background-color: #E08B29;
}
</style>
border-color css
<style>
span { border-color: #E08B29; }
span { border-color: rgb(224,139,41); }
td.TdClassName
{
border-color: #E08B29;
}
.TagClassName
{
border-color: #E08B29;
}
</style>