Shades of Galliano #E1A12B
Tints of Galliano #E1A12B
RGB
CMYK
RGB Variations
Color information
#E1A12B (or 0xE1A12B) is known color: Galliano. HEX triplet: E1, A1 and 2B. RGB value is (225,161,43). Sum of RGB (Red+Green+Blue) = 225+161+43=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 43 (17.19% from 255 or 10.02% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A12B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A12B is #1E5ED4. Grayscale: #A7A7A7. Windows color (decimal): -1990357 or 2859489. OLE color: 2859489.
HSL color Cylindrical-coordinate representation of color #E1A12B: hue angle of 38.9º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1A12B is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 161 | 43 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.12 |
| HSL | 38.9º | 0.75% | 0.53% | - |
| HSV(B) | 38.9º | 0.81% | 0.88% | - |
| XYZ | 44.23 | 41.67 | 8 | - |
| YUV | 166.68 | 58.2 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 161 | 43 | 0 | 0.28 | 0.81 | 0.12 | 38.9 | 0.75 | 0.53 |
| Hex | E1 | A1 | 2B | 0 | 1C | 51 | C | 27 | 4B | 35 |
| Octal | 341 | 241 | 53 | 0 | 34 | 121 | 14 | 47 | 113 | 65 |
| Binary | 11100001 | 10100001 | 101011 | 0 | 11100 | 1010001 | 1100 | 100111 | 1001011 | 110101 |
Color Harmonies of #E1A12B
Complementary color
Monochromatic Colors of #E1A12B
Black with #E1A12B
Text Example
Text Example
White with #E1A12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1A12B; }
p { color: rgb(225,161,43); }
H1.HeaderClassName
{
color: #E1A12B;
}
.AnyTagClassName
{
color: #E1A12B;
}
</style>
background-color css
<style>
a { background-color: #E1A12B; }
a { background-color: rgb(225,161,43); }
div.DivClassName
{
background-color: #E1A12B;
}
.BgClassName
{
background-color: #E1A12B;
}
</style>
border-color css
<style>
span { border-color: #E1A12B; }
span { border-color: rgb(225,161,43); }
td.TdClassName
{
border-color: #E1A12B;
}
.TagClassName
{
border-color: #E1A12B;
}
</style>