Shades of Buttercup #E08D22
Tints of Buttercup #E08D22
RGB
CMYK
RGB Variations
Color information
#E08D22 (or 0xE08D22) is known color: Buttercup. HEX triplet: E0, 8D and 22. RGB value is (224,141,34). Sum of RGB (Red+Green+Blue) = 224+141+34=399 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.14% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D22 is #1F72DD. Grayscale: #9A9A9A. Windows color (decimal): -2061022 or 2264544. OLE color: 2264544.
HSL color Cylindrical-coordinate representation of color #E08D22: hue angle of 33.79º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E08D22 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 34 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.12 |
| HSL | 33.79º | 0.75% | 0.51% | - |
| HSV(B) | 33.79º | 0.85% | 0.88% | - |
| XYZ | 40.55 | 35.01 | 6.13 | - |
| YUV | 153.62 | 60.5 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 34 | 0 | 0.37 | 0.85 | 0.12 | 33.79 | 0.75 | 0.51 |
| Hex | E0 | 8D | 22 | 0 | 25 | 55 | C | 22 | 4B | 33 |
| Octal | 340 | 215 | 42 | 0 | 45 | 125 | 14 | 42 | 113 | 63 |
| Binary | 11100000 | 10001101 | 100010 | 0 | 100101 | 1010101 | 1100 | 100010 | 1001011 | 110011 |
Color Harmonies of #E08D22
Complementary color
Monochromatic Colors of #E08D22
Black with #E08D22
Text Example
Text Example
White with #E08D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D22; }
p { color: rgb(224,141,34); }
H1.HeaderClassName
{
color: #E08D22;
}
.AnyTagClassName
{
color: #E08D22;
}
</style>
background-color css
<style>
a { background-color: #E08D22; }
a { background-color: rgb(224,141,34); }
div.DivClassName
{
background-color: #E08D22;
}
.BgClassName
{
background-color: #E08D22;
}
</style>
border-color css
<style>
span { border-color: #E08D22; }
span { border-color: rgb(224,141,34); }
td.TdClassName
{
border-color: #E08D22;
}
.TagClassName
{
border-color: #E08D22;
}
</style>