Shades of Galliano #E5A327
Tints of Galliano #E5A327
RGB
CMYK
RGB Variations
Color information
#E5A327 (or 0xE5A327) is known color: Galliano. HEX triplet: E5, A3 and 27. RGB value is (229,163,39). Sum of RGB (Red+Green+Blue) = 229+163+39=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A327 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A327 is #1A5CD8. Grayscale: #A9A9A9. Windows color (decimal): -1727705 or 2597861. OLE color: 2597861.
HSL color Cylindrical-coordinate representation of color #E5A327: hue angle of 39.16º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5A327 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 39 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.10 |
| HSL | 39.16º | 0.79% | 0.53% | - |
| HSV(B) | 39.16º | 0.83% | 0.9% | - |
| XYZ | 45.78 | 43 | 7.81 | - |
| YUV | 168.6 | 54.87 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 39 | 0 | 0.29 | 0.83 | 0.10 | 39.16 | 0.79 | 0.53 |
| Hex | E5 | A3 | 27 | 0 | 1D | 53 | A | 27 | 4F | 35 |
| Octal | 345 | 243 | 47 | 0 | 35 | 123 | 12 | 47 | 117 | 65 |
| Binary | 11100101 | 10100011 | 100111 | 0 | 11101 | 1010011 | 1010 | 100111 | 1001111 | 110101 |
Color Harmonies of #E5A327
Complementary color
Monochromatic Colors of #E5A327
Black with #E5A327
Text Example
Text Example
White with #E5A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A327; }
p { color: rgb(229,163,39); }
H1.HeaderClassName
{
color: #E5A327;
}
.AnyTagClassName
{
color: #E5A327;
}
</style>
background-color css
<style>
a { background-color: #E5A327; }
a { background-color: rgb(229,163,39); }
div.DivClassName
{
background-color: #E5A327;
}
.BgClassName
{
background-color: #E5A327;
}
</style>
border-color css
<style>
span { border-color: #E5A327; }
span { border-color: rgb(229,163,39); }
td.TdClassName
{
border-color: #E5A327;
}
.TagClassName
{
border-color: #E5A327;
}
</style>