Shades of Galliano #E1A11E
Tints of Galliano #E1A11E
RGB
CMYK
RGB Variations
Color information
#E1A11E (or 0xE1A11E) is known color: Galliano. HEX triplet: E1, A1 and 1E. RGB value is (225,161,30). Sum of RGB (Red+Green+Blue) = 225+161+30=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A11E is #1E5EE1. Grayscale: #A5A5A5. Windows color (decimal): -1990370 or 2007521. OLE color: 2007521.
HSL color Cylindrical-coordinate representation of color #E1A11E: hue angle of 40.31º 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 #E1A11E is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 161 | 30 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.12 |
| HSL | 40.31º | 0.76% | 0.5% | - |
| HSV(B) | 40.31º | 0.87% | 0.88% | - |
| XYZ | 44.03 | 41.59 | 6.94 | - |
| YUV | 165.2 | 51.7 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 161 | 30 | 0 | 0.28 | 0.87 | 0.12 | 40.31 | 0.76 | 0.5 |
| Hex | E1 | A1 | 1E | 0 | 1C | 57 | C | 28 | 4C | 32 |
| Octal | 341 | 241 | 36 | 0 | 34 | 127 | 14 | 50 | 114 | 62 |
| Binary | 11100001 | 10100001 | 11110 | 0 | 11100 | 1010111 | 1100 | 101000 | 1001100 | 110010 |
Color Harmonies of #E1A11E
Complementary color
Monochromatic Colors of #E1A11E
Black with #E1A11E
Text Example
Text Example
White with #E1A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A11E; }
p { color: rgb(225,161,30); }
H1.HeaderClassName
{
color: #E1A11E;
}
.AnyTagClassName
{
color: #E1A11E;
}
</style>
background-color css
<style>
a { background-color: #E1A11E; }
a { background-color: rgb(225,161,30); }
div.DivClassName
{
background-color: #E1A11E;
}
.BgClassName
{
background-color: #E1A11E;
}
</style>
border-color css
<style>
span { border-color: #E1A11E; }
span { border-color: rgb(225,161,30); }
td.TdClassName
{
border-color: #E1A11E;
}
.TagClassName
{
border-color: #E1A11E;
}
</style>