Shades of Galliano #E0A52F
Tints of Galliano #E0A52F
RGB
CMYK
RGB Variations
Color information
#E0A52F (or 0xE0A52F) is known color: Galliano. HEX triplet: E0, A5 and 2F. RGB value is (224,165,47). Sum of RGB (Red+Green+Blue) = 224+165+47=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A52F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A52F is #1F5AD0. Grayscale: #A9A9A9. Windows color (decimal): -2054865 or 3122656. OLE color: 3122656.
HSL color Cylindrical-coordinate representation of color #E0A52F: hue angle of 40º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0A52F is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 165 | 47 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.12 |
| HSL | 40º | 0.74% | 0.53% | - |
| HSV(B) | 40º | 0.79% | 0.88% | - |
| XYZ | 44.71 | 42.96 | 8.63 | - |
| YUV | 169.19 | 59.05 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 165 | 47 | 0 | 0.26 | 0.79 | 0.12 | 40 | 0.74 | 0.53 |
| Hex | E0 | A5 | 2F | 0 | 1A | 4F | C | 28 | 4A | 35 |
| Octal | 340 | 245 | 57 | 0 | 32 | 117 | 14 | 50 | 112 | 65 |
| Binary | 11100000 | 10100101 | 101111 | 0 | 11010 | 1001111 | 1100 | 101000 | 1001010 | 110101 |
Color Harmonies of #E0A52F
Complementary color
Monochromatic Colors of #E0A52F
Black with #E0A52F
Text Example
Text Example
White with #E0A52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A52F; }
p { color: rgb(224,165,47); }
H1.HeaderClassName
{
color: #E0A52F;
}
.AnyTagClassName
{
color: #E0A52F;
}
</style>
background-color css
<style>
a { background-color: #E0A52F; }
a { background-color: rgb(224,165,47); }
div.DivClassName
{
background-color: #E0A52F;
}
.BgClassName
{
background-color: #E0A52F;
}
</style>
border-color css
<style>
span { border-color: #E0A52F; }
span { border-color: rgb(224,165,47); }
td.TdClassName
{
border-color: #E0A52F;
}
.TagClassName
{
border-color: #E0A52F;
}
</style>