Shades of Galliano #E5A423
Tints of Galliano #E5A423
RGB
CMYK
RGB Variations
Color information
#E5A423 (or 0xE5A423) is known color: Galliano. HEX triplet: E5, A4 and 23. RGB value is (229,164,35). Sum of RGB (Red+Green+Blue) = 229+164+35=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A423 is #1A5BDC. Grayscale: #A9A9A9. Windows color (decimal): -1727453 or 2335973. OLE color: 2335973.
HSL color Cylindrical-coordinate representation of color #E5A423: hue angle of 39.9º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5A423 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 164 | 35 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.10 |
| HSL | 39.9º | 0.79% | 0.52% | - |
| HSV(B) | 39.9º | 0.85% | 0.9% | - |
| XYZ | 45.89 | 43.33 | 7.53 | - |
| YUV | 168.73 | 52.53 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 164 | 35 | 0 | 0.28 | 0.85 | 0.10 | 39.9 | 0.79 | 0.52 |
| Hex | E5 | A4 | 23 | 0 | 1C | 55 | A | 28 | 4F | 34 |
| Octal | 345 | 244 | 43 | 0 | 34 | 125 | 12 | 50 | 117 | 64 |
| Binary | 11100101 | 10100100 | 100011 | 0 | 11100 | 1010101 | 1010 | 101000 | 1001111 | 110100 |
Color Harmonies of #E5A423
Complementary color
Monochromatic Colors of #E5A423
Black with #E5A423
Text Example
Text Example
White with #E5A423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A423; }
p { color: rgb(229,164,35); }
H1.HeaderClassName
{
color: #E5A423;
}
.AnyTagClassName
{
color: #E5A423;
}
</style>
background-color css
<style>
a { background-color: #E5A423; }
a { background-color: rgb(229,164,35); }
div.DivClassName
{
background-color: #E5A423;
}
.BgClassName
{
background-color: #E5A423;
}
</style>
border-color css
<style>
span { border-color: #E5A423; }
span { border-color: rgb(229,164,35); }
td.TdClassName
{
border-color: #E5A423;
}
.TagClassName
{
border-color: #E5A423;
}
</style>