Shades of Galliano #E5A326
Tints of Galliano #E5A326
RGB
CMYK
RGB Variations
Color information
#E5A326 (or 0xE5A326) is known color: Galliano. HEX triplet: E5, A3 and 26. RGB value is (229,163,38). Sum of RGB (Red+Green+Blue) = 229+163+38=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A326 is #1A5CD9. Grayscale: #A9A9A9. Windows color (decimal): -1727706 or 2532325. OLE color: 2532325.
HSL color Cylindrical-coordinate representation of color #E5A326: hue angle of 39.27º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5A326 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 163 | 38 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.10 |
| HSL | 39.27º | 0.79% | 0.52% | - |
| HSV(B) | 39.27º | 0.83% | 0.9% | - |
| XYZ | 45.76 | 42.99 | 7.72 | - |
| YUV | 168.48 | 54.37 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 163 | 38 | 0 | 0.29 | 0.83 | 0.10 | 39.27 | 0.79 | 0.52 |
| Hex | E5 | A3 | 26 | 0 | 1D | 53 | A | 27 | 4F | 34 |
| Octal | 345 | 243 | 46 | 0 | 35 | 123 | 12 | 47 | 117 | 64 |
| Binary | 11100101 | 10100011 | 100110 | 0 | 11101 | 1010011 | 1010 | 100111 | 1001111 | 110100 |
Color Harmonies of #E5A326
Complementary color
Monochromatic Colors of #E5A326
Black with #E5A326
Text Example
Text Example
White with #E5A326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A326; }
p { color: rgb(229,163,38); }
H1.HeaderClassName
{
color: #E5A326;
}
.AnyTagClassName
{
color: #E5A326;
}
</style>
background-color css
<style>
a { background-color: #E5A326; }
a { background-color: rgb(229,163,38); }
div.DivClassName
{
background-color: #E5A326;
}
.BgClassName
{
background-color: #E5A326;
}
</style>
border-color css
<style>
span { border-color: #E5A326; }
span { border-color: rgb(229,163,38); }
td.TdClassName
{
border-color: #E5A326;
}
.TagClassName
{
border-color: #E5A326;
}
</style>