Shades of Galliano #E1A025
Tints of Galliano #E1A025
RGB
CMYK
RGB Variations
Color information
#E1A025 (or 0xE1A025) is known color: Galliano. HEX triplet: E1, A0 and 25. RGB value is (225,160,37). Sum of RGB (Red+Green+Blue) = 225+160+37=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A025 is #1E5FDA. Grayscale: #A5A5A5. Windows color (decimal): -1990619 or 2466017. OLE color: 2466017.
HSL color Cylindrical-coordinate representation of color #E1A025: hue angle of 39.26º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1A025 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 160 | 37 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.12 |
| HSL | 39.26º | 0.76% | 0.51% | - |
| HSV(B) | 39.26º | 0.84% | 0.88% | - |
| XYZ | 43.96 | 41.28 | 7.4 | - |
| YUV | 165.41 | 55.53 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 160 | 37 | 0 | 0.29 | 0.84 | 0.12 | 39.26 | 0.76 | 0.51 |
| Hex | E1 | A0 | 25 | 0 | 1D | 54 | C | 27 | 4C | 33 |
| Octal | 341 | 240 | 45 | 0 | 35 | 124 | 14 | 47 | 114 | 63 |
| Binary | 11100001 | 10100000 | 100101 | 0 | 11101 | 1010100 | 1100 | 100111 | 1001100 | 110011 |
Color Harmonies of #E1A025
Complementary color
Monochromatic Colors of #E1A025
Black with #E1A025
Text Example
Text Example
White with #E1A025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A025; }
p { color: rgb(225,160,37); }
H1.HeaderClassName
{
color: #E1A025;
}
.AnyTagClassName
{
color: #E1A025;
}
</style>
background-color css
<style>
a { background-color: #E1A025; }
a { background-color: rgb(225,160,37); }
div.DivClassName
{
background-color: #E1A025;
}
.BgClassName
{
background-color: #E1A025;
}
</style>
border-color css
<style>
span { border-color: #E1A025; }
span { border-color: rgb(225,160,37); }
td.TdClassName
{
border-color: #E1A025;
}
.TagClassName
{
border-color: #E1A025;
}
</style>