Shades of Galliano #E3A227
Tints of Galliano #E3A227
RGB
CMYK
RGB Variations
Color information
#E3A227 (or 0xE3A227) is known color: Galliano. HEX triplet: E3, A2 and 27. RGB value is (227,162,39). Sum of RGB (Red+Green+Blue) = 227+162+39=428 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.04% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 39 (15.62% from 255 or 9.11% from 428); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A227 is #1C5DD8. Grayscale: #A7A7A7. Windows color (decimal): -1859033 or 2597603. OLE color: 2597603.
HSL color Cylindrical-coordinate representation of color #E3A227: hue angle of 39.26º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E3A227 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 162 | 39 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.11 |
| HSL | 39.26º | 0.77% | 0.52% | - |
| HSV(B) | 39.26º | 0.83% | 0.89% | - |
| XYZ | 44.97 | 42.32 | 7.72 | - |
| YUV | 167.41 | 55.53 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 162 | 39 | 0 | 0.29 | 0.83 | 0.11 | 39.26 | 0.77 | 0.52 |
| Hex | E3 | A2 | 27 | 0 | 1D | 53 | B | 27 | 4D | 34 |
| Octal | 343 | 242 | 47 | 0 | 35 | 123 | 13 | 47 | 115 | 64 |
| Binary | 11100011 | 10100010 | 100111 | 0 | 11101 | 1010011 | 1011 | 100111 | 1001101 | 110100 |
Color Harmonies of #E3A227
Complementary color
Monochromatic Colors of #E3A227
Black with #E3A227
Text Example
Text Example
White with #E3A227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A227; }
p { color: rgb(227,162,39); }
H1.HeaderClassName
{
color: #E3A227;
}
.AnyTagClassName
{
color: #E3A227;
}
</style>
background-color css
<style>
a { background-color: #E3A227; }
a { background-color: rgb(227,162,39); }
div.DivClassName
{
background-color: #E3A227;
}
.BgClassName
{
background-color: #E3A227;
}
</style>
border-color css
<style>
span { border-color: #E3A227; }
span { border-color: rgb(227,162,39); }
td.TdClassName
{
border-color: #E3A227;
}
.TagClassName
{
border-color: #E3A227;
}
</style>