Shades of Galliano #E3A61A
Tints of Galliano #E3A61A
RGB
CMYK
RGB Variations
Color information
#E3A61A (or 0xE3A61A) is known color: Galliano. HEX triplet: E3, A6 and 1A. RGB value is (227,166,26). Sum of RGB (Red+Green+Blue) = 227+166+26=419 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.18% from 419); Green value is 166 (65.23% from 255 or 39.62% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A61A is #1C59E5. Grayscale: #A8A8A8. Windows color (decimal): -1858022 or 1746659. OLE color: 1746659.
HSL color Cylindrical-coordinate representation of color #E3A61A: hue angle of 41.79º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E3A61A is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 166 | 26 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.11 |
| HSL | 41.79º | 0.79% | 0.5% | - |
| HSV(B) | 41.79º | 0.89% | 0.89% | - |
| XYZ | 45.5 | 43.68 | 7.01 | - |
| YUV | 168.28 | 47.71 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 166 | 26 | 0 | 0.27 | 0.89 | 0.11 | 41.79 | 0.79 | 0.5 |
| Hex | E3 | A6 | 1A | 0 | 1B | 59 | B | 2A | 4F | 32 |
| Octal | 343 | 246 | 32 | 0 | 33 | 131 | 13 | 52 | 117 | 62 |
| Binary | 11100011 | 10100110 | 11010 | 0 | 11011 | 1011001 | 1011 | 101010 | 1001111 | 110010 |
Color Harmonies of #E3A61A
Complementary color
Monochromatic Colors of #E3A61A
Black with #E3A61A
Text Example
Text Example
White with #E3A61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A61A; }
p { color: rgb(227,166,26); }
H1.HeaderClassName
{
color: #E3A61A;
}
.AnyTagClassName
{
color: #E3A61A;
}
</style>
background-color css
<style>
a { background-color: #E3A61A; }
a { background-color: rgb(227,166,26); }
div.DivClassName
{
background-color: #E3A61A;
}
.BgClassName
{
background-color: #E3A61A;
}
</style>
border-color css
<style>
span { border-color: #E3A61A; }
span { border-color: rgb(227,166,26); }
td.TdClassName
{
border-color: #E3A61A;
}
.TagClassName
{
border-color: #E3A61A;
}
</style>