Shades of Buttercup #E39528
Tints of Buttercup #E39528
RGB
CMYK
RGB Variations
Color information
#E39528 (or 0xE39528) is known color: Buttercup. HEX triplet: E3, 95 and 28. RGB value is (227,149,40). Sum of RGB (Red+Green+Blue) = 227+149+40=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 40 (16.02% from 255 or 9.62% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E39528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39528 is #1C6AD7. Grayscale: #A0A0A0. Windows color (decimal): -1862360 or 2659811. OLE color: 2659811.
HSL color Cylindrical-coordinate representation of color #E39528: hue angle of 34.97º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E39528 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 149 | 40 | - |
| CMYK | 0 | 0.34 | 0.82 | 0.11 |
| HSL | 34.97º | 0.77% | 0.52% | - |
| HSV(B) | 34.97º | 0.82% | 0.89% | - |
| XYZ | 42.81 | 37.98 | 7.08 | - |
| YUV | 159.9 | 60.34 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 149 | 40 | 0 | 0.34 | 0.82 | 0.11 | 34.97 | 0.77 | 0.52 |
| Hex | E3 | 95 | 28 | 0 | 22 | 52 | B | 23 | 4D | 34 |
| Octal | 343 | 225 | 50 | 0 | 42 | 122 | 13 | 43 | 115 | 64 |
| Binary | 11100011 | 10010101 | 101000 | 0 | 100010 | 1010010 | 1011 | 100011 | 1001101 | 110100 |
Color Harmonies of #E39528
Complementary color
Monochromatic Colors of #E39528
Black with #E39528
Text Example
Text Example
White with #E39528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39528; }
p { color: rgb(227,149,40); }
H1.HeaderClassName
{
color: #E39528;
}
.AnyTagClassName
{
color: #E39528;
}
</style>
background-color css
<style>
a { background-color: #E39528; }
a { background-color: rgb(227,149,40); }
div.DivClassName
{
background-color: #E39528;
}
.BgClassName
{
background-color: #E39528;
}
</style>
border-color css
<style>
span { border-color: #E39528; }
span { border-color: rgb(227,149,40); }
td.TdClassName
{
border-color: #E39528;
}
.TagClassName
{
border-color: #E39528;
}
</style>