Shades of Buttercup #E09330
Tints of Buttercup #E09330
RGB
CMYK
RGB Variations
Color information
#E09330 (or 0xE09330) is known color: Buttercup. HEX triplet: E0, 93 and 30. RGB value is (224,147,48). Sum of RGB (Red+Green+Blue) = 224+147+48=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E09330 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09330 is #1F6CCF. Grayscale: #9F9F9F. Windows color (decimal): -2059472 or 3183584. OLE color: 3183584.
HSL color Cylindrical-coordinate representation of color #E09330: hue angle of 33.75º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E09330 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 147 | 48 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.12 |
| HSL | 33.75º | 0.74% | 0.53% | - |
| HSV(B) | 33.75º | 0.79% | 0.88% | - |
| XYZ | 41.71 | 36.93 | 7.73 | - |
| YUV | 158.74 | 65.51 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 147 | 48 | 0 | 0.34 | 0.79 | 0.12 | 33.75 | 0.74 | 0.53 |
| Hex | E0 | 93 | 30 | 0 | 22 | 4F | C | 22 | 4A | 35 |
| Octal | 340 | 223 | 60 | 0 | 42 | 117 | 14 | 42 | 112 | 65 |
| Binary | 11100000 | 10010011 | 110000 | 0 | 100010 | 1001111 | 1100 | 100010 | 1001010 | 110101 |
Color Harmonies of #E09330
Complementary color
Monochromatic Colors of #E09330
Black with #E09330
Text Example
Text Example
White with #E09330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09330; }
p { color: rgb(224,147,48); }
H1.HeaderClassName
{
color: #E09330;
}
.AnyTagClassName
{
color: #E09330;
}
</style>
background-color css
<style>
a { background-color: #E09330; }
a { background-color: rgb(224,147,48); }
div.DivClassName
{
background-color: #E09330;
}
.BgClassName
{
background-color: #E09330;
}
</style>
border-color css
<style>
span { border-color: #E09330; }
span { border-color: rgb(224,147,48); }
td.TdClassName
{
border-color: #E09330;
}
.TagClassName
{
border-color: #E09330;
}
</style>