Shades of Buttercup #E08D25
Tints of Buttercup #E08D25
RGB
CMYK
RGB Variations
Color information
#E08D25 (or 0xE08D25) is known color: Buttercup. HEX triplet: E0, 8D and 25. RGB value is (224,141,37). Sum of RGB (Red+Green+Blue) = 224+141+37=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 37 (14.84% from 255 or 9.20% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08D25 is #1F72DA. Grayscale: #9A9A9A. Windows color (decimal): -2061019 or 2461152. OLE color: 2461152.
HSL color Cylindrical-coordinate representation of color #E08D25: hue angle of 33.37º 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 #E08D25 is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 37 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.12 |
| HSL | 33.37º | 0.75% | 0.51% | - |
| HSV(B) | 33.37º | 0.83% | 0.88% | - |
| XYZ | 40.6 | 35.03 | 6.37 | - |
| YUV | 153.96 | 62 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 37 | 0 | 0.37 | 0.83 | 0.12 | 33.37 | 0.75 | 0.51 |
| Hex | E0 | 8D | 25 | 0 | 25 | 53 | C | 21 | 4B | 33 |
| Octal | 340 | 215 | 45 | 0 | 45 | 123 | 14 | 41 | 113 | 63 |
| Binary | 11100000 | 10001101 | 100101 | 0 | 100101 | 1010011 | 1100 | 100001 | 1001011 | 110011 |
Color Harmonies of #E08D25
Complementary color
Monochromatic Colors of #E08D25
Black with #E08D25
Text Example
Text Example
White with #E08D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D25; }
p { color: rgb(224,141,37); }
H1.HeaderClassName
{
color: #E08D25;
}
.AnyTagClassName
{
color: #E08D25;
}
</style>
background-color css
<style>
a { background-color: #E08D25; }
a { background-color: rgb(224,141,37); }
div.DivClassName
{
background-color: #E08D25;
}
.BgClassName
{
background-color: #E08D25;
}
</style>
border-color css
<style>
span { border-color: #E08D25; }
span { border-color: rgb(224,141,37); }
td.TdClassName
{
border-color: #E08D25;
}
.TagClassName
{
border-color: #E08D25;
}
</style>