Shades of Galliano #E1A81C
Tints of Galliano #E1A81C
RGB
CMYK
RGB Variations
Color information
#E1A81C (or 0xE1A81C) is known color: Galliano. HEX triplet: E1, A8 and 1C. RGB value is (225,168,28). Sum of RGB (Red+Green+Blue) = 225+168+28=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A81C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A81C is #1E57E3. Grayscale: #A9A9A9. Windows color (decimal): -1988580 or 1878241. OLE color: 1878241.
HSL color Cylindrical-coordinate representation of color #E1A81C: hue angle of 42.64º 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 #E1A81C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 168 | 28 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.12 |
| HSL | 42.64º | 0.78% | 0.5% | - |
| HSV(B) | 42.64º | 0.88% | 0.88% | - |
| XYZ | 45.26 | 44.1 | 7.22 | - |
| YUV | 169.08 | 48.38 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 168 | 28 | 0 | 0.25 | 0.88 | 0.12 | 42.64 | 0.78 | 0.5 |
| Hex | E1 | A8 | 1C | 0 | 19 | 58 | C | 2B | 4E | 32 |
| Octal | 341 | 250 | 34 | 0 | 31 | 130 | 14 | 53 | 116 | 62 |
| Binary | 11100001 | 10101000 | 11100 | 0 | 11001 | 1011000 | 1100 | 101011 | 1001110 | 110010 |
Color Harmonies of #E1A81C
Complementary color
Monochromatic Colors of #E1A81C
Black with #E1A81C
Text Example
Text Example
White with #E1A81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A81C; }
p { color: rgb(225,168,28); }
H1.HeaderClassName
{
color: #E1A81C;
}
.AnyTagClassName
{
color: #E1A81C;
}
</style>
background-color css
<style>
a { background-color: #E1A81C; }
a { background-color: rgb(225,168,28); }
div.DivClassName
{
background-color: #E1A81C;
}
.BgClassName
{
background-color: #E1A81C;
}
</style>
border-color css
<style>
span { border-color: #E1A81C; }
span { border-color: rgb(225,168,28); }
td.TdClassName
{
border-color: #E1A81C;
}
.TagClassName
{
border-color: #E1A81C;
}
</style>