Shades of Galliano #E0A31F
Tints of Galliano #E0A31F
RGB
CMYK
RGB Variations
Color information
#E0A31F (or 0xE0A31F) is known color: Galliano. HEX triplet: E0, A3 and 1F. RGB value is (224,163,31). Sum of RGB (Red+Green+Blue) = 224+163+31=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0A31F is #1F5CE0. Grayscale: #A6A6A6. Windows color (decimal): -2055393 or 2073568. OLE color: 2073568.
HSL color Cylindrical-coordinate representation of color #E0A31F: hue angle of 41.04º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0A31F is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 163 | 31 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.12 |
| HSL | 41.04º | 0.76% | 0.5% | - |
| HSV(B) | 41.04º | 0.86% | 0.88% | - |
| XYZ | 44.08 | 42.14 | 7.11 | - |
| YUV | 166.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 163 | 31 | 0 | 0.27 | 0.86 | 0.12 | 41.04 | 0.76 | 0.5 |
| Hex | E0 | A3 | 1F | 0 | 1B | 56 | C | 29 | 4C | 32 |
| Octal | 340 | 243 | 37 | 0 | 33 | 126 | 14 | 51 | 114 | 62 |
| Binary | 11100000 | 10100011 | 11111 | 0 | 11011 | 1010110 | 1100 | 101001 | 1001100 | 110010 |
Color Harmonies of #E0A31F
Complementary color
Monochromatic Colors of #E0A31F
Black with #E0A31F
Text Example
Text Example
White with #E0A31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0A31F; }
p { color: rgb(224,163,31); }
H1.HeaderClassName
{
color: #E0A31F;
}
.AnyTagClassName
{
color: #E0A31F;
}
</style>
background-color css
<style>
a { background-color: #E0A31F; }
a { background-color: rgb(224,163,31); }
div.DivClassName
{
background-color: #E0A31F;
}
.BgClassName
{
background-color: #E0A31F;
}
</style>
border-color css
<style>
span { border-color: #E0A31F; }
span { border-color: rgb(224,163,31); }
td.TdClassName
{
border-color: #E0A31F;
}
.TagClassName
{
border-color: #E0A31F;
}
</style>