Shades of Buttercup #E39328
Tints of Buttercup #E39328
RGB
CMYK
RGB Variations
Color information
#E39328 (or 0xE39328) is known color: Buttercup. HEX triplet: E3, 93 and 28. RGB value is (227,147,40). Sum of RGB (Red+Green+Blue) = 227+147+40=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E39328 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E39328 is #1C6CD7. Grayscale: #9F9F9F. Windows color (decimal): -1862872 or 2659299. OLE color: 2659299.
HSL color Cylindrical-coordinate representation of color #E39328: hue angle of 34.33º 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 #E39328 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 147 | 40 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.11 |
| HSL | 34.33º | 0.77% | 0.52% | - |
| HSV(B) | 34.33º | 0.82% | 0.89% | - |
| XYZ | 42.5 | 37.35 | 6.98 | - |
| YUV | 158.72 | 61 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 147 | 40 | 0 | 0.35 | 0.82 | 0.11 | 34.33 | 0.77 | 0.52 |
| Hex | E3 | 93 | 28 | 0 | 23 | 52 | B | 22 | 4D | 34 |
| Octal | 343 | 223 | 50 | 0 | 43 | 122 | 13 | 42 | 115 | 64 |
| Binary | 11100011 | 10010011 | 101000 | 0 | 100011 | 1010010 | 1011 | 100010 | 1001101 | 110100 |
Color Harmonies of #E39328
Complementary color
Monochromatic Colors of #E39328
Black with #E39328
Text Example
Text Example
White with #E39328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E39328; }
p { color: rgb(227,147,40); }
H1.HeaderClassName
{
color: #E39328;
}
.AnyTagClassName
{
color: #E39328;
}
</style>
background-color css
<style>
a { background-color: #E39328; }
a { background-color: rgb(227,147,40); }
div.DivClassName
{
background-color: #E39328;
}
.BgClassName
{
background-color: #E39328;
}
</style>
border-color css
<style>
span { border-color: #E39328; }
span { border-color: rgb(227,147,40); }
td.TdClassName
{
border-color: #E39328;
}
.TagClassName
{
border-color: #E39328;
}
</style>