Shades of Galliano #E1A31C
Tints of Galliano #E1A31C
RGB
CMYK
RGB Variations
Color information
#E1A31C (or 0xE1A31C) is known color: Galliano. HEX triplet: E1, A3 and 1C. RGB value is (225,163,28). Sum of RGB (Red+Green+Blue) = 225+163+28=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A31C is #1E5CE3. Grayscale: #A6A6A6. Windows color (decimal): -1989860 or 1876961. OLE color: 1876961.
HSL color Cylindrical-coordinate representation of color #E1A31C: hue angle of 41.12º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1A31C is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 163 | 28 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.12 |
| HSL | 41.12º | 0.78% | 0.5% | - |
| HSV(B) | 41.12º | 0.88% | 0.88% | - |
| XYZ | 44.36 | 42.29 | 6.92 | - |
| YUV | 166.15 | 50.04 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 163 | 28 | 0 | 0.28 | 0.88 | 0.12 | 41.12 | 0.78 | 0.5 |
| Hex | E1 | A3 | 1C | 0 | 1C | 58 | C | 29 | 4E | 32 |
| Octal | 341 | 243 | 34 | 0 | 34 | 130 | 14 | 51 | 116 | 62 |
| Binary | 11100001 | 10100011 | 11100 | 0 | 11100 | 1011000 | 1100 | 101001 | 1001110 | 110010 |
Color Harmonies of #E1A31C
Complementary color
Monochromatic Colors of #E1A31C
Black with #E1A31C
Text Example
Text Example
White with #E1A31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A31C; }
p { color: rgb(225,163,28); }
H1.HeaderClassName
{
color: #E1A31C;
}
.AnyTagClassName
{
color: #E1A31C;
}
</style>
background-color css
<style>
a { background-color: #E1A31C; }
a { background-color: rgb(225,163,28); }
div.DivClassName
{
background-color: #E1A31C;
}
.BgClassName
{
background-color: #E1A31C;
}
</style>
border-color css
<style>
span { border-color: #E1A31C; }
span { border-color: rgb(225,163,28); }
td.TdClassName
{
border-color: #E1A31C;
}
.TagClassName
{
border-color: #E1A31C;
}
</style>