Shades of Galliano #E0A924
Tints of Galliano #E0A924
RGB
CMYK
RGB Variations
Color information
#E0A924 (or 0xE0A924) is known color: Galliano. HEX triplet: E0, A9 and 24. RGB value is (224,169,36). Sum of RGB (Red+Green+Blue) = 224+169+36=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 36 (14.45% from 255 or 8.39% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A924 is #1F56DB. Grayscale: #AAAAAA. Windows color (decimal): -2053852 or 2402784. OLE color: 2402784.
HSL color Cylindrical-coordinate representation of color #E0A924: hue angle of 42.45º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0A924 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 169 | 36 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.12 |
| HSL | 42.45º | 0.75% | 0.51% | - |
| HSV(B) | 42.45º | 0.84% | 0.88% | - |
| XYZ | 45.25 | 44.35 | 7.84 | - |
| YUV | 170.28 | 52.22 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 169 | 36 | 0 | 0.25 | 0.84 | 0.12 | 42.45 | 0.75 | 0.51 |
| Hex | E0 | A9 | 24 | 0 | 19 | 54 | C | 2A | 4B | 33 |
| Octal | 340 | 251 | 44 | 0 | 31 | 124 | 14 | 52 | 113 | 63 |
| Binary | 11100000 | 10101001 | 100100 | 0 | 11001 | 1010100 | 1100 | 101010 | 1001011 | 110011 |
Color Harmonies of #E0A924
Complementary color
Monochromatic Colors of #E0A924
Black with #E0A924
Text Example
Text Example
White with #E0A924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A924; }
p { color: rgb(224,169,36); }
H1.HeaderClassName
{
color: #E0A924;
}
.AnyTagClassName
{
color: #E0A924;
}
</style>
background-color css
<style>
a { background-color: #E0A924; }
a { background-color: rgb(224,169,36); }
div.DivClassName
{
background-color: #E0A924;
}
.BgClassName
{
background-color: #E0A924;
}
</style>
border-color css
<style>
span { border-color: #E0A924; }
span { border-color: rgb(224,169,36); }
td.TdClassName
{
border-color: #E0A924;
}
.TagClassName
{
border-color: #E0A924;
}
</style>