Shades of Galliano #E3A21E
Tints of Galliano #E3A21E
RGB
CMYK
RGB Variations
Color information
#E3A21E (or 0xE3A21E) is known color: Galliano. HEX triplet: E3, A2 and 1E. RGB value is (227,162,30). Sum of RGB (Red+Green+Blue) = 227+162+30=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A21E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A21E is #1C5DE1. Grayscale: #A6A6A6. Windows color (decimal): -1859042 or 2007779. OLE color: 2007779.
HSL color Cylindrical-coordinate representation of color #E3A21E: hue angle of 40.2º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3A21E is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 162 | 30 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.11 |
| HSL | 40.2º | 0.78% | 0.5% | - |
| HSV(B) | 40.2º | 0.87% | 0.89% | - |
| XYZ | 44.83 | 42.27 | 7.02 | - |
| YUV | 166.39 | 51.03 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 162 | 30 | 0 | 0.29 | 0.87 | 0.11 | 40.2 | 0.78 | 0.5 |
| Hex | E3 | A2 | 1E | 0 | 1D | 57 | B | 28 | 4E | 32 |
| Octal | 343 | 242 | 36 | 0 | 35 | 127 | 13 | 50 | 116 | 62 |
| Binary | 11100011 | 10100010 | 11110 | 0 | 11101 | 1010111 | 1011 | 101000 | 1001110 | 110010 |
Color Harmonies of #E3A21E
Complementary color
Monochromatic Colors of #E3A21E
Black with #E3A21E
Text Example
Text Example
White with #E3A21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A21E; }
p { color: rgb(227,162,30); }
H1.HeaderClassName
{
color: #E3A21E;
}
.AnyTagClassName
{
color: #E3A21E;
}
</style>
background-color css
<style>
a { background-color: #E3A21E; }
a { background-color: rgb(227,162,30); }
div.DivClassName
{
background-color: #E3A21E;
}
.BgClassName
{
background-color: #E3A21E;
}
</style>
border-color css
<style>
span { border-color: #E3A21E; }
span { border-color: rgb(227,162,30); }
td.TdClassName
{
border-color: #E3A21E;
}
.TagClassName
{
border-color: #E3A21E;
}
</style>