Shades of Galliano #E3A121
Tints of Galliano #E3A121
RGB
CMYK
RGB Variations
Color information
#E3A121 (or 0xE3A121) is known color: Galliano. HEX triplet: E3, A1 and 21. RGB value is (227,161,33). Sum of RGB (Red+Green+Blue) = 227+161+33=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 33 (13.28% from 255 or 7.84% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A121 is #1C5EDE. Grayscale: #A6A6A6. Windows color (decimal): -1859295 or 2204131. OLE color: 2204131.
HSL color Cylindrical-coordinate representation of color #E3A121: hue angle of 39.59º 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 #E3A121 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 161 | 33 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.11 |
| HSL | 39.59º | 0.78% | 0.51% | - |
| HSV(B) | 39.59º | 0.85% | 0.89% | - |
| XYZ | 44.7 | 41.93 | 7.18 | - |
| YUV | 166.14 | 52.87 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 161 | 33 | 0 | 0.29 | 0.85 | 0.11 | 39.59 | 0.78 | 0.51 |
| Hex | E3 | A1 | 21 | 0 | 1D | 55 | B | 28 | 4E | 33 |
| Octal | 343 | 241 | 41 | 0 | 35 | 125 | 13 | 50 | 116 | 63 |
| Binary | 11100011 | 10100001 | 100001 | 0 | 11101 | 1010101 | 1011 | 101000 | 1001110 | 110011 |
Color Harmonies of #E3A121
Complementary color
Monochromatic Colors of #E3A121
Black with #E3A121
Text Example
Text Example
White with #E3A121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A121; }
p { color: rgb(227,161,33); }
H1.HeaderClassName
{
color: #E3A121;
}
.AnyTagClassName
{
color: #E3A121;
}
</style>
background-color css
<style>
a { background-color: #E3A121; }
a { background-color: rgb(227,161,33); }
div.DivClassName
{
background-color: #E3A121;
}
.BgClassName
{
background-color: #E3A121;
}
</style>
border-color css
<style>
span { border-color: #E3A121; }
span { border-color: rgb(227,161,33); }
td.TdClassName
{
border-color: #E3A121;
}
.TagClassName
{
border-color: #E3A121;
}
</style>