Shades of Galliano #E6A025
Tints of Galliano #E6A025
RGB
CMYK
RGB Variations
Color information
#E6A025 (or 0xE6A025) is known color: Galliano. HEX triplet: E6, A0 and 25. RGB value is (230,160,37). Sum of RGB (Red+Green+Blue) = 230+160+37=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 37 (14.84% from 255 or 8.67% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A025 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A025 is #195FDA. Grayscale: #A7A7A7. Windows color (decimal): -1662939 or 2466022. OLE color: 2466022.
HSL color Cylindrical-coordinate representation of color #E6A025: hue angle of 38.24º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E6A025 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 160 | 37 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.10 |
| HSL | 38.24º | 0.79% | 0.52% | - |
| HSV(B) | 38.24º | 0.84% | 0.9% | - |
| XYZ | 45.54 | 42.1 | 7.48 | - |
| YUV | 166.91 | 54.69 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 160 | 37 | 0 | 0.30 | 0.84 | 0.10 | 38.24 | 0.79 | 0.52 |
| Hex | E6 | A0 | 25 | 0 | 1E | 54 | A | 26 | 4F | 34 |
| Octal | 346 | 240 | 45 | 0 | 36 | 124 | 12 | 46 | 117 | 64 |
| Binary | 11100110 | 10100000 | 100101 | 0 | 11110 | 1010100 | 1010 | 100110 | 1001111 | 110100 |
Color Harmonies of #E6A025
Complementary color
Monochromatic Colors of #E6A025
Black with #E6A025
Text Example
Text Example
White with #E6A025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A025; }
p { color: rgb(230,160,37); }
H1.HeaderClassName
{
color: #E6A025;
}
.AnyTagClassName
{
color: #E6A025;
}
</style>
background-color css
<style>
a { background-color: #E6A025; }
a { background-color: rgb(230,160,37); }
div.DivClassName
{
background-color: #E6A025;
}
.BgClassName
{
background-color: #E6A025;
}
</style>
border-color css
<style>
span { border-color: #E6A025; }
span { border-color: rgb(230,160,37); }
td.TdClassName
{
border-color: #E6A025;
}
.TagClassName
{
border-color: #E6A025;
}
</style>