Shades of Galliano #E0A716
Tints of Galliano #E0A716
RGB
CMYK
RGB Variations
Color information
#E0A716 (or 0xE0A716) is known color: Galliano. HEX triplet: E0, A7 and 16. RGB value is (224,167,22). Sum of RGB (Red+Green+Blue) = 224+167+22=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 167 (65.62% from 255 or 40.44% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0A716 is #1F58E9. Grayscale: #A8A8A8. Windows color (decimal): -2054378 or 1484768. OLE color: 1484768.
HSL color Cylindrical-coordinate representation of color #E0A716: hue angle of 43.07º 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 #E0A716 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 167 | 22 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.12 |
| HSL | 43.07º | 0.82% | 0.48% | - |
| HSV(B) | 43.07º | 0.9% | 0.88% | - |
| XYZ | 44.7 | 43.54 | 6.81 | - |
| YUV | 167.51 | 45.88 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 167 | 22 | 0 | 0.25 | 0.90 | 0.12 | 43.07 | 0.82 | 0.48 |
| Hex | E0 | A7 | 16 | 0 | 19 | 5A | C | 2B | 52 | 30 |
| Octal | 340 | 247 | 26 | 0 | 31 | 132 | 14 | 53 | 122 | 60 |
| Binary | 11100000 | 10100111 | 10110 | 0 | 11001 | 1011010 | 1100 | 101011 | 1010010 | 110000 |
Color Harmonies of #E0A716
Complementary color
Monochromatic Colors of #E0A716
Black with #E0A716
Text Example
Text Example
White with #E0A716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A716; }
p { color: rgb(224,167,22); }
H1.HeaderClassName
{
color: #E0A716;
}
.AnyTagClassName
{
color: #E0A716;
}
</style>
background-color css
<style>
a { background-color: #E0A716; }
a { background-color: rgb(224,167,22); }
div.DivClassName
{
background-color: #E0A716;
}
.BgClassName
{
background-color: #E0A716;
}
</style>
border-color css
<style>
span { border-color: #E0A716; }
span { border-color: rgb(224,167,22); }
td.TdClassName
{
border-color: #E0A716;
}
.TagClassName
{
border-color: #E0A716;
}
</style>