Shades of Buttercup #E0902C
Tints of Buttercup #E0902C
RGB
CMYK
RGB Variations
Color information
#E0902C (or 0xE0902C) is known color: Buttercup. HEX triplet: E0, 90 and 2C. RGB value is (224,144,44). Sum of RGB (Red+Green+Blue) = 224+144+44=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E0902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0902C is #1F6FD3. Grayscale: #9D9D9D. Windows color (decimal): -2060244 or 2920672. OLE color: 2920672.
HSL color Cylindrical-coordinate representation of color #E0902C: hue angle of 33.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0902C is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 44 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.12 |
| HSL | 33.33º | 0.74% | 0.53% | - |
| HSV(B) | 33.33º | 0.8% | 0.88% | - |
| XYZ | 41.17 | 35.98 | 7.16 | - |
| YUV | 156.52 | 64.5 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 44 | 0 | 0.36 | 0.80 | 0.12 | 33.33 | 0.74 | 0.53 |
| Hex | E0 | 90 | 2C | 0 | 24 | 50 | C | 21 | 4A | 35 |
| Octal | 340 | 220 | 54 | 0 | 44 | 120 | 14 | 41 | 112 | 65 |
| Binary | 11100000 | 10010000 | 101100 | 0 | 100100 | 1010000 | 1100 | 100001 | 1001010 | 110101 |
Color Harmonies of #E0902C
Complementary color
Monochromatic Colors of #E0902C
Black with #E0902C
Text Example
Text Example
White with #E0902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0902C; }
p { color: rgb(224,144,44); }
H1.HeaderClassName
{
color: #E0902C;
}
.AnyTagClassName
{
color: #E0902C;
}
</style>
background-color css
<style>
a { background-color: #E0902C; }
a { background-color: rgb(224,144,44); }
div.DivClassName
{
background-color: #E0902C;
}
.BgClassName
{
background-color: #E0902C;
}
</style>
border-color css
<style>
span { border-color: #E0902C; }
span { border-color: rgb(224,144,44); }
td.TdClassName
{
border-color: #E0902C;
}
.TagClassName
{
border-color: #E0902C;
}
</style>