Shades of Buttercup #E18D24
Tints of Buttercup #E18D24
RGB
CMYK
RGB Variations
Color information
#E18D24 (or 0xE18D24) is known color: Buttercup. HEX triplet: E1, 8D and 24. RGB value is (225,141,36). Sum of RGB (Red+Green+Blue) = 225+141+36=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18D24 is #1E72DB. Grayscale: #9A9A9A. Windows color (decimal): -1995484 or 2395617. OLE color: 2395617.
HSL color Cylindrical-coordinate representation of color #E18D24: hue angle of 33.33º degrees, saturation: 0.76, 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 #E18D24 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 36 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.12 |
| HSL | 33.33º | 0.76% | 0.51% | - |
| HSV(B) | 33.33º | 0.84% | 0.88% | - |
| XYZ | 40.89 | 35.18 | 6.31 | - |
| YUV | 154.15 | 61.33 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 36 | 0 | 0.37 | 0.84 | 0.12 | 33.33 | 0.76 | 0.51 |
| Hex | E1 | 8D | 24 | 0 | 25 | 54 | C | 21 | 4C | 33 |
| Octal | 341 | 215 | 44 | 0 | 45 | 124 | 14 | 41 | 114 | 63 |
| Binary | 11100001 | 10001101 | 100100 | 0 | 100101 | 1010100 | 1100 | 100001 | 1001100 | 110011 |
Color Harmonies of #E18D24
Complementary color
Monochromatic Colors of #E18D24
Black with #E18D24
Text Example
Text Example
White with #E18D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D24; }
p { color: rgb(225,141,36); }
H1.HeaderClassName
{
color: #E18D24;
}
.AnyTagClassName
{
color: #E18D24;
}
</style>
background-color css
<style>
a { background-color: #E18D24; }
a { background-color: rgb(225,141,36); }
div.DivClassName
{
background-color: #E18D24;
}
.BgClassName
{
background-color: #E18D24;
}
</style>
border-color css
<style>
span { border-color: #E18D24; }
span { border-color: rgb(225,141,36); }
td.TdClassName
{
border-color: #E18D24;
}
.TagClassName
{
border-color: #E18D24;
}
</style>