Shades of Galliano #E3A21F
Tints of Galliano #E3A21F
RGB
CMYK
RGB Variations
Color information
#E3A21F (or 0xE3A21F) is known color: Galliano. HEX triplet: E3, A2 and 1F. RGB value is (227,162,31). Sum of RGB (Red+Green+Blue) = 227+162+31=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A21F is #1C5DE0. Grayscale: #A7A7A7. Windows color (decimal): -1859041 or 2073315. OLE color: 2073315.
HSL color Cylindrical-coordinate representation of color #E3A21F: hue angle of 40.1º 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 #E3A21F is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 162 | 31 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.11 |
| HSL | 40.1º | 0.78% | 0.51% | - |
| HSV(B) | 40.1º | 0.86% | 0.89% | - |
| XYZ | 44.85 | 42.27 | 7.09 | - |
| YUV | 166.5 | 51.53 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 162 | 31 | 0 | 0.29 | 0.86 | 0.11 | 40.1 | 0.78 | 0.51 |
| Hex | E3 | A2 | 1F | 0 | 1D | 56 | B | 28 | 4E | 33 |
| Octal | 343 | 242 | 37 | 0 | 35 | 126 | 13 | 50 | 116 | 63 |
| Binary | 11100011 | 10100010 | 11111 | 0 | 11101 | 1010110 | 1011 | 101000 | 1001110 | 110011 |
Color Harmonies of #E3A21F
Complementary color
Monochromatic Colors of #E3A21F
Black with #E3A21F
Text Example
Text Example
White with #E3A21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A21F; }
p { color: rgb(227,162,31); }
H1.HeaderClassName
{
color: #E3A21F;
}
.AnyTagClassName
{
color: #E3A21F;
}
</style>
background-color css
<style>
a { background-color: #E3A21F; }
a { background-color: rgb(227,162,31); }
div.DivClassName
{
background-color: #E3A21F;
}
.BgClassName
{
background-color: #E3A21F;
}
</style>
border-color css
<style>
span { border-color: #E3A21F; }
span { border-color: rgb(227,162,31); }
td.TdClassName
{
border-color: #E3A21F;
}
.TagClassName
{
border-color: #E3A21F;
}
</style>