Shades of Buttercup #E09521
Tints of Buttercup #E09521
RGB
CMYK
RGB Variations
Color information
#E09521 (or 0xE09521) is known color: Buttercup. HEX triplet: E0, 95 and 21. RGB value is (224,149,33). Sum of RGB (Red+Green+Blue) = 224+149+33=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E09521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E09521 is #1F6ADE. Grayscale: #9E9E9E. Windows color (decimal): -2058975 or 2201056. OLE color: 2201056.
HSL color Cylindrical-coordinate representation of color #E09521: hue angle of 36.44º 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 #E09521 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 149 | 33 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.12 |
| HSL | 36.44º | 0.75% | 0.5% | - |
| HSV(B) | 36.44º | 0.85% | 0.88% | - |
| XYZ | 41.76 | 37.45 | 6.47 | - |
| YUV | 158.2 | 57.35 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 149 | 33 | 0 | 0.33 | 0.85 | 0.12 | 36.44 | 0.75 | 0.5 |
| Hex | E0 | 95 | 21 | 0 | 21 | 55 | C | 24 | 4B | 32 |
| Octal | 340 | 225 | 41 | 0 | 41 | 125 | 14 | 44 | 113 | 62 |
| Binary | 11100000 | 10010101 | 100001 | 0 | 100001 | 1010101 | 1100 | 100100 | 1001011 | 110010 |
Color Harmonies of #E09521
Complementary color
Monochromatic Colors of #E09521
Black with #E09521
Text Example
Text Example
White with #E09521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E09521; }
p { color: rgb(224,149,33); }
H1.HeaderClassName
{
color: #E09521;
}
.AnyTagClassName
{
color: #E09521;
}
</style>
background-color css
<style>
a { background-color: #E09521; }
a { background-color: rgb(224,149,33); }
div.DivClassName
{
background-color: #E09521;
}
.BgClassName
{
background-color: #E09521;
}
</style>
border-color css
<style>
span { border-color: #E09521; }
span { border-color: rgb(224,149,33); }
td.TdClassName
{
border-color: #E09521;
}
.TagClassName
{
border-color: #E09521;
}
</style>