Shades of Galliano #E3A129
Tints of Galliano #E3A129
RGB
CMYK
RGB Variations
Color information
#E3A129 (or 0xE3A129) is known color: Galliano. HEX triplet: E3, A1 and 29. RGB value is (227,161,41). Sum of RGB (Red+Green+Blue) = 227+161+41=429 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.91% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A129 is #1C5ED6. Grayscale: #A7A7A7. Windows color (decimal): -1859287 or 2728419. OLE color: 2728419.
HSL color Cylindrical-coordinate representation of color #E3A129: hue angle of 38.71º 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 #E3A129 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 161 | 41 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.11 |
| HSL | 38.71º | 0.77% | 0.53% | - |
| HSV(B) | 38.71º | 0.82% | 0.89% | - |
| XYZ | 44.82 | 41.98 | 7.84 | - |
| YUV | 167.05 | 56.87 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 161 | 41 | 0 | 0.29 | 0.82 | 0.11 | 38.71 | 0.77 | 0.53 |
| Hex | E3 | A1 | 29 | 0 | 1D | 52 | B | 27 | 4D | 35 |
| Octal | 343 | 241 | 51 | 0 | 35 | 122 | 13 | 47 | 115 | 65 |
| Binary | 11100011 | 10100001 | 101001 | 0 | 11101 | 1010010 | 1011 | 100111 | 1001101 | 110101 |
Color Harmonies of #E3A129
Complementary color
Monochromatic Colors of #E3A129
Black with #E3A129
Text Example
Text Example
White with #E3A129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A129; }
p { color: rgb(227,161,41); }
H1.HeaderClassName
{
color: #E3A129;
}
.AnyTagClassName
{
color: #E3A129;
}
</style>
background-color css
<style>
a { background-color: #E3A129; }
a { background-color: rgb(227,161,41); }
div.DivClassName
{
background-color: #E3A129;
}
.BgClassName
{
background-color: #E3A129;
}
</style>
border-color css
<style>
span { border-color: #E3A129; }
span { border-color: rgb(227,161,41); }
td.TdClassName
{
border-color: #E3A129;
}
.TagClassName
{
border-color: #E3A129;
}
</style>