Shades of Galliano #E1A31E
Tints of Galliano #E1A31E
RGB
CMYK
RGB Variations
Color information
#E1A31E (or 0xE1A31E) is known color: Galliano. HEX triplet: E1, A3 and 1E. RGB value is (225,163,30). Sum of RGB (Red+Green+Blue) = 225+163+30=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A31E is #1E5CE1. Grayscale: #A6A6A6. Windows color (decimal): -1989858 or 2008033. OLE color: 2008033.
HSL color Cylindrical-coordinate representation of color #E1A31E: hue angle of 40.92º 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 #E1A31E is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 163 | 30 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.12 |
| HSL | 40.92º | 0.76% | 0.5% | - |
| HSV(B) | 40.92º | 0.87% | 0.88% | - |
| XYZ | 44.38 | 42.3 | 7.05 | - |
| YUV | 166.38 | 51.04 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 30 | 0 | 0.28 | 0.87 | 0.12 | 40.92 | 0.76 | 0.5 |
| Hex | E1 | A3 | 1E | 0 | 1C | 57 | C | 29 | 4C | 32 |
| Octal | 341 | 243 | 36 | 0 | 34 | 127 | 14 | 51 | 114 | 62 |
| Binary | 11100001 | 10100011 | 11110 | 0 | 11100 | 1010111 | 1100 | 101001 | 1001100 | 110010 |
Color Harmonies of #E1A31E
Complementary color
Monochromatic Colors of #E1A31E
Black with #E1A31E
Text Example
Text Example
White with #E1A31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A31E; }
p { color: rgb(225,163,30); }
H1.HeaderClassName
{
color: #E1A31E;
}
.AnyTagClassName
{
color: #E1A31E;
}
</style>
background-color css
<style>
a { background-color: #E1A31E; }
a { background-color: rgb(225,163,30); }
div.DivClassName
{
background-color: #E1A31E;
}
.BgClassName
{
background-color: #E1A31E;
}
</style>
border-color css
<style>
span { border-color: #E1A31E; }
span { border-color: rgb(225,163,30); }
td.TdClassName
{
border-color: #E1A31E;
}
.TagClassName
{
border-color: #E1A31E;
}
</style>