Shades of Galliano #E0AA24
Tints of Galliano #E0AA24
RGB
CMYK
RGB Variations
Color information
#E0AA24 (or 0xE0AA24) is known color: Galliano. HEX triplet: E0, AA and 24. RGB value is (224,170,36). Sum of RGB (Red+Green+Blue) = 224+170+36=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 36 (14.45% from 255 or 8.37% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AA24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AA24 is #1F55DB. Grayscale: #ABABAB. Windows color (decimal): -2053596 or 2403040. OLE color: 2403040.
HSL color Cylindrical-coordinate representation of color #E0AA24: hue angle of 42.77º 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 #E0AA24 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 170 | 36 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.12 |
| HSL | 42.77º | 0.75% | 0.51% | - |
| HSV(B) | 42.77º | 0.84% | 0.88% | - |
| XYZ | 45.43 | 44.72 | 7.91 | - |
| YUV | 170.87 | 51.89 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 170 | 36 | 0 | 0.24 | 0.84 | 0.12 | 42.77 | 0.75 | 0.51 |
| Hex | E0 | AA | 24 | 0 | 18 | 54 | C | 2B | 4B | 33 |
| Octal | 340 | 252 | 44 | 0 | 30 | 124 | 14 | 53 | 113 | 63 |
| Binary | 11100000 | 10101010 | 100100 | 0 | 11000 | 1010100 | 1100 | 101011 | 1001011 | 110011 |
Color Harmonies of #E0AA24
Complementary color
Monochromatic Colors of #E0AA24
Black with #E0AA24
Text Example
Text Example
White with #E0AA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AA24; }
p { color: rgb(224,170,36); }
H1.HeaderClassName
{
color: #E0AA24;
}
.AnyTagClassName
{
color: #E0AA24;
}
</style>
background-color css
<style>
a { background-color: #E0AA24; }
a { background-color: rgb(224,170,36); }
div.DivClassName
{
background-color: #E0AA24;
}
.BgClassName
{
background-color: #E0AA24;
}
</style>
border-color css
<style>
span { border-color: #E0AA24; }
span { border-color: rgb(224,170,36); }
td.TdClassName
{
border-color: #E0AA24;
}
.TagClassName
{
border-color: #E0AA24;
}
</style>