Shades of Galliano #E2A420
Tints of Galliano #E2A420
RGB
CMYK
RGB Variations
Color information
#E2A420 (or 0xE2A420) is known color: Galliano. HEX triplet: E2, A4 and 20. RGB value is (226,164,32). Sum of RGB (Red+Green+Blue) = 226+164+32=422 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.55% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A420 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2A420 is #1D5BDF. Grayscale: #A8A8A8. Windows color (decimal): -1924064 or 2139362. OLE color: 2139362.
HSL color Cylindrical-coordinate representation of color #E2A420: hue angle of 40.82º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2A420 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 164 | 32 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.11 |
| HSL | 40.82º | 0.77% | 0.51% | - |
| HSV(B) | 40.82º | 0.86% | 0.89% | - |
| XYZ | 44.9 | 42.82 | 7.27 | - |
| YUV | 167.49 | 51.54 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 164 | 32 | 0 | 0.27 | 0.86 | 0.11 | 40.82 | 0.77 | 0.51 |
| Hex | E2 | A4 | 20 | 0 | 1B | 56 | B | 29 | 4D | 33 |
| Octal | 342 | 244 | 40 | 0 | 33 | 126 | 13 | 51 | 115 | 63 |
| Binary | 11100010 | 10100100 | 100000 | 0 | 11011 | 1010110 | 1011 | 101001 | 1001101 | 110011 |
Color Harmonies of #E2A420
Complementary color
Monochromatic Colors of #E2A420
Black with #E2A420
Text Example
Text Example
White with #E2A420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A420; }
p { color: rgb(226,164,32); }
H1.HeaderClassName
{
color: #E2A420;
}
.AnyTagClassName
{
color: #E2A420;
}
</style>
background-color css
<style>
a { background-color: #E2A420; }
a { background-color: rgb(226,164,32); }
div.DivClassName
{
background-color: #E2A420;
}
.BgClassName
{
background-color: #E2A420;
}
</style>
border-color css
<style>
span { border-color: #E2A420; }
span { border-color: rgb(226,164,32); }
td.TdClassName
{
border-color: #E2A420;
}
.TagClassName
{
border-color: #E2A420;
}
</style>