Shades of Galliano #E6A122
Tints of Galliano #E6A122
RGB
CMYK
RGB Variations
Color information
#E6A122 (or 0xE6A122) is known color: Galliano. HEX triplet: E6, A1 and 22. RGB value is (230,161,34). Sum of RGB (Red+Green+Blue) = 230+161+34=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A122 is #195EDD. Grayscale: #A7A7A7. Windows color (decimal): -1662686 or 2269670. OLE color: 2269670.
HSL color Cylindrical-coordinate representation of color #E6A122: hue angle of 38.88º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6A122 is Cyan = 0, Magento = 0.3, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 161 | 34 | - |
| CMYK | 0 | 0.3 | 0.85 | 0.10 |
| HSL | 38.88º | 0.8% | 0.52% | - |
| HSV(B) | 38.88º | 0.85% | 0.9% | - |
| XYZ | 45.67 | 42.43 | 7.3 | - |
| YUV | 167.15 | 52.86 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 161 | 34 | 0 | 0.3 | 0.85 | 0.10 | 38.88 | 0.8 | 0.52 |
| Hex | E6 | A1 | 22 | 0 | 1E | 55 | A | 27 | 50 | 34 |
| Octal | 346 | 241 | 42 | 0 | 36 | 125 | 12 | 47 | 120 | 64 |
| Binary | 11100110 | 10100001 | 100010 | 0 | 11110 | 1010101 | 1010 | 100111 | 1010000 | 110100 |
Color Harmonies of #E6A122
Complementary color
Monochromatic Colors of #E6A122
Black with #E6A122
Text Example
Text Example
White with #E6A122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A122; }
p { color: rgb(230,161,34); }
H1.HeaderClassName
{
color: #E6A122;
}
.AnyTagClassName
{
color: #E6A122;
}
</style>
background-color css
<style>
a { background-color: #E6A122; }
a { background-color: rgb(230,161,34); }
div.DivClassName
{
background-color: #E6A122;
}
.BgClassName
{
background-color: #E6A122;
}
</style>
border-color css
<style>
span { border-color: #E6A122; }
span { border-color: rgb(230,161,34); }
td.TdClassName
{
border-color: #E6A122;
}
.TagClassName
{
border-color: #E6A122;
}
</style>