Shades of Galliano #E3A91D
Tints of Galliano #E3A91D
RGB
CMYK
RGB Variations
Color information
#E3A91D (or 0xE3A91D) is known color: Galliano. HEX triplet: E3, A9 and 1D. RGB value is (227,169,29). Sum of RGB (Red+Green+Blue) = 227+169+29=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 29 (11.72% from 255 or 6.82% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A91D is #1C56E2. Grayscale: #ABABAB. Windows color (decimal): -1857251 or 1944035. OLE color: 1944035.
HSL color Cylindrical-coordinate representation of color #E3A91D: hue angle of 42.42º 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 #E3A91D is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 169 | 29 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.11 |
| HSL | 42.42º | 0.78% | 0.5% | - |
| HSV(B) | 42.42º | 0.87% | 0.89% | - |
| XYZ | 46.09 | 44.8 | 7.38 | - |
| YUV | 170.38 | 48.22 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 169 | 29 | 0 | 0.26 | 0.87 | 0.11 | 42.42 | 0.78 | 0.5 |
| Hex | E3 | A9 | 1D | 0 | 1A | 57 | B | 2A | 4E | 32 |
| Octal | 343 | 251 | 35 | 0 | 32 | 127 | 13 | 52 | 116 | 62 |
| Binary | 11100011 | 10101001 | 11101 | 0 | 11010 | 1010111 | 1011 | 101010 | 1001110 | 110010 |
Color Harmonies of #E3A91D
Complementary color
Monochromatic Colors of #E3A91D
Black with #E3A91D
Text Example
Text Example
White with #E3A91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A91D; }
p { color: rgb(227,169,29); }
H1.HeaderClassName
{
color: #E3A91D;
}
.AnyTagClassName
{
color: #E3A91D;
}
</style>
background-color css
<style>
a { background-color: #E3A91D; }
a { background-color: rgb(227,169,29); }
div.DivClassName
{
background-color: #E3A91D;
}
.BgClassName
{
background-color: #E3A91D;
}
</style>
border-color css
<style>
span { border-color: #E3A91D; }
span { border-color: rgb(227,169,29); }
td.TdClassName
{
border-color: #E3A91D;
}
.TagClassName
{
border-color: #E3A91D;
}
</style>