Shades of Galliano #E1A728
Tints of Galliano #E1A728
RGB
CMYK
RGB Variations
Color information
#E1A728 (or 0xE1A728) is known color: Galliano. HEX triplet: E1, A7 and 28. RGB value is (225,167,40). Sum of RGB (Red+Green+Blue) = 225+167+40=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A728 is #1E58D7. Grayscale: #AAAAAA. Windows color (decimal): -1988824 or 2664417. OLE color: 2664417.
HSL color Cylindrical-coordinate representation of color #E1A728: hue angle of 41.19º 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 #E1A728 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 167 | 40 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.12 |
| HSL | 41.19º | 0.76% | 0.52% | - |
| HSV(B) | 41.19º | 0.82% | 0.88% | - |
| XYZ | 45.25 | 43.8 | 8.08 | - |
| YUV | 169.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 167 | 40 | 0 | 0.26 | 0.82 | 0.12 | 41.19 | 0.76 | 0.52 |
| Hex | E1 | A7 | 28 | 0 | 1A | 52 | C | 29 | 4C | 34 |
| Octal | 341 | 247 | 50 | 0 | 32 | 122 | 14 | 51 | 114 | 64 |
| Binary | 11100001 | 10100111 | 101000 | 0 | 11010 | 1010010 | 1100 | 101001 | 1001100 | 110100 |
Color Harmonies of #E1A728
Complementary color
Monochromatic Colors of #E1A728
Black with #E1A728
Text Example
Text Example
White with #E1A728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A728; }
p { color: rgb(225,167,40); }
H1.HeaderClassName
{
color: #E1A728;
}
.AnyTagClassName
{
color: #E1A728;
}
</style>
background-color css
<style>
a { background-color: #E1A728; }
a { background-color: rgb(225,167,40); }
div.DivClassName
{
background-color: #E1A728;
}
.BgClassName
{
background-color: #E1A728;
}
</style>
border-color css
<style>
span { border-color: #E1A728; }
span { border-color: rgb(225,167,40); }
td.TdClassName
{
border-color: #E1A728;
}
.TagClassName
{
border-color: #E1A728;
}
</style>