Shades of Buttercup #E09128
Tints of Buttercup #E09128
RGB
CMYK
RGB Variations
Color information
#E09128 (or 0xE09128) is known color: Buttercup. HEX triplet: E0, 91 and 28. RGB value is (224,145,40). Sum of RGB (Red+Green+Blue) = 224+145+40=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E09128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09128 is #1F6ED7. Grayscale: #9D9D9D. Windows color (decimal): -2059992 or 2658784. OLE color: 2658784.
HSL color Cylindrical-coordinate representation of color #E09128: hue angle of 34.24º degrees, saturation: 0.75, 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 #E09128 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 40 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.12 |
| HSL | 34.24º | 0.75% | 0.52% | - |
| HSV(B) | 34.24º | 0.82% | 0.88% | - |
| XYZ | 41.25 | 36.25 | 6.83 | - |
| YUV | 156.65 | 62.17 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 40 | 0 | 0.35 | 0.82 | 0.12 | 34.24 | 0.75 | 0.52 |
| Hex | E0 | 91 | 28 | 0 | 23 | 52 | C | 22 | 4B | 34 |
| Octal | 340 | 221 | 50 | 0 | 43 | 122 | 14 | 42 | 113 | 64 |
| Binary | 11100000 | 10010001 | 101000 | 0 | 100011 | 1010010 | 1100 | 100010 | 1001011 | 110100 |
Color Harmonies of #E09128
Complementary color
Monochromatic Colors of #E09128
Black with #E09128
Text Example
Text Example
White with #E09128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09128; }
p { color: rgb(224,145,40); }
H1.HeaderClassName
{
color: #E09128;
}
.AnyTagClassName
{
color: #E09128;
}
</style>
background-color css
<style>
a { background-color: #E09128; }
a { background-color: rgb(224,145,40); }
div.DivClassName
{
background-color: #E09128;
}
.BgClassName
{
background-color: #E09128;
}
</style>
border-color css
<style>
span { border-color: #E09128; }
span { border-color: rgb(224,145,40); }
td.TdClassName
{
border-color: #E09128;
}
.TagClassName
{
border-color: #E09128;
}
</style>