Shades of Buttercup #E08E26
Tints of Buttercup #E08E26
RGB
CMYK
RGB Variations
Color information
#E08E26 (or 0xE08E26) is known color: Buttercup. HEX triplet: E0, 8E and 26. RGB value is (224,142,38). Sum of RGB (Red+Green+Blue) = 224+142+38=404 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.45% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E26 is #1F71D9. Grayscale: #9B9B9B. Windows color (decimal): -2060762 or 2526944. OLE color: 2526944.
HSL color Cylindrical-coordinate representation of color #E08E26: hue angle of 33.55º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E08E26 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 38 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.12 |
| HSL | 33.55º | 0.75% | 0.51% | - |
| HSV(B) | 33.55º | 0.83% | 0.88% | - |
| XYZ | 40.76 | 35.33 | 6.51 | - |
| YUV | 154.66 | 62.17 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 38 | 0 | 0.37 | 0.83 | 0.12 | 33.55 | 0.75 | 0.51 |
| Hex | E0 | 8E | 26 | 0 | 25 | 53 | C | 22 | 4B | 33 |
| Octal | 340 | 216 | 46 | 0 | 45 | 123 | 14 | 42 | 113 | 63 |
| Binary | 11100000 | 10001110 | 100110 | 0 | 100101 | 1010011 | 1100 | 100010 | 1001011 | 110011 |
Color Harmonies of #E08E26
Complementary color
Monochromatic Colors of #E08E26
Black with #E08E26
Text Example
Text Example
White with #E08E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E26; }
p { color: rgb(224,142,38); }
H1.HeaderClassName
{
color: #E08E26;
}
.AnyTagClassName
{
color: #E08E26;
}
</style>
background-color css
<style>
a { background-color: #E08E26; }
a { background-color: rgb(224,142,38); }
div.DivClassName
{
background-color: #E08E26;
}
.BgClassName
{
background-color: #E08E26;
}
</style>
border-color css
<style>
span { border-color: #E08E26; }
span { border-color: rgb(224,142,38); }
td.TdClassName
{
border-color: #E08E26;
}
.TagClassName
{
border-color: #E08E26;
}
</style>