Shades of Galliano #E1A916
Tints of Galliano #E1A916
RGB
CMYK
RGB Variations
Color information
#E1A916 (or 0xE1A916) is known color: Galliano. HEX triplet: E1, A9 and 16. RGB value is (225,169,22). Sum of RGB (Red+Green+Blue) = 225+169+22=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A916 is #1E56E9. Grayscale: #A9A9A9. Windows color (decimal): -1988330 or 1485281. OLE color: 1485281.
HSL color Cylindrical-coordinate representation of color #E1A916: hue angle of 43.45º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1A916 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 169 | 22 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.12 |
| HSL | 43.45º | 0.82% | 0.48% | - |
| HSV(B) | 43.45º | 0.9% | 0.88% | - |
| XYZ | 45.38 | 44.44 | 6.95 | - |
| YUV | 168.99 | 45.05 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 169 | 22 | 0 | 0.25 | 0.90 | 0.12 | 43.45 | 0.82 | 0.48 |
| Hex | E1 | A9 | 16 | 0 | 19 | 5A | C | 2B | 52 | 30 |
| Octal | 341 | 251 | 26 | 0 | 31 | 132 | 14 | 53 | 122 | 60 |
| Binary | 11100001 | 10101001 | 10110 | 0 | 11001 | 1011010 | 1100 | 101011 | 1010010 | 110000 |
Color Harmonies of #E1A916
Complementary color
Monochromatic Colors of #E1A916
Black with #E1A916
Text Example
Text Example
White with #E1A916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A916; }
p { color: rgb(225,169,22); }
H1.HeaderClassName
{
color: #E1A916;
}
.AnyTagClassName
{
color: #E1A916;
}
</style>
background-color css
<style>
a { background-color: #E1A916; }
a { background-color: rgb(225,169,22); }
div.DivClassName
{
background-color: #E1A916;
}
.BgClassName
{
background-color: #E1A916;
}
</style>
border-color css
<style>
span { border-color: #E1A916; }
span { border-color: rgb(225,169,22); }
td.TdClassName
{
border-color: #E1A916;
}
.TagClassName
{
border-color: #E1A916;
}
</style>