Shades of Buttercup #E0A02A
Tints of Buttercup #E0A02A
RGB
CMYK
RGB Variations
Color information
#E0A02A (or 0xE0A02A) is known color: Buttercup. HEX triplet: E0, A0 and 2A. RGB value is (224,160,42). Sum of RGB (Red+Green+Blue) = 224+160+42=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 42 (16.80% from 255 or 9.86% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A02A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A02A is #1F5FD5. Grayscale: #A6A6A6. Windows color (decimal): -2056150 or 2793696. OLE color: 2793696.
HSL color Cylindrical-coordinate representation of color #E0A02A: hue angle of 38.9º 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 #E0A02A is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 42 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.12 |
| HSL | 38.9º | 0.75% | 0.52% | - |
| HSV(B) | 38.9º | 0.81% | 0.88% | - |
| XYZ | 43.73 | 41.16 | 7.83 | - |
| YUV | 165.68 | 58.2 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 42 | 0 | 0.29 | 0.81 | 0.12 | 38.9 | 0.75 | 0.52 |
| Hex | E0 | A0 | 2A | 0 | 1D | 51 | C | 27 | 4B | 34 |
| Octal | 340 | 240 | 52 | 0 | 35 | 121 | 14 | 47 | 113 | 64 |
| Binary | 11100000 | 10100000 | 101010 | 0 | 11101 | 1010001 | 1100 | 100111 | 1001011 | 110100 |
Color Harmonies of #E0A02A
Complementary color
Monochromatic Colors of #E0A02A
Black with #E0A02A
Text Example
Text Example
White with #E0A02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A02A; }
p { color: rgb(224,160,42); }
H1.HeaderClassName
{
color: #E0A02A;
}
.AnyTagClassName
{
color: #E0A02A;
}
</style>
background-color css
<style>
a { background-color: #E0A02A; }
a { background-color: rgb(224,160,42); }
div.DivClassName
{
background-color: #E0A02A;
}
.BgClassName
{
background-color: #E0A02A;
}
</style>
border-color css
<style>
span { border-color: #E0A02A; }
span { border-color: rgb(224,160,42); }
td.TdClassName
{
border-color: #E0A02A;
}
.TagClassName
{
border-color: #E0A02A;
}
</style>