Shades of Galliano #E0A817
Tints of Galliano #E0A817
RGB
CMYK
RGB Variations
Color information
#E0A817 (or 0xE0A817) is known color: Galliano. HEX triplet: E0, A8 and 17. RGB value is (224,168,23). Sum of RGB (Red+Green+Blue) = 224+168+23=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 23 (9.38% from 255 or 5.54% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A817 is #1F57E8. Grayscale: #A8A8A8. Windows color (decimal): -2054121 or 1550560. OLE color: 1550560.
HSL color Cylindrical-coordinate representation of color #E0A817: hue angle of 43.28º 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 #E0A817 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 168 | 23 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.12 |
| HSL | 43.28º | 0.81% | 0.48% | - |
| HSV(B) | 43.28º | 0.9% | 0.88% | - |
| XYZ | 44.9 | 43.91 | 6.92 | - |
| YUV | 168.21 | 46.05 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 168 | 23 | 0 | 0.25 | 0.90 | 0.12 | 43.28 | 0.81 | 0.48 |
| Hex | E0 | A8 | 17 | 0 | 19 | 5A | C | 2B | 51 | 30 |
| Octal | 340 | 250 | 27 | 0 | 31 | 132 | 14 | 53 | 121 | 60 |
| Binary | 11100000 | 10101000 | 10111 | 0 | 11001 | 1011010 | 1100 | 101011 | 1010001 | 110000 |
Color Harmonies of #E0A817
Complementary color
Monochromatic Colors of #E0A817
Black with #E0A817
Text Example
Text Example
White with #E0A817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A817; }
p { color: rgb(224,168,23); }
H1.HeaderClassName
{
color: #E0A817;
}
.AnyTagClassName
{
color: #E0A817;
}
</style>
background-color css
<style>
a { background-color: #E0A817; }
a { background-color: rgb(224,168,23); }
div.DivClassName
{
background-color: #E0A817;
}
.BgClassName
{
background-color: #E0A817;
}
</style>
border-color css
<style>
span { border-color: #E0A817; }
span { border-color: rgb(224,168,23); }
td.TdClassName
{
border-color: #E0A817;
}
.TagClassName
{
border-color: #E0A817;
}
</style>