Shades of Galliano #E3A622
Tints of Galliano #E3A622
RGB
CMYK
RGB Variations
Color information
#E3A622 (or 0xE3A622) is known color: Galliano. HEX triplet: E3, A6 and 22. RGB value is (227,166,34). Sum of RGB (Red+Green+Blue) = 227+166+34=427 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.16% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 34 (13.67% from 255 or 7.96% from 427); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A622 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A622 is #1C59DD. Grayscale: #A9A9A9. Windows color (decimal): -1858014 or 2270947. OLE color: 2270947.
HSL color Cylindrical-coordinate representation of color #E3A622: hue angle of 41.04º 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 #E3A622 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 166 | 34 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.11 |
| HSL | 41.04º | 0.78% | 0.51% | - |
| HSV(B) | 41.04º | 0.85% | 0.89% | - |
| XYZ | 45.6 | 43.72 | 7.55 | - |
| YUV | 169.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 166 | 34 | 0 | 0.27 | 0.85 | 0.11 | 41.04 | 0.78 | 0.51 |
| Hex | E3 | A6 | 22 | 0 | 1B | 55 | B | 29 | 4E | 33 |
| Octal | 343 | 246 | 42 | 0 | 33 | 125 | 13 | 51 | 116 | 63 |
| Binary | 11100011 | 10100110 | 100010 | 0 | 11011 | 1010101 | 1011 | 101001 | 1001110 | 110011 |
Color Harmonies of #E3A622
Complementary color
Monochromatic Colors of #E3A622
Black with #E3A622
Text Example
Text Example
White with #E3A622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A622; }
p { color: rgb(227,166,34); }
H1.HeaderClassName
{
color: #E3A622;
}
.AnyTagClassName
{
color: #E3A622;
}
</style>
background-color css
<style>
a { background-color: #E3A622; }
a { background-color: rgb(227,166,34); }
div.DivClassName
{
background-color: #E3A622;
}
.BgClassName
{
background-color: #E3A622;
}
</style>
border-color css
<style>
span { border-color: #E3A622; }
span { border-color: rgb(227,166,34); }
td.TdClassName
{
border-color: #E3A622;
}
.TagClassName
{
border-color: #E3A622;
}
</style>