Shades of Gold Tips #E7AE16
Tints of Gold Tips #E7AE16
RGB
CMYK
RGB Variations
Color information
#E7AE16 (or 0xE7AE16) is known color: Gold Tips. HEX triplet: E7, AE and 16. RGB value is (231,174,22). Sum of RGB (Red+Green+Blue) = 231+174+22=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 174 (68.36% from 255 or 40.75% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7AE16 is #1851E9. Grayscale: #AEAEAE. Windows color (decimal): -1593834 or 1486567. OLE color: 1486567.
HSL color Cylindrical-coordinate representation of color #E7AE16: hue angle of 43.64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E7AE16 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 174 | 22 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.09 |
| HSL | 43.64º | 0.83% | 0.5% | - |
| HSV(B) | 43.64º | 0.9% | 0.91% | - |
| XYZ | 48.24 | 47.32 | 7.35 | - |
| YUV | 173.72 | 42.38 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 174 | 22 | 0 | 0.25 | 0.90 | 0.09 | 43.64 | 0.83 | 0.5 |
| Hex | E7 | AE | 16 | 0 | 19 | 5A | 9 | 2C | 53 | 32 |
| Octal | 347 | 256 | 26 | 0 | 31 | 132 | 11 | 54 | 123 | 62 |
| Binary | 11100111 | 10101110 | 10110 | 0 | 11001 | 1011010 | 1001 | 101100 | 1010011 | 110010 |
Color Harmonies of #E7AE16
Complementary color
Monochromatic Colors of #E7AE16
Black with #E7AE16
Text Example
Text Example
White with #E7AE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AE16; }
p { color: rgb(231,174,22); }
H1.HeaderClassName
{
color: #E7AE16;
}
.AnyTagClassName
{
color: #E7AE16;
}
</style>
background-color css
<style>
a { background-color: #E7AE16; }
a { background-color: rgb(231,174,22); }
div.DivClassName
{
background-color: #E7AE16;
}
.BgClassName
{
background-color: #E7AE16;
}
</style>
border-color css
<style>
span { border-color: #E7AE16; }
span { border-color: rgb(231,174,22); }
td.TdClassName
{
border-color: #E7AE16;
}
.TagClassName
{
border-color: #E7AE16;
}
</style>