Shades of Galliano #E3A919
Tints of Galliano #E3A919
RGB
CMYK
RGB Variations
Color information
#E3A919 (or 0xE3A919) is known color: Galliano. HEX triplet: E3, A9 and 19. RGB value is (227,169,25). Sum of RGB (Red+Green+Blue) = 227+169+25=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3A919 is #1C56E6. Grayscale: #AAAAAA. Windows color (decimal): -1857255 or 1681891. OLE color: 1681891.
HSL color Cylindrical-coordinate representation of color #E3A919: hue angle of 42.77º 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 #E3A919 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 169 | 25 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.11 |
| HSL | 42.77º | 0.8% | 0.49% | - |
| HSV(B) | 42.77º | 0.89% | 0.89% | - |
| XYZ | 46.04 | 44.78 | 7.14 | - |
| YUV | 169.93 | 46.22 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 169 | 25 | 0 | 0.26 | 0.89 | 0.11 | 42.77 | 0.8 | 0.49 |
| Hex | E3 | A9 | 19 | 0 | 1A | 59 | B | 2B | 50 | 31 |
| Octal | 343 | 251 | 31 | 0 | 32 | 131 | 13 | 53 | 120 | 61 |
| Binary | 11100011 | 10101001 | 11001 | 0 | 11010 | 1011001 | 1011 | 101011 | 1010000 | 110001 |
Color Harmonies of #E3A919
Complementary color
Monochromatic Colors of #E3A919
Black with #E3A919
Text Example
Text Example
White with #E3A919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A919; }
p { color: rgb(227,169,25); }
H1.HeaderClassName
{
color: #E3A919;
}
.AnyTagClassName
{
color: #E3A919;
}
</style>
background-color css
<style>
a { background-color: #E3A919; }
a { background-color: rgb(227,169,25); }
div.DivClassName
{
background-color: #E3A919;
}
.BgClassName
{
background-color: #E3A919;
}
</style>
border-color css
<style>
span { border-color: #E3A919; }
span { border-color: rgb(227,169,25); }
td.TdClassName
{
border-color: #E3A919;
}
.TagClassName
{
border-color: #E3A919;
}
</style>