Shades of Galliano #E1A823
Tints of Galliano #E1A823
RGB
CMYK
RGB Variations
Color information
#E1A823 (or 0xE1A823) is known color: Galliano. HEX triplet: E1, A8 and 23. RGB value is (225,168,35). Sum of RGB (Red+Green+Blue) = 225+168+35=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 35 (14.06% from 255 or 8.18% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A823 is #1E57DC. Grayscale: #AAAAAA. Windows color (decimal): -1988573 or 2336993. OLE color: 2336993.
HSL color Cylindrical-coordinate representation of color #E1A823: hue angle of 42º 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 #E1A823 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 35 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.12 |
| HSL | 42º | 0.76% | 0.51% | - |
| HSV(B) | 42º | 0.84% | 0.88% | - |
| XYZ | 45.36 | 44.13 | 7.72 | - |
| YUV | 169.88 | 51.88 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 35 | 0 | 0.25 | 0.84 | 0.12 | 42 | 0.76 | 0.51 |
| Hex | E1 | A8 | 23 | 0 | 19 | 54 | C | 2A | 4C | 33 |
| Octal | 341 | 250 | 43 | 0 | 31 | 124 | 14 | 52 | 114 | 63 |
| Binary | 11100001 | 10101000 | 100011 | 0 | 11001 | 1010100 | 1100 | 101010 | 1001100 | 110011 |
Color Harmonies of #E1A823
Complementary color
Monochromatic Colors of #E1A823
Black with #E1A823
Text Example
Text Example
White with #E1A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A823; }
p { color: rgb(225,168,35); }
H1.HeaderClassName
{
color: #E1A823;
}
.AnyTagClassName
{
color: #E1A823;
}
</style>
background-color css
<style>
a { background-color: #E1A823; }
a { background-color: rgb(225,168,35); }
div.DivClassName
{
background-color: #E1A823;
}
.BgClassName
{
background-color: #E1A823;
}
</style>
border-color css
<style>
span { border-color: #E1A823; }
span { border-color: rgb(225,168,35); }
td.TdClassName
{
border-color: #E1A823;
}
.TagClassName
{
border-color: #E1A823;
}
</style>