Shades of Gold Tips #E6A42A
Tints of Gold Tips #E6A42A
RGB
CMYK
RGB Variations
Color information
#E6A42A (or 0xE6A42A) is known color: Gold Tips. HEX triplet: E6, A4 and 2A. RGB value is (230,164,42). Sum of RGB (Red+Green+Blue) = 230+164+42=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A42A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A42A is #195BD5. Grayscale: #AAAAAA. Windows color (decimal): -1661910 or 2794726. OLE color: 2794726.
HSL color Cylindrical-coordinate representation of color #E6A42A: hue angle of 38.94º 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 #E6A42A is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 164 | 42 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.10 |
| HSL | 38.94º | 0.79% | 0.53% | - |
| HSV(B) | 38.94º | 0.82% | 0.9% | - |
| XYZ | 46.33 | 43.54 | 8.15 | - |
| YUV | 169.83 | 55.87 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 164 | 42 | 0 | 0.29 | 0.82 | 0.10 | 38.94 | 0.79 | 0.53 |
| Hex | E6 | A4 | 2A | 0 | 1D | 52 | A | 27 | 4F | 35 |
| Octal | 346 | 244 | 52 | 0 | 35 | 122 | 12 | 47 | 117 | 65 |
| Binary | 11100110 | 10100100 | 101010 | 0 | 11101 | 1010010 | 1010 | 100111 | 1001111 | 110101 |
Color Harmonies of #E6A42A
Complementary color
Monochromatic Colors of #E6A42A
Black with #E6A42A
Text Example
Text Example
White with #E6A42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A42A; }
p { color: rgb(230,164,42); }
H1.HeaderClassName
{
color: #E6A42A;
}
.AnyTagClassName
{
color: #E6A42A;
}
</style>
background-color css
<style>
a { background-color: #E6A42A; }
a { background-color: rgb(230,164,42); }
div.DivClassName
{
background-color: #E6A42A;
}
.BgClassName
{
background-color: #E6A42A;
}
</style>
border-color css
<style>
span { border-color: #E6A42A; }
span { border-color: rgb(230,164,42); }
td.TdClassName
{
border-color: #E6A42A;
}
.TagClassName
{
border-color: #E6A42A;
}
</style>