Shades of Galliano #E0A917
Tints of Galliano #E0A917
RGB
CMYK
RGB Variations
Color information
#E0A917 (or 0xE0A917) is known color: Galliano. HEX triplet: E0, A9 and 17. RGB value is (224,169,23). Sum of RGB (Red+Green+Blue) = 224+169+23=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A917 is #1F56E8. Grayscale: #A9A9A9. Windows color (decimal): -2053865 or 1550816. OLE color: 1550816.
HSL color Cylindrical-coordinate representation of color #E0A917: hue angle of 43.58º degrees, saturation: 0.81, 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 #E0A917 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 169 | 23 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.12 |
| HSL | 43.58º | 0.81% | 0.48% | - |
| HSV(B) | 43.58º | 0.9% | 0.88% | - |
| XYZ | 45.08 | 44.29 | 6.98 | - |
| YUV | 168.8 | 45.72 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 169 | 23 | 0 | 0.25 | 0.90 | 0.12 | 43.58 | 0.81 | 0.48 |
| Hex | E0 | A9 | 17 | 0 | 19 | 5A | C | 2C | 51 | 30 |
| Octal | 340 | 251 | 27 | 0 | 31 | 132 | 14 | 54 | 121 | 60 |
| Binary | 11100000 | 10101001 | 10111 | 0 | 11001 | 1011010 | 1100 | 101100 | 1010001 | 110000 |
Color Harmonies of #E0A917
Complementary color
Monochromatic Colors of #E0A917
Black with #E0A917
Text Example
Text Example
White with #E0A917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A917; }
p { color: rgb(224,169,23); }
H1.HeaderClassName
{
color: #E0A917;
}
.AnyTagClassName
{
color: #E0A917;
}
</style>
background-color css
<style>
a { background-color: #E0A917; }
a { background-color: rgb(224,169,23); }
div.DivClassName
{
background-color: #E0A917;
}
.BgClassName
{
background-color: #E0A917;
}
</style>
border-color css
<style>
span { border-color: #E0A917; }
span { border-color: rgb(224,169,23); }
td.TdClassName
{
border-color: #E0A917;
}
.TagClassName
{
border-color: #E0A917;
}
</style>