Shades of Galliano #E1A62E
Tints of Galliano #E1A62E
RGB
CMYK
RGB Variations
Color information
#E1A62E (or 0xE1A62E) is known color: Galliano. HEX triplet: E1, A6 and 2E. RGB value is (225,166,46). Sum of RGB (Red+Green+Blue) = 225+166+46=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 46 (18.36% from 255 or 10.53% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A62E is #1E59D1. Grayscale: #AAAAAA. Windows color (decimal): -1989074 or 3057377. OLE color: 3057377.
HSL color Cylindrical-coordinate representation of color #E1A62E: hue angle of 40.22º degrees, saturation: 0.75, 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 #E1A62E is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 166 | 46 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.12 |
| HSL | 40.22º | 0.75% | 0.53% | - |
| HSV(B) | 40.22º | 0.8% | 0.88% | - |
| XYZ | 45.18 | 43.48 | 8.6 | - |
| YUV | 169.96 | 58.05 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 166 | 46 | 0 | 0.26 | 0.80 | 0.12 | 40.22 | 0.75 | 0.53 |
| Hex | E1 | A6 | 2E | 0 | 1A | 50 | C | 28 | 4B | 35 |
| Octal | 341 | 246 | 56 | 0 | 32 | 120 | 14 | 50 | 113 | 65 |
| Binary | 11100001 | 10100110 | 101110 | 0 | 11010 | 1010000 | 1100 | 101000 | 1001011 | 110101 |
Color Harmonies of #E1A62E
Complementary color
Monochromatic Colors of #E1A62E
Black with #E1A62E
Text Example
Text Example
White with #E1A62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A62E; }
p { color: rgb(225,166,46); }
H1.HeaderClassName
{
color: #E1A62E;
}
.AnyTagClassName
{
color: #E1A62E;
}
</style>
background-color css
<style>
a { background-color: #E1A62E; }
a { background-color: rgb(225,166,46); }
div.DivClassName
{
background-color: #E1A62E;
}
.BgClassName
{
background-color: #E1A62E;
}
</style>
border-color css
<style>
span { border-color: #E1A62E; }
span { border-color: rgb(225,166,46); }
td.TdClassName
{
border-color: #E1A62E;
}
.TagClassName
{
border-color: #E1A62E;
}
</style>