Shades of Buttercup #E09221
Tints of Buttercup #E09221
RGB
CMYK
RGB Variations
Color information
#E09221 (or 0xE09221) is known color: Buttercup. HEX triplet: E0, 92 and 21. RGB value is (224,146,33). Sum of RGB (Red+Green+Blue) = 224+146+33=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 33 (13.28% from 255 or 8.19% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E09221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09221 is #1F6DDE. Grayscale: #9C9C9C. Windows color (decimal): -2059743 or 2200288. OLE color: 2200288.
HSL color Cylindrical-coordinate representation of color #E09221: hue angle of 35.5º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E09221 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 146 | 33 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.12 |
| HSL | 35.5º | 0.75% | 0.5% | - |
| HSV(B) | 35.5º | 0.85% | 0.88% | - |
| XYZ | 41.29 | 36.51 | 6.31 | - |
| YUV | 156.44 | 58.34 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 146 | 33 | 0 | 0.35 | 0.85 | 0.12 | 35.5 | 0.75 | 0.5 |
| Hex | E0 | 92 | 21 | 0 | 23 | 55 | C | 23 | 4B | 32 |
| Octal | 340 | 222 | 41 | 0 | 43 | 125 | 14 | 43 | 113 | 62 |
| Binary | 11100000 | 10010010 | 100001 | 0 | 100011 | 1010101 | 1100 | 100011 | 1001011 | 110010 |
Color Harmonies of #E09221
Complementary color
Monochromatic Colors of #E09221
Black with #E09221
Text Example
Text Example
White with #E09221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09221; }
p { color: rgb(224,146,33); }
H1.HeaderClassName
{
color: #E09221;
}
.AnyTagClassName
{
color: #E09221;
}
</style>
background-color css
<style>
a { background-color: #E09221; }
a { background-color: rgb(224,146,33); }
div.DivClassName
{
background-color: #E09221;
}
.BgClassName
{
background-color: #E09221;
}
</style>
border-color css
<style>
span { border-color: #E09221; }
span { border-color: rgb(224,146,33); }
td.TdClassName
{
border-color: #E09221;
}
.TagClassName
{
border-color: #E09221;
}
</style>