Shades of Galliano #E3A120
Tints of Galliano #E3A120
RGB
CMYK
RGB Variations
Color information
#E3A120 (or 0xE3A120) is known color: Galliano. HEX triplet: E3, A1 and 20. RGB value is (227,161,32). Sum of RGB (Red+Green+Blue) = 227+161+32=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A120 is #1C5EDF. Grayscale: #A6A6A6. Windows color (decimal): -1859296 or 2138595. OLE color: 2138595.
HSL color Cylindrical-coordinate representation of color #E3A120: hue angle of 39.69º 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 #E3A120 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 161 | 32 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.11 |
| HSL | 39.69º | 0.78% | 0.51% | - |
| HSV(B) | 39.69º | 0.86% | 0.89% | - |
| XYZ | 44.68 | 41.92 | 7.1 | - |
| YUV | 166.03 | 52.37 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 161 | 32 | 0 | 0.29 | 0.86 | 0.11 | 39.69 | 0.78 | 0.51 |
| Hex | E3 | A1 | 20 | 0 | 1D | 56 | B | 28 | 4E | 33 |
| Octal | 343 | 241 | 40 | 0 | 35 | 126 | 13 | 50 | 116 | 63 |
| Binary | 11100011 | 10100001 | 100000 | 0 | 11101 | 1010110 | 1011 | 101000 | 1001110 | 110011 |
Color Harmonies of #E3A120
Complementary color
Monochromatic Colors of #E3A120
Black with #E3A120
Text Example
Text Example
White with #E3A120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A120; }
p { color: rgb(227,161,32); }
H1.HeaderClassName
{
color: #E3A120;
}
.AnyTagClassName
{
color: #E3A120;
}
</style>
background-color css
<style>
a { background-color: #E3A120; }
a { background-color: rgb(227,161,32); }
div.DivClassName
{
background-color: #E3A120;
}
.BgClassName
{
background-color: #E3A120;
}
</style>
border-color css
<style>
span { border-color: #E3A120; }
span { border-color: rgb(227,161,32); }
td.TdClassName
{
border-color: #E3A120;
}
.TagClassName
{
border-color: #E3A120;
}
</style>