Shades of Galliano #E7A123
Tints of Galliano #E7A123
RGB
CMYK
RGB Variations
Color information
#E7A123 (or 0xE7A123) is known color: Galliano. HEX triplet: E7, A1 and 23. RGB value is (231,161,35). Sum of RGB (Red+Green+Blue) = 231+161+35=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 35 (14.06% from 255 or 8.20% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A123 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A123 is #185EDC. Grayscale: #A8A8A8. Windows color (decimal): -1597149 or 2335207. OLE color: 2335207.
HSL color Cylindrical-coordinate representation of color #E7A123: hue angle of 38.57º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E7A123 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 161 | 35 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.09 |
| HSL | 38.57º | 0.8% | 0.52% | - |
| HSV(B) | 38.57º | 0.85% | 0.91% | - |
| XYZ | 46 | 42.6 | 7.39 | - |
| YUV | 167.57 | 53.19 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 161 | 35 | 0 | 0.30 | 0.85 | 0.09 | 38.57 | 0.8 | 0.52 |
| Hex | E7 | A1 | 23 | 0 | 1E | 55 | 9 | 27 | 50 | 34 |
| Octal | 347 | 241 | 43 | 0 | 36 | 125 | 11 | 47 | 120 | 64 |
| Binary | 11100111 | 10100001 | 100011 | 0 | 11110 | 1010101 | 1001 | 100111 | 1010000 | 110100 |
Color Harmonies of #E7A123
Complementary color
Monochromatic Colors of #E7A123
Black with #E7A123
Text Example
Text Example
White with #E7A123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A123; }
p { color: rgb(231,161,35); }
H1.HeaderClassName
{
color: #E7A123;
}
.AnyTagClassName
{
color: #E7A123;
}
</style>
background-color css
<style>
a { background-color: #E7A123; }
a { background-color: rgb(231,161,35); }
div.DivClassName
{
background-color: #E7A123;
}
.BgClassName
{
background-color: #E7A123;
}
</style>
border-color css
<style>
span { border-color: #E7A123; }
span { border-color: rgb(231,161,35); }
td.TdClassName
{
border-color: #E7A123;
}
.TagClassName
{
border-color: #E7A123;
}
</style>