Shades of Galliano #E3A021
Tints of Galliano #E3A021
RGB
CMYK
RGB Variations
Color information
#E3A021 (or 0xE3A021) is known color: Galliano. HEX triplet: E3, A0 and 21. RGB value is (227,160,33). Sum of RGB (Red+Green+Blue) = 227+160+33=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A021 is #1C5FDE. Grayscale: #A6A6A6. Windows color (decimal): -1859551 or 2203875. OLE color: 2203875.
HSL color Cylindrical-coordinate representation of color #E3A021: hue angle of 39.28º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3A021 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 160 | 33 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.11 |
| HSL | 39.28º | 0.78% | 0.51% | - |
| HSV(B) | 39.28º | 0.85% | 0.89% | - |
| XYZ | 44.52 | 41.58 | 7.12 | - |
| YUV | 165.56 | 53.2 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 160 | 33 | 0 | 0.30 | 0.85 | 0.11 | 39.28 | 0.78 | 0.51 |
| Hex | E3 | A0 | 21 | 0 | 1E | 55 | B | 27 | 4E | 33 |
| Octal | 343 | 240 | 41 | 0 | 36 | 125 | 13 | 47 | 116 | 63 |
| Binary | 11100011 | 10100000 | 100001 | 0 | 11110 | 1010101 | 1011 | 100111 | 1001110 | 110011 |
Color Harmonies of #E3A021
Complementary color
Monochromatic Colors of #E3A021
Black with #E3A021
Text Example
Text Example
White with #E3A021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A021; }
p { color: rgb(227,160,33); }
H1.HeaderClassName
{
color: #E3A021;
}
.AnyTagClassName
{
color: #E3A021;
}
</style>
background-color css
<style>
a { background-color: #E3A021; }
a { background-color: rgb(227,160,33); }
div.DivClassName
{
background-color: #E3A021;
}
.BgClassName
{
background-color: #E3A021;
}
</style>
border-color css
<style>
span { border-color: #E3A021; }
span { border-color: rgb(227,160,33); }
td.TdClassName
{
border-color: #E3A021;
}
.TagClassName
{
border-color: #E3A021;
}
</style>