Shades of Buttercup #E19328
Tints of Buttercup #E19328
RGB
CMYK
RGB Variations
Color information
#E19328 (or 0xE19328) is known color: Buttercup. HEX triplet: E1, 93 and 28. RGB value is (225,147,40). Sum of RGB (Red+Green+Blue) = 225+147+40=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E19328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E19328 is #1E6CD7. Grayscale: #9E9E9E. Windows color (decimal): -1993944 or 2659297. OLE color: 2659297.
HSL color Cylindrical-coordinate representation of color #E19328: hue angle of 34.7º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E19328 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 40 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.12 |
| HSL | 34.7º | 0.76% | 0.52% | - |
| HSV(B) | 34.7º | 0.82% | 0.88% | - |
| XYZ | 41.87 | 37.03 | 6.95 | - |
| YUV | 158.12 | 61.34 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 40 | 0 | 0.35 | 0.82 | 0.12 | 34.7 | 0.76 | 0.52 |
| Hex | E1 | 93 | 28 | 0 | 23 | 52 | C | 23 | 4C | 34 |
| Octal | 341 | 223 | 50 | 0 | 43 | 122 | 14 | 43 | 114 | 64 |
| Binary | 11100001 | 10010011 | 101000 | 0 | 100011 | 1010010 | 1100 | 100011 | 1001100 | 110100 |
Color Harmonies of #E19328
Complementary color
Monochromatic Colors of #E19328
Black with #E19328
Text Example
Text Example
White with #E19328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E19328; }
p { color: rgb(225,147,40); }
H1.HeaderClassName
{
color: #E19328;
}
.AnyTagClassName
{
color: #E19328;
}
</style>
background-color css
<style>
a { background-color: #E19328; }
a { background-color: rgb(225,147,40); }
div.DivClassName
{
background-color: #E19328;
}
.BgClassName
{
background-color: #E19328;
}
</style>
border-color css
<style>
span { border-color: #E19328; }
span { border-color: rgb(225,147,40); }
td.TdClassName
{
border-color: #E19328;
}
.TagClassName
{
border-color: #E19328;
}
</style>