Shades of Buttercup #E09230
Tints of Buttercup #E09230
RGB
CMYK
RGB Variations
Color information
#E09230 (or 0xE09230) is known color: Buttercup. HEX triplet: E0, 92 and 30. RGB value is (224,146,48). Sum of RGB (Red+Green+Blue) = 224+146+48=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E09230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09230 is #1F6DCF. Grayscale: #9E9E9E. Windows color (decimal): -2059728 or 3183328. OLE color: 3183328.
HSL color Cylindrical-coordinate representation of color #E09230: hue angle of 33.41º 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 #E09230 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 48 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.12 |
| HSL | 33.41º | 0.74% | 0.53% | - |
| HSV(B) | 33.41º | 0.79% | 0.88% | - |
| XYZ | 41.55 | 36.62 | 7.67 | - |
| YUV | 158.15 | 65.84 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 48 | 0 | 0.35 | 0.79 | 0.12 | 33.41 | 0.74 | 0.53 |
| Hex | E0 | 92 | 30 | 0 | 23 | 4F | C | 21 | 4A | 35 |
| Octal | 340 | 222 | 60 | 0 | 43 | 117 | 14 | 41 | 112 | 65 |
| Binary | 11100000 | 10010010 | 110000 | 0 | 100011 | 1001111 | 1100 | 100001 | 1001010 | 110101 |
Color Harmonies of #E09230
Complementary color
Monochromatic Colors of #E09230
Black with #E09230
Text Example
Text Example
White with #E09230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09230; }
p { color: rgb(224,146,48); }
H1.HeaderClassName
{
color: #E09230;
}
.AnyTagClassName
{
color: #E09230;
}
</style>
background-color css
<style>
a { background-color: #E09230; }
a { background-color: rgb(224,146,48); }
div.DivClassName
{
background-color: #E09230;
}
.BgClassName
{
background-color: #E09230;
}
</style>
border-color css
<style>
span { border-color: #E09230; }
span { border-color: rgb(224,146,48); }
td.TdClassName
{
border-color: #E09230;
}
.TagClassName
{
border-color: #E09230;
}
</style>