Shades of Galliano #E2A519
Tints of Galliano #E2A519
RGB
CMYK
RGB Variations
Color information
#E2A519 (or 0xE2A519) is known color: Galliano. HEX triplet: E2, A5 and 19. RGB value is (226,165,25). Sum of RGB (Red+Green+Blue) = 226+165+25=416 (55% of max value = 765). Red value is 226 (88.67% from 255 or 54.33% from 416); Green value is 165 (64.84% from 255 or 39.66% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 226 - color contains mainly: red. Hex color #E2A519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2A519 is #1D5AE6. Grayscale: #A7A7A7. Windows color (decimal): -1923815 or 1680866. OLE color: 1680866.
HSL color Cylindrical-coordinate representation of color #E2A519: hue angle of 41.79º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E2A519 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 165 | 25 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.11 |
| HSL | 41.79º | 0.8% | 0.49% | - |
| HSV(B) | 41.79º | 0.89% | 0.89% | - |
| XYZ | 44.99 | 43.15 | 6.88 | - |
| YUV | 167.28 | 47.71 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 165 | 25 | 0 | 0.27 | 0.89 | 0.11 | 41.79 | 0.8 | 0.49 |
| Hex | E2 | A5 | 19 | 0 | 1B | 59 | B | 2A | 50 | 31 |
| Octal | 342 | 245 | 31 | 0 | 33 | 131 | 13 | 52 | 120 | 61 |
| Binary | 11100010 | 10100101 | 11001 | 0 | 11011 | 1011001 | 1011 | 101010 | 1010000 | 110001 |
Color Harmonies of #E2A519
Complementary color
Monochromatic Colors of #E2A519
Black with #E2A519
Text Example
Text Example
White with #E2A519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2A519; }
p { color: rgb(226,165,25); }
H1.HeaderClassName
{
color: #E2A519;
}
.AnyTagClassName
{
color: #E2A519;
}
</style>
background-color css
<style>
a { background-color: #E2A519; }
a { background-color: rgb(226,165,25); }
div.DivClassName
{
background-color: #E2A519;
}
.BgClassName
{
background-color: #E2A519;
}
</style>
border-color css
<style>
span { border-color: #E2A519; }
span { border-color: rgb(226,165,25); }
td.TdClassName
{
border-color: #E2A519;
}
.TagClassName
{
border-color: #E2A519;
}
</style>