Shades of Galliano #E0AF16
Tints of Galliano #E0AF16
RGB
CMYK
RGB Variations
Color information
#E0AF16 (or 0xE0AF16) is known color: Galliano. HEX triplet: E0, AF and 16. RGB value is (224,175,22). Sum of RGB (Red+Green+Blue) = 224+175+22=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AF16 is #1F50E9. Grayscale: #ACACAC. Windows color (decimal): -2052330 or 1486816. OLE color: 1486816.
HSL color Cylindrical-coordinate representation of color #E0AF16: hue angle of 45.45º 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 #E0AF16 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 22 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.12 |
| HSL | 45.45º | 0.82% | 0.48% | - |
| HSV(B) | 45.45º | 0.9% | 0.88% | - |
| XYZ | 46.22 | 46.57 | 7.31 | - |
| YUV | 172.21 | 43.23 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 22 | 0 | 0.22 | 0.90 | 0.12 | 45.45 | 0.82 | 0.48 |
| Hex | E0 | AF | 16 | 0 | 16 | 5A | C | 2D | 52 | 30 |
| Octal | 340 | 257 | 26 | 0 | 26 | 132 | 14 | 55 | 122 | 60 |
| Binary | 11100000 | 10101111 | 10110 | 0 | 10110 | 1011010 | 1100 | 101101 | 1010010 | 110000 |
Color Harmonies of #E0AF16
Complementary color
Monochromatic Colors of #E0AF16
Black with #E0AF16
Text Example
Text Example
White with #E0AF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF16; }
p { color: rgb(224,175,22); }
H1.HeaderClassName
{
color: #E0AF16;
}
.AnyTagClassName
{
color: #E0AF16;
}
</style>
background-color css
<style>
a { background-color: #E0AF16; }
a { background-color: rgb(224,175,22); }
div.DivClassName
{
background-color: #E0AF16;
}
.BgClassName
{
background-color: #E0AF16;
}
</style>
border-color css
<style>
span { border-color: #E0AF16; }
span { border-color: rgb(224,175,22); }
td.TdClassName
{
border-color: #E0AF16;
}
.TagClassName
{
border-color: #E0AF16;
}
</style>