Shades of Galliano #E0AE15
Tints of Galliano #E0AE15
RGB
CMYK
RGB Variations
Color information
#E0AE15 (or 0xE0AE15) is known color: Galliano. HEX triplet: E0, AE and 15. RGB value is (224,174,21). Sum of RGB (Red+Green+Blue) = 224+174+21=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AE15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0AE15 is #1F51EA. Grayscale: #ACACAC. Windows color (decimal): -2052587 or 1421024. OLE color: 1421024.
HSL color Cylindrical-coordinate representation of color #E0AE15: hue angle of 45.22º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E0AE15 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 174 | 21 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.12 |
| HSL | 45.22º | 0.83% | 0.48% | - |
| HSV(B) | 45.22º | 0.91% | 0.88% | - |
| XYZ | 46.01 | 46.17 | 7.2 | - |
| YUV | 171.51 | 43.07 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 174 | 21 | 0 | 0.22 | 0.91 | 0.12 | 45.22 | 0.83 | 0.48 |
| Hex | E0 | AE | 15 | 0 | 16 | 5B | C | 2D | 53 | 30 |
| Octal | 340 | 256 | 25 | 0 | 26 | 133 | 14 | 55 | 123 | 60 |
| Binary | 11100000 | 10101110 | 10101 | 0 | 10110 | 1011011 | 1100 | 101101 | 1010011 | 110000 |
Color Harmonies of #E0AE15
Complementary color
Monochromatic Colors of #E0AE15
Black with #E0AE15
Text Example
Text Example
White with #E0AE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AE15; }
p { color: rgb(224,174,21); }
H1.HeaderClassName
{
color: #E0AE15;
}
.AnyTagClassName
{
color: #E0AE15;
}
</style>
background-color css
<style>
a { background-color: #E0AE15; }
a { background-color: rgb(224,174,21); }
div.DivClassName
{
background-color: #E0AE15;
}
.BgClassName
{
background-color: #E0AE15;
}
</style>
border-color css
<style>
span { border-color: #E0AE15; }
span { border-color: rgb(224,174,21); }
td.TdClassName
{
border-color: #E0AE15;
}
.TagClassName
{
border-color: #E0AE15;
}
</style>