Shades of Galliano #E3A41E
Tints of Galliano #E3A41E
RGB
CMYK
RGB Variations
Color information
#E3A41E (or 0xE3A41E) is known color: Galliano. HEX triplet: E3, A4 and 1E. RGB value is (227,164,30). Sum of RGB (Red+Green+Blue) = 227+164+30=421 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.92% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A41E is #1C5BE1. Grayscale: #A8A8A8. Windows color (decimal): -1858530 or 2008291. OLE color: 2008291.
HSL color Cylindrical-coordinate representation of color #E3A41E: hue angle of 40.81º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3A41E is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 164 | 30 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.11 |
| HSL | 40.81º | 0.78% | 0.5% | - |
| HSV(B) | 40.81º | 0.87% | 0.89% | - |
| XYZ | 45.19 | 42.98 | 7.14 | - |
| YUV | 167.56 | 50.37 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 164 | 30 | 0 | 0.28 | 0.87 | 0.11 | 40.81 | 0.78 | 0.5 |
| Hex | E3 | A4 | 1E | 0 | 1C | 57 | B | 29 | 4E | 32 |
| Octal | 343 | 244 | 36 | 0 | 34 | 127 | 13 | 51 | 116 | 62 |
| Binary | 11100011 | 10100100 | 11110 | 0 | 11100 | 1010111 | 1011 | 101001 | 1001110 | 110010 |
Color Harmonies of #E3A41E
Complementary color
Monochromatic Colors of #E3A41E
Black with #E3A41E
Text Example
Text Example
White with #E3A41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A41E; }
p { color: rgb(227,164,30); }
H1.HeaderClassName
{
color: #E3A41E;
}
.AnyTagClassName
{
color: #E3A41E;
}
</style>
background-color css
<style>
a { background-color: #E3A41E; }
a { background-color: rgb(227,164,30); }
div.DivClassName
{
background-color: #E3A41E;
}
.BgClassName
{
background-color: #E3A41E;
}
</style>
border-color css
<style>
span { border-color: #E3A41E; }
span { border-color: rgb(227,164,30); }
td.TdClassName
{
border-color: #E3A41E;
}
.TagClassName
{
border-color: #E3A41E;
}
</style>