Shades of Buttercup #E19824
Tints of Buttercup #E19824
RGB
CMYK
RGB Variations
Color information
#E19824 (or 0xE19824) is known color: Buttercup. HEX triplet: E1, 98 and 24. RGB value is (225,152,36). Sum of RGB (Red+Green+Blue) = 225+152+36=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 36 (14.45% from 255 or 8.72% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E19824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19824 is #1E67DB. Grayscale: #A1A1A1. Windows color (decimal): -1992668 or 2398433. OLE color: 2398433.
HSL color Cylindrical-coordinate representation of color #E19824: hue angle of 36.83º 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 #E19824 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 152 | 36 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.12 |
| HSL | 36.83º | 0.76% | 0.51% | - |
| HSV(B) | 36.83º | 0.84% | 0.88% | - |
| XYZ | 42.6 | 38.59 | 6.87 | - |
| YUV | 160.6 | 57.68 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 152 | 36 | 0 | 0.32 | 0.84 | 0.12 | 36.83 | 0.76 | 0.51 |
| Hex | E1 | 98 | 24 | 0 | 20 | 54 | C | 25 | 4C | 33 |
| Octal | 341 | 230 | 44 | 0 | 40 | 124 | 14 | 45 | 114 | 63 |
| Binary | 11100001 | 10011000 | 100100 | 0 | 100000 | 1010100 | 1100 | 100101 | 1001100 | 110011 |
Color Harmonies of #E19824
Complementary color
Monochromatic Colors of #E19824
Black with #E19824
Text Example
Text Example
White with #E19824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19824; }
p { color: rgb(225,152,36); }
H1.HeaderClassName
{
color: #E19824;
}
.AnyTagClassName
{
color: #E19824;
}
</style>
background-color css
<style>
a { background-color: #E19824; }
a { background-color: rgb(225,152,36); }
div.DivClassName
{
background-color: #E19824;
}
.BgClassName
{
background-color: #E19824;
}
</style>
border-color css
<style>
span { border-color: #E19824; }
span { border-color: rgb(225,152,36); }
td.TdClassName
{
border-color: #E19824;
}
.TagClassName
{
border-color: #E19824;
}
</style>