Shades of Buttercup #E09130
Tints of Buttercup #E09130
RGB
CMYK
RGB Variations
Color information
#E09130 (or 0xE09130) is known color: Buttercup. HEX triplet: E0, 91 and 30. RGB value is (224,145,48). Sum of RGB (Red+Green+Blue) = 224+145+48=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E09130 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09130 is #1F6ECF. Grayscale: #9E9E9E. Windows color (decimal): -2059984 or 3183072. OLE color: 3183072.
HSL color Cylindrical-coordinate representation of color #E09130: hue angle of 33.07º 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 #E09130 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 145 | 48 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.12 |
| HSL | 33.07º | 0.74% | 0.53% | - |
| HSV(B) | 33.07º | 0.79% | 0.88% | - |
| XYZ | 41.4 | 36.31 | 7.62 | - |
| YUV | 157.56 | 66.17 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 145 | 48 | 0 | 0.35 | 0.79 | 0.12 | 33.07 | 0.74 | 0.53 |
| Hex | E0 | 91 | 30 | 0 | 23 | 4F | C | 21 | 4A | 35 |
| Octal | 340 | 221 | 60 | 0 | 43 | 117 | 14 | 41 | 112 | 65 |
| Binary | 11100000 | 10010001 | 110000 | 0 | 100011 | 1001111 | 1100 | 100001 | 1001010 | 110101 |
Color Harmonies of #E09130
Complementary color
Monochromatic Colors of #E09130
Black with #E09130
Text Example
Text Example
White with #E09130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09130; }
p { color: rgb(224,145,48); }
H1.HeaderClassName
{
color: #E09130;
}
.AnyTagClassName
{
color: #E09130;
}
</style>
background-color css
<style>
a { background-color: #E09130; }
a { background-color: rgb(224,145,48); }
div.DivClassName
{
background-color: #E09130;
}
.BgClassName
{
background-color: #E09130;
}
</style>
border-color css
<style>
span { border-color: #E09130; }
span { border-color: rgb(224,145,48); }
td.TdClassName
{
border-color: #E09130;
}
.TagClassName
{
border-color: #E09130;
}
</style>