Shades of Buttercup #E08B2E
Tints of Buttercup #E08B2E
RGB
CMYK
RGB Variations
Color information
#E08B2E (or 0xE08B2E) is known color: Buttercup. HEX triplet: E0, 8B and 2E. RGB value is (224,139,46). Sum of RGB (Red+Green+Blue) = 224+139+46=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 46 (18.36% from 255 or 11.25% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08B2E is #1F74D1. Grayscale: #9A9A9A. Windows color (decimal): -2061522 or 3050464. OLE color: 3050464.
HSL color Cylindrical-coordinate representation of color #E08B2E: hue angle of 31.35º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E08B2E is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 139 | 46 | - |
| CMYK | 0 | 0.38 | 0.79 | 0.12 |
| HSL | 31.35º | 0.74% | 0.53% | - |
| HSV(B) | 31.35º | 0.79% | 0.88% | - |
| XYZ | 40.47 | 34.51 | 7.11 | - |
| YUV | 153.81 | 67.16 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 139 | 46 | 0 | 0.38 | 0.79 | 0.12 | 31.35 | 0.74 | 0.53 |
| Hex | E0 | 8B | 2E | 0 | 26 | 4F | C | 1F | 4A | 35 |
| Octal | 340 | 213 | 56 | 0 | 46 | 117 | 14 | 37 | 112 | 65 |
| Binary | 11100000 | 10001011 | 101110 | 0 | 100110 | 1001111 | 1100 | 11111 | 1001010 | 110101 |
Color Harmonies of #E08B2E
Complementary color
Monochromatic Colors of #E08B2E
Black with #E08B2E
Text Example
Text Example
White with #E08B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08B2E; }
p { color: rgb(224,139,46); }
H1.HeaderClassName
{
color: #E08B2E;
}
.AnyTagClassName
{
color: #E08B2E;
}
</style>
background-color css
<style>
a { background-color: #E08B2E; }
a { background-color: rgb(224,139,46); }
div.DivClassName
{
background-color: #E08B2E;
}
.BgClassName
{
background-color: #E08B2E;
}
</style>
border-color css
<style>
span { border-color: #E08B2E; }
span { border-color: rgb(224,139,46); }
td.TdClassName
{
border-color: #E08B2E;
}
.TagClassName
{
border-color: #E08B2E;
}
</style>