Shades of Galliano #E1A32D
Tints of Galliano #E1A32D
RGB
CMYK
RGB Variations
Color information
#E1A32D (or 0xE1A32D) is known color: Galliano. HEX triplet: E1, A3 and 2D. RGB value is (225,163,45). Sum of RGB (Red+Green+Blue) = 225+163+45=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A32D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A32D is #1E5CD2. Grayscale: #A8A8A8. Windows color (decimal): -1989843 or 2991073. OLE color: 2991073.
HSL color Cylindrical-coordinate representation of color #E1A32D: hue angle of 39.33º 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 #E1A32D is Cyan = 0, Magento = 0.28, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 163 | 45 | - |
| CMYK | 0 | 0.28 | 0.8 | 0.12 |
| HSL | 39.33º | 0.75% | 0.53% | - |
| HSV(B) | 39.33º | 0.8% | 0.88% | - |
| XYZ | 44.62 | 42.39 | 8.31 | - |
| YUV | 168.09 | 58.54 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 45 | 0 | 0.28 | 0.8 | 0.12 | 39.33 | 0.75 | 0.53 |
| Hex | E1 | A3 | 2D | 0 | 1C | 50 | C | 27 | 4B | 35 |
| Octal | 341 | 243 | 55 | 0 | 34 | 120 | 14 | 47 | 113 | 65 |
| Binary | 11100001 | 10100011 | 101101 | 0 | 11100 | 1010000 | 1100 | 100111 | 1001011 | 110101 |
Color Harmonies of #E1A32D
Complementary color
Monochromatic Colors of #E1A32D
Black with #E1A32D
Text Example
Text Example
White with #E1A32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A32D; }
p { color: rgb(225,163,45); }
H1.HeaderClassName
{
color: #E1A32D;
}
.AnyTagClassName
{
color: #E1A32D;
}
</style>
background-color css
<style>
a { background-color: #E1A32D; }
a { background-color: rgb(225,163,45); }
div.DivClassName
{
background-color: #E1A32D;
}
.BgClassName
{
background-color: #E1A32D;
}
</style>
border-color css
<style>
span { border-color: #E1A32D; }
span { border-color: rgb(225,163,45); }
td.TdClassName
{
border-color: #E1A32D;
}
.TagClassName
{
border-color: #E1A32D;
}
</style>