Shades of Galliano #E6A128
Tints of Galliano #E6A128
RGB
CMYK
RGB Variations
Color information
#E6A128 (or 0xE6A128) is known color: Galliano. HEX triplet: E6, A1 and 28. RGB value is (230,161,40). Sum of RGB (Red+Green+Blue) = 230+161+40=431 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.36% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A128 is #195ED7. Grayscale: #A8A8A8. Windows color (decimal): -1662680 or 2662886. OLE color: 2662886.
HSL color Cylindrical-coordinate representation of color #E6A128: hue angle of 38.21º 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 #E6A128 is Cyan = 0, Magento = 0.3, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 40 | - |
| CMYK | 0 | 0.3 | 0.83 | 0.10 |
| HSL | 38.21º | 0.79% | 0.53% | - |
| HSV(B) | 38.21º | 0.83% | 0.9% | - |
| XYZ | 45.76 | 42.47 | 7.79 | - |
| YUV | 167.84 | 55.86 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 40 | 0 | 0.3 | 0.83 | 0.10 | 38.21 | 0.79 | 0.53 |
| Hex | E6 | A1 | 28 | 0 | 1E | 53 | A | 26 | 4F | 35 |
| Octal | 346 | 241 | 50 | 0 | 36 | 123 | 12 | 46 | 117 | 65 |
| Binary | 11100110 | 10100001 | 101000 | 0 | 11110 | 1010011 | 1010 | 100110 | 1001111 | 110101 |
Color Harmonies of #E6A128
Complementary color
Monochromatic Colors of #E6A128
Black with #E6A128
Text Example
Text Example
White with #E6A128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A128; }
p { color: rgb(230,161,40); }
H1.HeaderClassName
{
color: #E6A128;
}
.AnyTagClassName
{
color: #E6A128;
}
</style>
background-color css
<style>
a { background-color: #E6A128; }
a { background-color: rgb(230,161,40); }
div.DivClassName
{
background-color: #E6A128;
}
.BgClassName
{
background-color: #E6A128;
}
</style>
border-color css
<style>
span { border-color: #E6A128; }
span { border-color: rgb(230,161,40); }
td.TdClassName
{
border-color: #E6A128;
}
.TagClassName
{
border-color: #E6A128;
}
</style>