Shades of Galliano #E7A327
Tints of Galliano #E7A327
RGB
CMYK
RGB Variations
Color information
#E7A327 (or 0xE7A327) is known color: Galliano. HEX triplet: E7, A3 and 27. RGB value is (231,163,39). Sum of RGB (Red+Green+Blue) = 231+163+39=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 39 (15.62% from 255 or 9.01% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A327 is #185CD8. Grayscale: #A9A9A9. Windows color (decimal): -1596633 or 2597863. OLE color: 2597863.
HSL color Cylindrical-coordinate representation of color #E7A327: hue angle of 38.75º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7A327 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 163 | 39 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.09 |
| HSL | 38.75º | 0.8% | 0.53% | - |
| HSV(B) | 38.75º | 0.83% | 0.91% | - |
| XYZ | 46.42 | 43.33 | 7.84 | - |
| YUV | 169.2 | 54.53 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 163 | 39 | 0 | 0.29 | 0.83 | 0.09 | 38.75 | 0.8 | 0.53 |
| Hex | E7 | A3 | 27 | 0 | 1D | 53 | 9 | 27 | 50 | 35 |
| Octal | 347 | 243 | 47 | 0 | 35 | 123 | 11 | 47 | 120 | 65 |
| Binary | 11100111 | 10100011 | 100111 | 0 | 11101 | 1010011 | 1001 | 100111 | 1010000 | 110101 |
Color Harmonies of #E7A327
Complementary color
Monochromatic Colors of #E7A327
Black with #E7A327
Text Example
Text Example
White with #E7A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A327; }
p { color: rgb(231,163,39); }
H1.HeaderClassName
{
color: #E7A327;
}
.AnyTagClassName
{
color: #E7A327;
}
</style>
background-color css
<style>
a { background-color: #E7A327; }
a { background-color: rgb(231,163,39); }
div.DivClassName
{
background-color: #E7A327;
}
.BgClassName
{
background-color: #E7A327;
}
</style>
border-color css
<style>
span { border-color: #E7A327; }
span { border-color: rgb(231,163,39); }
td.TdClassName
{
border-color: #E7A327;
}
.TagClassName
{
border-color: #E7A327;
}
</style>