Shades of Galliano #E0A01E
Tints of Galliano #E0A01E
RGB
CMYK
RGB Variations
Color information
#E0A01E (or 0xE0A01E) is known color: Galliano. HEX triplet: E0, A0 and 1E. RGB value is (224,160,30). Sum of RGB (Red+Green+Blue) = 224+160+30=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A01E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A01E is #1F5FE1. Grayscale: #A4A4A4. Windows color (decimal): -2056162 or 2007264. OLE color: 2007264.
HSL color Cylindrical-coordinate representation of color #E0A01E: hue angle of 40.21º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E0A01E is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 160 | 30 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.12 |
| HSL | 40.21º | 0.76% | 0.5% | - |
| HSV(B) | 40.21º | 0.87% | 0.88% | - |
| XYZ | 43.55 | 41.08 | 6.86 | - |
| YUV | 164.32 | 52.2 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 160 | 30 | 0 | 0.29 | 0.87 | 0.12 | 40.21 | 0.76 | 0.5 |
| Hex | E0 | A0 | 1E | 0 | 1D | 57 | C | 28 | 4C | 32 |
| Octal | 340 | 240 | 36 | 0 | 35 | 127 | 14 | 50 | 114 | 62 |
| Binary | 11100000 | 10100000 | 11110 | 0 | 11101 | 1010111 | 1100 | 101000 | 1001100 | 110010 |
Color Harmonies of #E0A01E
Complementary color
Monochromatic Colors of #E0A01E
Black with #E0A01E
Text Example
Text Example
White with #E0A01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A01E; }
p { color: rgb(224,160,30); }
H1.HeaderClassName
{
color: #E0A01E;
}
.AnyTagClassName
{
color: #E0A01E;
}
</style>
background-color css
<style>
a { background-color: #E0A01E; }
a { background-color: rgb(224,160,30); }
div.DivClassName
{
background-color: #E0A01E;
}
.BgClassName
{
background-color: #E0A01E;
}
</style>
border-color css
<style>
span { border-color: #E0A01E; }
span { border-color: rgb(224,160,30); }
td.TdClassName
{
border-color: #E0A01E;
}
.TagClassName
{
border-color: #E0A01E;
}
</style>