Shades of Gold Tips #E7A81B
Tints of Gold Tips #E7A81B
RGB
CMYK
RGB Variations
Color information
#E7A81B (or 0xE7A81B) is known color: Gold Tips. HEX triplet: E7, A8 and 1B. RGB value is (231,168,27). Sum of RGB (Red+Green+Blue) = 231+168+27=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 27 (10.94% from 255 or 6.34% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A81B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A81B is #1857E4. Grayscale: #ABABAB. Windows color (decimal): -1595365 or 1812711. OLE color: 1812711.
HSL color Cylindrical-coordinate representation of color #E7A81B: hue angle of 41.47º 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 #E7A81B is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 168 | 27 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.09 |
| HSL | 41.47º | 0.81% | 0.51% | - |
| HSV(B) | 41.47º | 0.88% | 0.91% | - |
| XYZ | 47.16 | 45.07 | 7.25 | - |
| YUV | 170.76 | 46.87 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 168 | 27 | 0 | 0.27 | 0.88 | 0.09 | 41.47 | 0.81 | 0.51 |
| Hex | E7 | A8 | 1B | 0 | 1B | 58 | 9 | 29 | 51 | 33 |
| Octal | 347 | 250 | 33 | 0 | 33 | 130 | 11 | 51 | 121 | 63 |
| Binary | 11100111 | 10101000 | 11011 | 0 | 11011 | 1011000 | 1001 | 101001 | 1010001 | 110011 |
Color Harmonies of #E7A81B
Complementary color
Monochromatic Colors of #E7A81B
Black with #E7A81B
Text Example
Text Example
White with #E7A81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A81B; }
p { color: rgb(231,168,27); }
H1.HeaderClassName
{
color: #E7A81B;
}
.AnyTagClassName
{
color: #E7A81B;
}
</style>
background-color css
<style>
a { background-color: #E7A81B; }
a { background-color: rgb(231,168,27); }
div.DivClassName
{
background-color: #E7A81B;
}
.BgClassName
{
background-color: #E7A81B;
}
</style>
border-color css
<style>
span { border-color: #E7A81B; }
span { border-color: rgb(231,168,27); }
td.TdClassName
{
border-color: #E7A81B;
}
.TagClassName
{
border-color: #E7A81B;
}
</style>