Shades of Galliano #E5A227
Tints of Galliano #E5A227
RGB
CMYK
RGB Variations
Color information
#E5A227 (or 0xE5A227) is known color: Galliano. HEX triplet: E5, A2 and 27. RGB value is (229,162,39). Sum of RGB (Red+Green+Blue) = 229+162+39=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 39 (15.62% from 255 or 9.07% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A227 is #1A5DD8. Grayscale: #A8A8A8. Windows color (decimal): -1727961 or 2597605. OLE color: 2597605.
HSL color Cylindrical-coordinate representation of color #E5A227: hue angle of 38.84º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5A227 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 162 | 39 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.10 |
| HSL | 38.84º | 0.79% | 0.53% | - |
| HSV(B) | 38.84º | 0.83% | 0.9% | - |
| XYZ | 45.6 | 42.65 | 7.75 | - |
| YUV | 168.01 | 55.2 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 162 | 39 | 0 | 0.29 | 0.83 | 0.10 | 38.84 | 0.79 | 0.53 |
| Hex | E5 | A2 | 27 | 0 | 1D | 53 | A | 27 | 4F | 35 |
| Octal | 345 | 242 | 47 | 0 | 35 | 123 | 12 | 47 | 117 | 65 |
| Binary | 11100101 | 10100010 | 100111 | 0 | 11101 | 1010011 | 1010 | 100111 | 1001111 | 110101 |
Color Harmonies of #E5A227
Complementary color
Monochromatic Colors of #E5A227
Black with #E5A227
Text Example
Text Example
White with #E5A227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A227; }
p { color: rgb(229,162,39); }
H1.HeaderClassName
{
color: #E5A227;
}
.AnyTagClassName
{
color: #E5A227;
}
</style>
background-color css
<style>
a { background-color: #E5A227; }
a { background-color: rgb(229,162,39); }
div.DivClassName
{
background-color: #E5A227;
}
.BgClassName
{
background-color: #E5A227;
}
</style>
border-color css
<style>
span { border-color: #E5A227; }
span { border-color: rgb(229,162,39); }
td.TdClassName
{
border-color: #E5A227;
}
.TagClassName
{
border-color: #E5A227;
}
</style>