Shades of Galliano #E0AD12
Tints of Galliano #E0AD12
RGB
CMYK
RGB Variations
Color information
#E0AD12 (or 0xE0AD12) is known color: Galliano. HEX triplet: E0, AD and 12. RGB value is (224,173,18). Sum of RGB (Red+Green+Blue) = 224+173+18=415 (54% of max value = 765). Red value is 224 (87.89% from 255 or 53.98% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 18 (7.42% from 255 or 4.34% from 415); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AD12 is #1F52ED. Grayscale: #ABABAB. Windows color (decimal): -2052846 or 1224160. OLE color: 1224160.
HSL color Cylindrical-coordinate representation of color #E0AD12: hue angle of 45.15º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E0AD12 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 18 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.12 |
| HSL | 45.15º | 0.85% | 0.47% | - |
| HSV(B) | 45.15º | 0.92% | 0.88% | - |
| XYZ | 45.79 | 45.78 | 6.99 | - |
| YUV | 170.58 | 41.9 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 18 | 0 | 0.23 | 0.92 | 0.12 | 45.15 | 0.85 | 0.47 |
| Hex | E0 | AD | 12 | 0 | 17 | 5C | C | 2D | 55 | 2F |
| Octal | 340 | 255 | 22 | 0 | 27 | 134 | 14 | 55 | 125 | 57 |
| Binary | 11100000 | 10101101 | 10010 | 0 | 10111 | 1011100 | 1100 | 101101 | 1010101 | 101111 |
Color Harmonies of #E0AD12
Complementary color
Monochromatic Colors of #E0AD12
Black with #E0AD12
Text Example
Text Example
White with #E0AD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD12; }
p { color: rgb(224,173,18); }
H1.HeaderClassName
{
color: #E0AD12;
}
.AnyTagClassName
{
color: #E0AD12;
}
</style>
background-color css
<style>
a { background-color: #E0AD12; }
a { background-color: rgb(224,173,18); }
div.DivClassName
{
background-color: #E0AD12;
}
.BgClassName
{
background-color: #E0AD12;
}
</style>
border-color css
<style>
span { border-color: #E0AD12; }
span { border-color: rgb(224,173,18); }
td.TdClassName
{
border-color: #E0AD12;
}
.TagClassName
{
border-color: #E0AD12;
}
</style>