Shades of Galliano #E5A429
Tints of Galliano #E5A429
RGB
CMYK
RGB Variations
Color information
#E5A429 (or 0xE5A429) is known color: Galliano. HEX triplet: E5, A4 and 29. RGB value is (229,164,41). Sum of RGB (Red+Green+Blue) = 229+164+41=434 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.76% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 41 (16.41% from 255 or 9.45% from 434); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A429 is #1A5BD6. Grayscale: #A9A9A9. Windows color (decimal): -1727447 or 2729189. OLE color: 2729189.
HSL color Cylindrical-coordinate representation of color #E5A429: hue angle of 39.26º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5A429 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 164 | 41 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.10 |
| HSL | 39.26º | 0.78% | 0.53% | - |
| HSV(B) | 39.26º | 0.82% | 0.9% | - |
| XYZ | 45.99 | 43.37 | 8.05 | - |
| YUV | 169.41 | 55.53 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 164 | 41 | 0 | 0.28 | 0.82 | 0.10 | 39.26 | 0.78 | 0.53 |
| Hex | E5 | A4 | 29 | 0 | 1C | 52 | A | 27 | 4E | 35 |
| Octal | 345 | 244 | 51 | 0 | 34 | 122 | 12 | 47 | 116 | 65 |
| Binary | 11100101 | 10100100 | 101001 | 0 | 11100 | 1010010 | 1010 | 100111 | 1001110 | 110101 |
Color Harmonies of #E5A429
Complementary color
Monochromatic Colors of #E5A429
Black with #E5A429
Text Example
Text Example
White with #E5A429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A429; }
p { color: rgb(229,164,41); }
H1.HeaderClassName
{
color: #E5A429;
}
.AnyTagClassName
{
color: #E5A429;
}
</style>
background-color css
<style>
a { background-color: #E5A429; }
a { background-color: rgb(229,164,41); }
div.DivClassName
{
background-color: #E5A429;
}
.BgClassName
{
background-color: #E5A429;
}
</style>
border-color css
<style>
span { border-color: #E5A429; }
span { border-color: rgb(229,164,41); }
td.TdClassName
{
border-color: #E5A429;
}
.TagClassName
{
border-color: #E5A429;
}
</style>