Shades of Galliano #E3A329
Tints of Galliano #E3A329
RGB
CMYK
RGB Variations
Color information
#E3A329 (or 0xE3A329) is known color: Galliano. HEX triplet: E3, A3 and 29. RGB value is (227,163,41). Sum of RGB (Red+Green+Blue) = 227+163+41=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A329 is #1C5CD6. Grayscale: #A8A8A8. Windows color (decimal): -1858775 or 2728931. OLE color: 2728931.
HSL color Cylindrical-coordinate representation of color #E3A329: hue angle of 39.35º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3A329 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 163 | 41 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.11 |
| HSL | 39.35º | 0.77% | 0.53% | - |
| HSV(B) | 39.35º | 0.82% | 0.89% | - |
| XYZ | 45.18 | 42.69 | 7.96 | - |
| YUV | 168.23 | 56.2 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 163 | 41 | 0 | 0.28 | 0.82 | 0.11 | 39.35 | 0.77 | 0.53 |
| Hex | E3 | A3 | 29 | 0 | 1C | 52 | B | 27 | 4D | 35 |
| Octal | 343 | 243 | 51 | 0 | 34 | 122 | 13 | 47 | 115 | 65 |
| Binary | 11100011 | 10100011 | 101001 | 0 | 11100 | 1010010 | 1011 | 100111 | 1001101 | 110101 |
Color Harmonies of #E3A329
Complementary color
Monochromatic Colors of #E3A329
Black with #E3A329
Text Example
Text Example
White with #E3A329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A329; }
p { color: rgb(227,163,41); }
H1.HeaderClassName
{
color: #E3A329;
}
.AnyTagClassName
{
color: #E3A329;
}
</style>
background-color css
<style>
a { background-color: #E3A329; }
a { background-color: rgb(227,163,41); }
div.DivClassName
{
background-color: #E3A329;
}
.BgClassName
{
background-color: #E3A329;
}
</style>
border-color css
<style>
span { border-color: #E3A329; }
span { border-color: rgb(227,163,41); }
td.TdClassName
{
border-color: #E3A329;
}
.TagClassName
{
border-color: #E3A329;
}
</style>