Shades of Galliano #E5A81A
Tints of Galliano #E5A81A
RGB
CMYK
RGB Variations
Color information
#E5A81A (or 0xE5A81A) is known color: Galliano. HEX triplet: E5, A8 and 1A. RGB value is (229,168,26). Sum of RGB (Red+Green+Blue) = 229+168+26=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 26 (10.55% from 255 or 6.15% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A81A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A81A is #1A57E5. Grayscale: #AAAAAA. Windows color (decimal): -1726438 or 1747173. OLE color: 1747173.
HSL color Cylindrical-coordinate representation of color #E5A81A: hue angle of 41.97º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E5A81A is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 168 | 26 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.10 |
| HSL | 41.97º | 0.8% | 0.5% | - |
| HSV(B) | 41.97º | 0.89% | 0.9% | - |
| XYZ | 46.5 | 44.74 | 7.16 | - |
| YUV | 170.05 | 46.71 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 168 | 26 | 0 | 0.27 | 0.89 | 0.10 | 41.97 | 0.8 | 0.5 |
| Hex | E5 | A8 | 1A | 0 | 1B | 59 | A | 2A | 50 | 32 |
| Octal | 345 | 250 | 32 | 0 | 33 | 131 | 12 | 52 | 120 | 62 |
| Binary | 11100101 | 10101000 | 11010 | 0 | 11011 | 1011001 | 1010 | 101010 | 1010000 | 110010 |
Color Harmonies of #E5A81A
Complementary color
Monochromatic Colors of #E5A81A
Black with #E5A81A
Text Example
Text Example
White with #E5A81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A81A; }
p { color: rgb(229,168,26); }
H1.HeaderClassName
{
color: #E5A81A;
}
.AnyTagClassName
{
color: #E5A81A;
}
</style>
background-color css
<style>
a { background-color: #E5A81A; }
a { background-color: rgb(229,168,26); }
div.DivClassName
{
background-color: #E5A81A;
}
.BgClassName
{
background-color: #E5A81A;
}
</style>
border-color css
<style>
span { border-color: #E5A81A; }
span { border-color: rgb(229,168,26); }
td.TdClassName
{
border-color: #E5A81A;
}
.TagClassName
{
border-color: #E5A81A;
}
</style>