Shades of Buttercup #E0902A
Tints of Buttercup #E0902A
RGB
CMYK
RGB Variations
Color information
#E0902A (or 0xE0902A) is known color: Buttercup. HEX triplet: E0, 90 and 2A. RGB value is (224,144,42). Sum of RGB (Red+Green+Blue) = 224+144+42=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E0902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0902A is #1F6FD5. Grayscale: #9C9C9C. Windows color (decimal): -2060246 or 2789600. OLE color: 2789600.
HSL color Cylindrical-coordinate representation of color #E0902A: hue angle of 33.63º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E0902A is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 42 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.12 |
| HSL | 33.63º | 0.75% | 0.52% | - |
| HSV(B) | 33.63º | 0.81% | 0.88% | - |
| XYZ | 41.13 | 35.96 | 6.96 | - |
| YUV | 156.29 | 63.5 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 42 | 0 | 0.36 | 0.81 | 0.12 | 33.63 | 0.75 | 0.52 |
| Hex | E0 | 90 | 2A | 0 | 24 | 51 | C | 22 | 4B | 34 |
| Octal | 340 | 220 | 52 | 0 | 44 | 121 | 14 | 42 | 113 | 64 |
| Binary | 11100000 | 10010000 | 101010 | 0 | 100100 | 1010001 | 1100 | 100010 | 1001011 | 110100 |
Color Harmonies of #E0902A
Complementary color
Monochromatic Colors of #E0902A
Black with #E0902A
Text Example
Text Example
White with #E0902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0902A; }
p { color: rgb(224,144,42); }
H1.HeaderClassName
{
color: #E0902A;
}
.AnyTagClassName
{
color: #E0902A;
}
</style>
background-color css
<style>
a { background-color: #E0902A; }
a { background-color: rgb(224,144,42); }
div.DivClassName
{
background-color: #E0902A;
}
.BgClassName
{
background-color: #E0902A;
}
</style>
border-color css
<style>
span { border-color: #E0902A; }
span { border-color: rgb(224,144,42); }
td.TdClassName
{
border-color: #E0902A;
}
.TagClassName
{
border-color: #E0902A;
}
</style>