Shades of Galliano #E0AD19
Tints of Galliano #E0AD19
RGB
CMYK
RGB Variations
Color information
#E0AD19 (or 0xE0AD19) is known color: Galliano. HEX triplet: E0, AD and 19. RGB value is (224,173,25). Sum of RGB (Red+Green+Blue) = 224+173+25=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AD19 is #1F52E6. Grayscale: #ACACAC. Windows color (decimal): -2052839 or 1682912. OLE color: 1682912.
HSL color Cylindrical-coordinate representation of color #E0AD19: hue angle of 44.62º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0AD19 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 25 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.12 |
| HSL | 44.62º | 0.8% | 0.49% | - |
| HSV(B) | 44.62º | 0.89% | 0.88% | - |
| XYZ | 45.86 | 45.8 | 7.34 | - |
| YUV | 171.38 | 45.4 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 25 | 0 | 0.23 | 0.89 | 0.12 | 44.62 | 0.8 | 0.49 |
| Hex | E0 | AD | 19 | 0 | 17 | 59 | C | 2D | 50 | 31 |
| Octal | 340 | 255 | 31 | 0 | 27 | 131 | 14 | 55 | 120 | 61 |
| Binary | 11100000 | 10101101 | 11001 | 0 | 10111 | 1011001 | 1100 | 101101 | 1010000 | 110001 |
Color Harmonies of #E0AD19
Complementary color
Monochromatic Colors of #E0AD19
Black with #E0AD19
Text Example
Text Example
White with #E0AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD19; }
p { color: rgb(224,173,25); }
H1.HeaderClassName
{
color: #E0AD19;
}
.AnyTagClassName
{
color: #E0AD19;
}
</style>
background-color css
<style>
a { background-color: #E0AD19; }
a { background-color: rgb(224,173,25); }
div.DivClassName
{
background-color: #E0AD19;
}
.BgClassName
{
background-color: #E0AD19;
}
</style>
border-color css
<style>
span { border-color: #E0AD19; }
span { border-color: rgb(224,173,25); }
td.TdClassName
{
border-color: #E0AD19;
}
.TagClassName
{
border-color: #E0AD19;
}
</style>