Shades of Galliano #E3A522
Tints of Galliano #E3A522
RGB
CMYK
RGB Variations
Color information
#E3A522 (or 0xE3A522) is known color: Galliano. HEX triplet: E3, A5 and 22. RGB value is (227,165,34). Sum of RGB (Red+Green+Blue) = 227+165+34=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A522 is #1C5ADD. Grayscale: #A9A9A9. Windows color (decimal): -1858270 or 2270691. OLE color: 2270691.
HSL color Cylindrical-coordinate representation of color #E3A522: hue angle of 40.73º 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 #E3A522 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 165 | 34 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.11 |
| HSL | 40.73º | 0.78% | 0.51% | - |
| HSV(B) | 40.73º | 0.85% | 0.89% | - |
| XYZ | 45.42 | 43.36 | 7.49 | - |
| YUV | 168.6 | 52.04 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 165 | 34 | 0 | 0.27 | 0.85 | 0.11 | 40.73 | 0.78 | 0.51 |
| Hex | E3 | A5 | 22 | 0 | 1B | 55 | B | 29 | 4E | 33 |
| Octal | 343 | 245 | 42 | 0 | 33 | 125 | 13 | 51 | 116 | 63 |
| Binary | 11100011 | 10100101 | 100010 | 0 | 11011 | 1010101 | 1011 | 101001 | 1001110 | 110011 |
Color Harmonies of #E3A522
Complementary color
Monochromatic Colors of #E3A522
Black with #E3A522
Text Example
Text Example
White with #E3A522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A522; }
p { color: rgb(227,165,34); }
H1.HeaderClassName
{
color: #E3A522;
}
.AnyTagClassName
{
color: #E3A522;
}
</style>
background-color css
<style>
a { background-color: #E3A522; }
a { background-color: rgb(227,165,34); }
div.DivClassName
{
background-color: #E3A522;
}
.BgClassName
{
background-color: #E3A522;
}
</style>
border-color css
<style>
span { border-color: #E3A522; }
span { border-color: rgb(227,165,34); }
td.TdClassName
{
border-color: #E3A522;
}
.TagClassName
{
border-color: #E3A522;
}
</style>