Shades of Gold Tips #E6AA2A
Tints of Gold Tips #E6AA2A
RGB
CMYK
RGB Variations
Color information
#E6AA2A (or 0xE6AA2A) is known color: Gold Tips. HEX triplet: E6, AA and 2A. RGB value is (230,170,42). Sum of RGB (Red+Green+Blue) = 230+170+42=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AA2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AA2A is #1955D5. Grayscale: #ADADAD. Windows color (decimal): -1660374 or 2796262. OLE color: 2796262.
HSL color Cylindrical-coordinate representation of color #E6AA2A: hue angle of 40.85º 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 #E6AA2A is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 170 | 42 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.10 |
| HSL | 40.85º | 0.79% | 0.53% | - |
| HSV(B) | 40.85º | 0.82% | 0.9% | - |
| XYZ | 47.43 | 45.74 | 8.52 | - |
| YUV | 173.35 | 53.88 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 170 | 42 | 0 | 0.26 | 0.82 | 0.10 | 40.85 | 0.79 | 0.53 |
| Hex | E6 | AA | 2A | 0 | 1A | 52 | A | 29 | 4F | 35 |
| Octal | 346 | 252 | 52 | 0 | 32 | 122 | 12 | 51 | 117 | 65 |
| Binary | 11100110 | 10101010 | 101010 | 0 | 11010 | 1010010 | 1010 | 101001 | 1001111 | 110101 |
Color Harmonies of #E6AA2A
Complementary color
Monochromatic Colors of #E6AA2A
Black with #E6AA2A
Text Example
Text Example
White with #E6AA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AA2A; }
p { color: rgb(230,170,42); }
H1.HeaderClassName
{
color: #E6AA2A;
}
.AnyTagClassName
{
color: #E6AA2A;
}
</style>
background-color css
<style>
a { background-color: #E6AA2A; }
a { background-color: rgb(230,170,42); }
div.DivClassName
{
background-color: #E6AA2A;
}
.BgClassName
{
background-color: #E6AA2A;
}
</style>
border-color css
<style>
span { border-color: #E6AA2A; }
span { border-color: rgb(230,170,42); }
td.TdClassName
{
border-color: #E6AA2A;
}
.TagClassName
{
border-color: #E6AA2A;
}
</style>