Shades of Galliano #E1A128
Tints of Galliano #E1A128
RGB
CMYK
RGB Variations
Color information
#E1A128 (or 0xE1A128) is known color: Galliano. HEX triplet: E1, A1 and 28. RGB value is (225,161,40). Sum of RGB (Red+Green+Blue) = 225+161+40=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A128 is #1E5ED7. Grayscale: #A6A6A6. Windows color (decimal): -1990360 or 2662881. OLE color: 2662881.
HSL color Cylindrical-coordinate representation of color #E1A128: hue angle of 39.24º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1A128 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 161 | 40 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.12 |
| HSL | 39.24º | 0.76% | 0.52% | - |
| HSV(B) | 39.24º | 0.82% | 0.88% | - |
| XYZ | 44.18 | 41.65 | 7.72 | - |
| YUV | 166.34 | 56.7 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 161 | 40 | 0 | 0.28 | 0.82 | 0.12 | 39.24 | 0.76 | 0.52 |
| Hex | E1 | A1 | 28 | 0 | 1C | 52 | C | 27 | 4C | 34 |
| Octal | 341 | 241 | 50 | 0 | 34 | 122 | 14 | 47 | 114 | 64 |
| Binary | 11100001 | 10100001 | 101000 | 0 | 11100 | 1010010 | 1100 | 100111 | 1001100 | 110100 |
Color Harmonies of #E1A128
Complementary color
Monochromatic Colors of #E1A128
Black with #E1A128
Text Example
Text Example
White with #E1A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A128; }
p { color: rgb(225,161,40); }
H1.HeaderClassName
{
color: #E1A128;
}
.AnyTagClassName
{
color: #E1A128;
}
</style>
background-color css
<style>
a { background-color: #E1A128; }
a { background-color: rgb(225,161,40); }
div.DivClassName
{
background-color: #E1A128;
}
.BgClassName
{
background-color: #E1A128;
}
</style>
border-color css
<style>
span { border-color: #E1A128; }
span { border-color: rgb(225,161,40); }
td.TdClassName
{
border-color: #E1A128;
}
.TagClassName
{
border-color: #E1A128;
}
</style>