Shades of Galliano #E6A327
Tints of Galliano #E6A327
RGB
CMYK
RGB Variations
Color information
#E6A327 (or 0xE6A327) is known color: Galliano. HEX triplet: E6, A3 and 27. RGB value is (230,163,39). Sum of RGB (Red+Green+Blue) = 230+163+39=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A327 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A327 is #195CD8. Grayscale: #A9A9A9. Windows color (decimal): -1662169 or 2597862. OLE color: 2597862.
HSL color Cylindrical-coordinate representation of color #E6A327: hue angle of 38.95º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6A327 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 39 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.10 |
| HSL | 38.95º | 0.79% | 0.53% | - |
| HSV(B) | 38.95º | 0.83% | 0.9% | - |
| XYZ | 46.1 | 43.16 | 7.82 | - |
| YUV | 168.9 | 54.7 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 39 | 0 | 0.29 | 0.83 | 0.10 | 38.95 | 0.79 | 0.53 |
| Hex | E6 | A3 | 27 | 0 | 1D | 53 | A | 27 | 4F | 35 |
| Octal | 346 | 243 | 47 | 0 | 35 | 123 | 12 | 47 | 117 | 65 |
| Binary | 11100110 | 10100011 | 100111 | 0 | 11101 | 1010011 | 1010 | 100111 | 1001111 | 110101 |
Color Harmonies of #E6A327
Complementary color
Monochromatic Colors of #E6A327
Black with #E6A327
Text Example
Text Example
White with #E6A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A327; }
p { color: rgb(230,163,39); }
H1.HeaderClassName
{
color: #E6A327;
}
.AnyTagClassName
{
color: #E6A327;
}
</style>
background-color css
<style>
a { background-color: #E6A327; }
a { background-color: rgb(230,163,39); }
div.DivClassName
{
background-color: #E6A327;
}
.BgClassName
{
background-color: #E6A327;
}
</style>
border-color css
<style>
span { border-color: #E6A327; }
span { border-color: rgb(230,163,39); }
td.TdClassName
{
border-color: #E6A327;
}
.TagClassName
{
border-color: #E6A327;
}
</style>