Shades of Galliano #E5A428
Tints of Galliano #E5A428
RGB
CMYK
RGB Variations
Color information
#E5A428 (or 0xE5A428) is known color: Galliano. HEX triplet: E5, A4 and 28. RGB value is (229,164,40). Sum of RGB (Red+Green+Blue) = 229+164+40=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A428 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A428 is #1A5BD7. Grayscale: #A9A9A9. Windows color (decimal): -1727448 or 2663653. OLE color: 2663653.
HSL color Cylindrical-coordinate representation of color #E5A428: hue angle of 39.37º degrees, saturation: 0.78, 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 #E5A428 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 164 | 40 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.10 |
| HSL | 39.37º | 0.78% | 0.53% | - |
| HSV(B) | 39.37º | 0.83% | 0.9% | - |
| XYZ | 45.97 | 43.36 | 7.95 | - |
| YUV | 169.3 | 55.03 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 164 | 40 | 0 | 0.28 | 0.83 | 0.10 | 39.37 | 0.78 | 0.53 |
| Hex | E5 | A4 | 28 | 0 | 1C | 53 | A | 27 | 4E | 35 |
| Octal | 345 | 244 | 50 | 0 | 34 | 123 | 12 | 47 | 116 | 65 |
| Binary | 11100101 | 10100100 | 101000 | 0 | 11100 | 1010011 | 1010 | 100111 | 1001110 | 110101 |
Color Harmonies of #E5A428
Complementary color
Monochromatic Colors of #E5A428
Black with #E5A428
Text Example
Text Example
White with #E5A428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A428; }
p { color: rgb(229,164,40); }
H1.HeaderClassName
{
color: #E5A428;
}
.AnyTagClassName
{
color: #E5A428;
}
</style>
background-color css
<style>
a { background-color: #E5A428; }
a { background-color: rgb(229,164,40); }
div.DivClassName
{
background-color: #E5A428;
}
.BgClassName
{
background-color: #E5A428;
}
</style>
border-color css
<style>
span { border-color: #E5A428; }
span { border-color: rgb(229,164,40); }
td.TdClassName
{
border-color: #E5A428;
}
.TagClassName
{
border-color: #E5A428;
}
</style>