Shades of Galliano #E1A223
Tints of Galliano #E1A223
RGB
CMYK
RGB Variations
Color information
#E1A223 (or 0xE1A223) is known color: Galliano. HEX triplet: E1, A2 and 23. RGB value is (225,162,35). Sum of RGB (Red+Green+Blue) = 225+162+35=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A223 is #1E5DDC. Grayscale: #A6A6A6. Windows color (decimal): -1990109 or 2335457. OLE color: 2335457.
HSL color Cylindrical-coordinate representation of color #E1A223: hue angle of 40.11º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1A223 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 162 | 35 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.12 |
| HSL | 40.11º | 0.76% | 0.51% | - |
| HSV(B) | 40.11º | 0.84% | 0.88% | - |
| XYZ | 44.28 | 41.97 | 7.36 | - |
| YUV | 166.36 | 53.87 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 162 | 35 | 0 | 0.28 | 0.84 | 0.12 | 40.11 | 0.76 | 0.51 |
| Hex | E1 | A2 | 23 | 0 | 1C | 54 | C | 28 | 4C | 33 |
| Octal | 341 | 242 | 43 | 0 | 34 | 124 | 14 | 50 | 114 | 63 |
| Binary | 11100001 | 10100010 | 100011 | 0 | 11100 | 1010100 | 1100 | 101000 | 1001100 | 110011 |
Color Harmonies of #E1A223
Complementary color
Monochromatic Colors of #E1A223
Black with #E1A223
Text Example
Text Example
White with #E1A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A223; }
p { color: rgb(225,162,35); }
H1.HeaderClassName
{
color: #E1A223;
}
.AnyTagClassName
{
color: #E1A223;
}
</style>
background-color css
<style>
a { background-color: #E1A223; }
a { background-color: rgb(225,162,35); }
div.DivClassName
{
background-color: #E1A223;
}
.BgClassName
{
background-color: #E1A223;
}
</style>
border-color css
<style>
span { border-color: #E1A223; }
span { border-color: rgb(225,162,35); }
td.TdClassName
{
border-color: #E1A223;
}
.TagClassName
{
border-color: #E1A223;
}
</style>