Shades of Galliano #E1A71E
Tints of Galliano #E1A71E
RGB
CMYK
RGB Variations
Color information
#E1A71E (or 0xE1A71E) is known color: Galliano. HEX triplet: E1, A7 and 1E. RGB value is (225,167,30). Sum of RGB (Red+Green+Blue) = 225+167+30=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 30 (12.11% from 255 or 7.11% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A71E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A71E is #1E58E1. Grayscale: #A9A9A9. Windows color (decimal): -1988834 or 2009057. OLE color: 2009057.
HSL color Cylindrical-coordinate representation of color #E1A71E: hue angle of 42.15º 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 #E1A71E is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 30 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.12 |
| HSL | 42.15º | 0.76% | 0.5% | - |
| HSV(B) | 42.15º | 0.87% | 0.88% | - |
| XYZ | 45.1 | 43.74 | 7.29 | - |
| YUV | 168.72 | 49.72 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 30 | 0 | 0.26 | 0.87 | 0.12 | 42.15 | 0.76 | 0.5 |
| Hex | E1 | A7 | 1E | 0 | 1A | 57 | C | 2A | 4C | 32 |
| Octal | 341 | 247 | 36 | 0 | 32 | 127 | 14 | 52 | 114 | 62 |
| Binary | 11100001 | 10100111 | 11110 | 0 | 11010 | 1010111 | 1100 | 101010 | 1001100 | 110010 |
Color Harmonies of #E1A71E
Complementary color
Monochromatic Colors of #E1A71E
Black with #E1A71E
Text Example
Text Example
White with #E1A71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A71E; }
p { color: rgb(225,167,30); }
H1.HeaderClassName
{
color: #E1A71E;
}
.AnyTagClassName
{
color: #E1A71E;
}
</style>
background-color css
<style>
a { background-color: #E1A71E; }
a { background-color: rgb(225,167,30); }
div.DivClassName
{
background-color: #E1A71E;
}
.BgClassName
{
background-color: #E1A71E;
}
</style>
border-color css
<style>
span { border-color: #E1A71E; }
span { border-color: rgb(225,167,30); }
td.TdClassName
{
border-color: #E1A71E;
}
.TagClassName
{
border-color: #E1A71E;
}
</style>