Shades of Buttercup #E08E23
Tints of Buttercup #E08E23
RGB
CMYK
RGB Variations
Color information
#E08E23 (or 0xE08E23) is known color: Buttercup. HEX triplet: E0, 8E and 23. RGB value is (224,142,35). Sum of RGB (Red+Green+Blue) = 224+142+35=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E23 is #1F71DC. Grayscale: #9A9A9A. Windows color (decimal): -2060765 or 2330336. OLE color: 2330336.
HSL color Cylindrical-coordinate representation of color #E08E23: hue angle of 33.97º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E08E23 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 142 | 35 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.12 |
| HSL | 33.97º | 0.75% | 0.51% | - |
| HSV(B) | 33.97º | 0.84% | 0.88% | - |
| XYZ | 40.72 | 35.31 | 6.26 | - |
| YUV | 154.32 | 60.67 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 142 | 35 | 0 | 0.37 | 0.84 | 0.12 | 33.97 | 0.75 | 0.51 |
| Hex | E0 | 8E | 23 | 0 | 25 | 54 | C | 22 | 4B | 33 |
| Octal | 340 | 216 | 43 | 0 | 45 | 124 | 14 | 42 | 113 | 63 |
| Binary | 11100000 | 10001110 | 100011 | 0 | 100101 | 1010100 | 1100 | 100010 | 1001011 | 110011 |
Color Harmonies of #E08E23
Complementary color
Monochromatic Colors of #E08E23
Black with #E08E23
Text Example
Text Example
White with #E08E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08E23; }
p { color: rgb(224,142,35); }
H1.HeaderClassName
{
color: #E08E23;
}
.AnyTagClassName
{
color: #E08E23;
}
</style>
background-color css
<style>
a { background-color: #E08E23; }
a { background-color: rgb(224,142,35); }
div.DivClassName
{
background-color: #E08E23;
}
.BgClassName
{
background-color: #E08E23;
}
</style>
border-color css
<style>
span { border-color: #E08E23; }
span { border-color: rgb(224,142,35); }
td.TdClassName
{
border-color: #E08E23;
}
.TagClassName
{
border-color: #E08E23;
}
</style>