Shades of Galliano #E7A71C
Tints of Galliano #E7A71C
RGB
CMYK
RGB Variations
Color information
#E7A71C (or 0xE7A71C) is known color: Galliano. HEX triplet: E7, A7 and 1C. RGB value is (231,167,28). Sum of RGB (Red+Green+Blue) = 231+167+28=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A71C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A71C is #1858E3. Grayscale: #AAAAAA. Windows color (decimal): -1595620 or 1877991. OLE color: 1877991.
HSL color Cylindrical-coordinate representation of color #E7A71C: hue angle of 41.08º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7A71C is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 167 | 28 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.09 |
| HSL | 41.08º | 0.81% | 0.51% | - |
| HSV(B) | 41.08º | 0.88% | 0.91% | - |
| XYZ | 46.98 | 44.71 | 7.25 | - |
| YUV | 170.29 | 47.7 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 167 | 28 | 0 | 0.28 | 0.88 | 0.09 | 41.08 | 0.81 | 0.51 |
| Hex | E7 | A7 | 1C | 0 | 1C | 58 | 9 | 29 | 51 | 33 |
| Octal | 347 | 247 | 34 | 0 | 34 | 130 | 11 | 51 | 121 | 63 |
| Binary | 11100111 | 10100111 | 11100 | 0 | 11100 | 1011000 | 1001 | 101001 | 1010001 | 110011 |
Color Harmonies of #E7A71C
Complementary color
Monochromatic Colors of #E7A71C
Black with #E7A71C
Text Example
Text Example
White with #E7A71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A71C; }
p { color: rgb(231,167,28); }
H1.HeaderClassName
{
color: #E7A71C;
}
.AnyTagClassName
{
color: #E7A71C;
}
</style>
background-color css
<style>
a { background-color: #E7A71C; }
a { background-color: rgb(231,167,28); }
div.DivClassName
{
background-color: #E7A71C;
}
.BgClassName
{
background-color: #E7A71C;
}
</style>
border-color css
<style>
span { border-color: #E7A71C; }
span { border-color: rgb(231,167,28); }
td.TdClassName
{
border-color: #E7A71C;
}
.TagClassName
{
border-color: #E7A71C;
}
</style>