Shades of Galliano #E1A528
Tints of Galliano #E1A528
RGB
CMYK
RGB Variations
Color information
#E1A528 (or 0xE1A528) is known color: Galliano. HEX triplet: E1, A5 and 28. RGB value is (225,165,40). Sum of RGB (Red+Green+Blue) = 225+165+40=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A528 is #1E5AD7. Grayscale: #A9A9A9. Windows color (decimal): -1989336 or 2663905. OLE color: 2663905.
HSL color Cylindrical-coordinate representation of color #E1A528: hue angle of 40.54º 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 #E1A528 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 165 | 40 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.12 |
| HSL | 40.54º | 0.76% | 0.52% | - |
| HSV(B) | 40.54º | 0.82% | 0.88% | - |
| XYZ | 44.89 | 43.07 | 7.96 | - |
| YUV | 168.69 | 55.38 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 165 | 40 | 0 | 0.27 | 0.82 | 0.12 | 40.54 | 0.76 | 0.52 |
| Hex | E1 | A5 | 28 | 0 | 1B | 52 | C | 29 | 4C | 34 |
| Octal | 341 | 245 | 50 | 0 | 33 | 122 | 14 | 51 | 114 | 64 |
| Binary | 11100001 | 10100101 | 101000 | 0 | 11011 | 1010010 | 1100 | 101001 | 1001100 | 110100 |
Color Harmonies of #E1A528
Complementary color
Monochromatic Colors of #E1A528
Black with #E1A528
Text Example
Text Example
White with #E1A528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A528; }
p { color: rgb(225,165,40); }
H1.HeaderClassName
{
color: #E1A528;
}
.AnyTagClassName
{
color: #E1A528;
}
</style>
background-color css
<style>
a { background-color: #E1A528; }
a { background-color: rgb(225,165,40); }
div.DivClassName
{
background-color: #E1A528;
}
.BgClassName
{
background-color: #E1A528;
}
</style>
border-color css
<style>
span { border-color: #E1A528; }
span { border-color: rgb(225,165,40); }
td.TdClassName
{
border-color: #E1A528;
}
.TagClassName
{
border-color: #E1A528;
}
</style>