Shades of Galliano #E0A21E
Tints of Galliano #E0A21E
RGB
CMYK
RGB Variations
Color information
#E0A21E (or 0xE0A21E) is known color: Galliano. HEX triplet: E0, A2 and 1E. RGB value is (224,162,30). Sum of RGB (Red+Green+Blue) = 224+162+30=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A21E is #1F5DE1. Grayscale: #A6A6A6. Windows color (decimal): -2055650 or 2007776. OLE color: 2007776.
HSL color Cylindrical-coordinate representation of color #E0A21E: hue angle of 40.82º 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 #E0A21E is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 162 | 30 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.12 |
| HSL | 40.82º | 0.76% | 0.5% | - |
| HSV(B) | 40.82º | 0.87% | 0.88% | - |
| XYZ | 43.9 | 41.78 | 6.98 | - |
| YUV | 165.49 | 51.54 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 162 | 30 | 0 | 0.28 | 0.87 | 0.12 | 40.82 | 0.76 | 0.5 |
| Hex | E0 | A2 | 1E | 0 | 1C | 57 | C | 29 | 4C | 32 |
| Octal | 340 | 242 | 36 | 0 | 34 | 127 | 14 | 51 | 114 | 62 |
| Binary | 11100000 | 10100010 | 11110 | 0 | 11100 | 1010111 | 1100 | 101001 | 1001100 | 110010 |
Color Harmonies of #E0A21E
Complementary color
Monochromatic Colors of #E0A21E
Black with #E0A21E
Text Example
Text Example
White with #E0A21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A21E; }
p { color: rgb(224,162,30); }
H1.HeaderClassName
{
color: #E0A21E;
}
.AnyTagClassName
{
color: #E0A21E;
}
</style>
background-color css
<style>
a { background-color: #E0A21E; }
a { background-color: rgb(224,162,30); }
div.DivClassName
{
background-color: #E0A21E;
}
.BgClassName
{
background-color: #E0A21E;
}
</style>
border-color css
<style>
span { border-color: #E0A21E; }
span { border-color: rgb(224,162,30); }
td.TdClassName
{
border-color: #E0A21E;
}
.TagClassName
{
border-color: #E0A21E;
}
</style>