Shades of Galliano #E7A520
Tints of Galliano #E7A520
RGB
CMYK
RGB Variations
Color information
#E7A520 (or 0xE7A520) is known color: Galliano. HEX triplet: E7, A5 and 20. RGB value is (231,165,32). Sum of RGB (Red+Green+Blue) = 231+165+32=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A520 is #185ADF. Grayscale: #AAAAAA. Windows color (decimal): -1596128 or 2139623. OLE color: 2139623.
HSL color Cylindrical-coordinate representation of color #E7A520: hue angle of 40.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7A520 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 165 | 32 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.09 |
| HSL | 40.1º | 0.81% | 0.52% | - |
| HSV(B) | 40.1º | 0.86% | 0.91% | - |
| XYZ | 46.67 | 44 | 7.4 | - |
| YUV | 169.57 | 50.37 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 165 | 32 | 0 | 0.29 | 0.86 | 0.09 | 40.1 | 0.81 | 0.52 |
| Hex | E7 | A5 | 20 | 0 | 1D | 56 | 9 | 28 | 51 | 34 |
| Octal | 347 | 245 | 40 | 0 | 35 | 126 | 11 | 50 | 121 | 64 |
| Binary | 11100111 | 10100101 | 100000 | 0 | 11101 | 1010110 | 1001 | 101000 | 1010001 | 110100 |
Color Harmonies of #E7A520
Complementary color
Monochromatic Colors of #E7A520
Black with #E7A520
Text Example
Text Example
White with #E7A520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A520; }
p { color: rgb(231,165,32); }
H1.HeaderClassName
{
color: #E7A520;
}
.AnyTagClassName
{
color: #E7A520;
}
</style>
background-color css
<style>
a { background-color: #E7A520; }
a { background-color: rgb(231,165,32); }
div.DivClassName
{
background-color: #E7A520;
}
.BgClassName
{
background-color: #E7A520;
}
</style>
border-color css
<style>
span { border-color: #E7A520; }
span { border-color: rgb(231,165,32); }
td.TdClassName
{
border-color: #E7A520;
}
.TagClassName
{
border-color: #E7A520;
}
</style>