Shades of Buttercup #E19332
Tints of Buttercup #E19332
RGB
CMYK
RGB Variations
Color information
#E19332 (or 0xE19332) is known color: Buttercup. HEX triplet: E1, 93 and 32. RGB value is (225,147,50). Sum of RGB (Red+Green+Blue) = 225+147+50=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E19332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19332 is #1E6CCD. Grayscale: #9F9F9F. Windows color (decimal): -1993934 or 3314657. OLE color: 3314657.
HSL color Cylindrical-coordinate representation of color #E19332: hue angle of 33.26º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E19332 is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 50 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.12 |
| HSL | 33.26º | 0.74% | 0.54% | - |
| HSV(B) | 33.26º | 0.78% | 0.88% | - |
| XYZ | 42.06 | 37.11 | 7.96 | - |
| YUV | 159.26 | 66.34 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 50 | 0 | 0.35 | 0.78 | 0.12 | 33.26 | 0.74 | 0.54 |
| Hex | E1 | 93 | 32 | 0 | 23 | 4E | C | 21 | 4A | 36 |
| Octal | 341 | 223 | 62 | 0 | 43 | 116 | 14 | 41 | 112 | 66 |
| Binary | 11100001 | 10010011 | 110010 | 0 | 100011 | 1001110 | 1100 | 100001 | 1001010 | 110110 |
Color Harmonies of #E19332
Complementary color
Monochromatic Colors of #E19332
Black with #E19332
Text Example
Text Example
White with #E19332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19332; }
p { color: rgb(225,147,50); }
H1.HeaderClassName
{
color: #E19332;
}
.AnyTagClassName
{
color: #E19332;
}
</style>
background-color css
<style>
a { background-color: #E19332; }
a { background-color: rgb(225,147,50); }
div.DivClassName
{
background-color: #E19332;
}
.BgClassName
{
background-color: #E19332;
}
</style>
border-color css
<style>
span { border-color: #E19332; }
span { border-color: rgb(225,147,50); }
td.TdClassName
{
border-color: #E19332;
}
.TagClassName
{
border-color: #E19332;
}
</style>