Shades of Galliano #E3A920
Tints of Galliano #E3A920
RGB
CMYK
RGB Variations
Color information
#E3A920 (or 0xE3A920) is known color: Galliano. HEX triplet: E3, A9 and 20. RGB value is (227,169,32). Sum of RGB (Red+Green+Blue) = 227+169+32=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A920 is #1C56DF. Grayscale: #ABABAB. Windows color (decimal): -1857248 or 2140643. OLE color: 2140643.
HSL color Cylindrical-coordinate representation of color #E3A920: hue angle of 42.15º degrees, saturation: 0.78, 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 #E3A920 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 169 | 32 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.11 |
| HSL | 42.15º | 0.78% | 0.51% | - |
| HSV(B) | 42.15º | 0.86% | 0.89% | - |
| XYZ | 46.13 | 44.81 | 7.58 | - |
| YUV | 170.72 | 49.72 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 169 | 32 | 0 | 0.26 | 0.86 | 0.11 | 42.15 | 0.78 | 0.51 |
| Hex | E3 | A9 | 20 | 0 | 1A | 56 | B | 2A | 4E | 33 |
| Octal | 343 | 251 | 40 | 0 | 32 | 126 | 13 | 52 | 116 | 63 |
| Binary | 11100011 | 10101001 | 100000 | 0 | 11010 | 1010110 | 1011 | 101010 | 1001110 | 110011 |
Color Harmonies of #E3A920
Complementary color
Monochromatic Colors of #E3A920
Black with #E3A920
Text Example
Text Example
White with #E3A920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A920; }
p { color: rgb(227,169,32); }
H1.HeaderClassName
{
color: #E3A920;
}
.AnyTagClassName
{
color: #E3A920;
}
</style>
background-color css
<style>
a { background-color: #E3A920; }
a { background-color: rgb(227,169,32); }
div.DivClassName
{
background-color: #E3A920;
}
.BgClassName
{
background-color: #E3A920;
}
</style>
border-color css
<style>
span { border-color: #E3A920; }
span { border-color: rgb(227,169,32); }
td.TdClassName
{
border-color: #E3A920;
}
.TagClassName
{
border-color: #E3A920;
}
</style>