Shades of Galliano #E3A020
Tints of Galliano #E3A020
RGB
CMYK
RGB Variations
Color information
#E3A020 (or 0xE3A020) is known color: Galliano. HEX triplet: E3, A0 and 20. RGB value is (227,160,32). Sum of RGB (Red+Green+Blue) = 227+160+32=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A020 is #1C5FDF. Grayscale: #A6A6A6. Windows color (decimal): -1859552 or 2138339. OLE color: 2138339.
HSL color Cylindrical-coordinate representation of color #E3A020: hue angle of 39.38º 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 #E3A020 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 32 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.11 |
| HSL | 39.38º | 0.78% | 0.51% | - |
| HSV(B) | 39.38º | 0.86% | 0.89% | - |
| XYZ | 44.51 | 41.58 | 7.05 | - |
| YUV | 165.44 | 52.7 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 32 | 0 | 0.30 | 0.86 | 0.11 | 39.38 | 0.78 | 0.51 |
| Hex | E3 | A0 | 20 | 0 | 1E | 56 | B | 27 | 4E | 33 |
| Octal | 343 | 240 | 40 | 0 | 36 | 126 | 13 | 47 | 116 | 63 |
| Binary | 11100011 | 10100000 | 100000 | 0 | 11110 | 1010110 | 1011 | 100111 | 1001110 | 110011 |
Color Harmonies of #E3A020
Complementary color
Monochromatic Colors of #E3A020
Black with #E3A020
Text Example
Text Example
White with #E3A020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A020; }
p { color: rgb(227,160,32); }
H1.HeaderClassName
{
color: #E3A020;
}
.AnyTagClassName
{
color: #E3A020;
}
</style>
background-color css
<style>
a { background-color: #E3A020; }
a { background-color: rgb(227,160,32); }
div.DivClassName
{
background-color: #E3A020;
}
.BgClassName
{
background-color: #E3A020;
}
</style>
border-color css
<style>
span { border-color: #E3A020; }
span { border-color: rgb(227,160,32); }
td.TdClassName
{
border-color: #E3A020;
}
.TagClassName
{
border-color: #E3A020;
}
</style>