Shades of Gold Tips #E6A92A
Tints of Gold Tips #E6A92A
RGB
CMYK
RGB Variations
Color information
#E6A92A (or 0xE6A92A) is known color: Gold Tips. HEX triplet: E6, A9 and 2A. RGB value is (230,169,42). Sum of RGB (Red+Green+Blue) = 230+169+42=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A92A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A92A is #1956D5. Grayscale: #ADADAD. Windows color (decimal): -1660630 or 2796006. OLE color: 2796006.
HSL color Cylindrical-coordinate representation of color #E6A92A: hue angle of 40.53º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E6A92A is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 169 | 42 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.10 |
| HSL | 40.53º | 0.79% | 0.53% | - |
| HSV(B) | 40.53º | 0.82% | 0.9% | - |
| XYZ | 47.24 | 45.37 | 8.46 | - |
| YUV | 172.76 | 54.21 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 169 | 42 | 0 | 0.27 | 0.82 | 0.10 | 40.53 | 0.79 | 0.53 |
| Hex | E6 | A9 | 2A | 0 | 1B | 52 | A | 29 | 4F | 35 |
| Octal | 346 | 251 | 52 | 0 | 33 | 122 | 12 | 51 | 117 | 65 |
| Binary | 11100110 | 10101001 | 101010 | 0 | 11011 | 1010010 | 1010 | 101001 | 1001111 | 110101 |
Color Harmonies of #E6A92A
Complementary color
Monochromatic Colors of #E6A92A
Black with #E6A92A
Text Example
Text Example
White with #E6A92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A92A; }
p { color: rgb(230,169,42); }
H1.HeaderClassName
{
color: #E6A92A;
}
.AnyTagClassName
{
color: #E6A92A;
}
</style>
background-color css
<style>
a { background-color: #E6A92A; }
a { background-color: rgb(230,169,42); }
div.DivClassName
{
background-color: #E6A92A;
}
.BgClassName
{
background-color: #E6A92A;
}
</style>
border-color css
<style>
span { border-color: #E6A92A; }
span { border-color: rgb(230,169,42); }
td.TdClassName
{
border-color: #E6A92A;
}
.TagClassName
{
border-color: #E6A92A;
}
</style>