Shades of Galliano #E5A61C
Tints of Galliano #E5A61C
RGB
CMYK
RGB Variations
Color information
#E5A61C (or 0xE5A61C) is known color: Galliano. HEX triplet: E5, A6 and 1C. RGB value is (229,166,28). Sum of RGB (Red+Green+Blue) = 229+166+28=423 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.14% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A61C is #1A59E3. Grayscale: #A9A9A9. Windows color (decimal): -1726948 or 1877733. OLE color: 1877733.
HSL color Cylindrical-coordinate representation of color #E5A61C: hue angle of 41.19º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5A61C is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 166 | 28 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.10 |
| HSL | 41.19º | 0.79% | 0.5% | - |
| HSV(B) | 41.19º | 0.88% | 0.9% | - |
| XYZ | 46.16 | 44.01 | 7.16 | - |
| YUV | 169.11 | 48.37 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 166 | 28 | 0 | 0.28 | 0.88 | 0.10 | 41.19 | 0.79 | 0.5 |
| Hex | E5 | A6 | 1C | 0 | 1C | 58 | A | 29 | 4F | 32 |
| Octal | 345 | 246 | 34 | 0 | 34 | 130 | 12 | 51 | 117 | 62 |
| Binary | 11100101 | 10100110 | 11100 | 0 | 11100 | 1011000 | 1010 | 101001 | 1001111 | 110010 |
Color Harmonies of #E5A61C
Complementary color
Monochromatic Colors of #E5A61C
Black with #E5A61C
Text Example
Text Example
White with #E5A61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5A61C; }
p { color: rgb(229,166,28); }
H1.HeaderClassName
{
color: #E5A61C;
}
.AnyTagClassName
{
color: #E5A61C;
}
</style>
background-color css
<style>
a { background-color: #E5A61C; }
a { background-color: rgb(229,166,28); }
div.DivClassName
{
background-color: #E5A61C;
}
.BgClassName
{
background-color: #E5A61C;
}
</style>
border-color css
<style>
span { border-color: #E5A61C; }
span { border-color: rgb(229,166,28); }
td.TdClassName
{
border-color: #E5A61C;
}
.TagClassName
{
border-color: #E5A61C;
}
</style>