Shades of Galliano #E7A320
Tints of Galliano #E7A320
RGB
CMYK
RGB Variations
Color information
#E7A320 (or 0xE7A320) is known color: Galliano. HEX triplet: E7, A3 and 20. RGB value is (231,163,32). Sum of RGB (Red+Green+Blue) = 231+163+32=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A320 is #185CDF. Grayscale: #A8A8A8. Windows color (decimal): -1596640 or 2139111. OLE color: 2139111.
HSL color Cylindrical-coordinate representation of color #E7A320: hue angle of 39.5º 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 #E7A320 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 32 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.09 |
| HSL | 39.5º | 0.81% | 0.52% | - |
| HSV(B) | 39.5º | 0.86% | 0.91% | - |
| XYZ | 46.31 | 43.29 | 7.28 | - |
| YUV | 168.4 | 51.03 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 32 | 0 | 0.29 | 0.86 | 0.09 | 39.5 | 0.81 | 0.52 |
| Hex | E7 | A3 | 20 | 0 | 1D | 56 | 9 | 27 | 51 | 34 |
| Octal | 347 | 243 | 40 | 0 | 35 | 126 | 11 | 47 | 121 | 64 |
| Binary | 11100111 | 10100011 | 100000 | 0 | 11101 | 1010110 | 1001 | 100111 | 1010001 | 110100 |
Color Harmonies of #E7A320
Complementary color
Monochromatic Colors of #E7A320
Black with #E7A320
Text Example
Text Example
White with #E7A320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A320; }
p { color: rgb(231,163,32); }
H1.HeaderClassName
{
color: #E7A320;
}
.AnyTagClassName
{
color: #E7A320;
}
</style>
background-color css
<style>
a { background-color: #E7A320; }
a { background-color: rgb(231,163,32); }
div.DivClassName
{
background-color: #E7A320;
}
.BgClassName
{
background-color: #E7A320;
}
</style>
border-color css
<style>
span { border-color: #E7A320; }
span { border-color: rgb(231,163,32); }
td.TdClassName
{
border-color: #E7A320;
}
.TagClassName
{
border-color: #E7A320;
}
</style>