Shades of Galliano #E1A816
Tints of Galliano #E1A816
RGB
CMYK
RGB Variations
Color information
#E1A816 (or 0xE1A816) is known color: Galliano. HEX triplet: E1, A8 and 16. RGB value is (225,168,22). Sum of RGB (Red+Green+Blue) = 225+168+22=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 22 (8.98% from 255 or 5.30% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1A816 is #1E57E9. Grayscale: #A9A9A9. Windows color (decimal): -1988586 or 1485025. OLE color: 1485025.
HSL color Cylindrical-coordinate representation of color #E1A816: hue angle of 43.15º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E1A816 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 22 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.12 |
| HSL | 43.15º | 0.82% | 0.48% | - |
| HSV(B) | 43.15º | 0.9% | 0.88% | - |
| XYZ | 45.2 | 44.07 | 6.88 | - |
| YUV | 168.4 | 45.38 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 22 | 0 | 0.25 | 0.90 | 0.12 | 43.15 | 0.82 | 0.48 |
| Hex | E1 | A8 | 16 | 0 | 19 | 5A | C | 2B | 52 | 30 |
| Octal | 341 | 250 | 26 | 0 | 31 | 132 | 14 | 53 | 122 | 60 |
| Binary | 11100001 | 10101000 | 10110 | 0 | 11001 | 1011010 | 1100 | 101011 | 1010010 | 110000 |
Color Harmonies of #E1A816
Complementary color
Monochromatic Colors of #E1A816
Black with #E1A816
Text Example
Text Example
White with #E1A816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A816; }
p { color: rgb(225,168,22); }
H1.HeaderClassName
{
color: #E1A816;
}
.AnyTagClassName
{
color: #E1A816;
}
</style>
background-color css
<style>
a { background-color: #E1A816; }
a { background-color: rgb(225,168,22); }
div.DivClassName
{
background-color: #E1A816;
}
.BgClassName
{
background-color: #E1A816;
}
</style>
border-color css
<style>
span { border-color: #E1A816; }
span { border-color: rgb(225,168,22); }
td.TdClassName
{
border-color: #E1A816;
}
.TagClassName
{
border-color: #E1A816;
}
</style>