Shades of Gold Tips #E6B71A
Tints of Gold Tips #E6B71A
RGB
CMYK
RGB Variations
Color information
#E6B71A (or 0xE6B71A) is known color: Gold Tips. HEX triplet: E6, B7 and 1A. RGB value is (230,183,26). Sum of RGB (Red+Green+Blue) = 230+183+26=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B71A is #1948E5. Grayscale: #B3B3B3. Windows color (decimal): -1657062 or 1751014. OLE color: 1751014.
HSL color Cylindrical-coordinate representation of color #E6B71A: hue angle of 46.18º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6B71A is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 26 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.10 |
| HSL | 46.18º | 0.8% | 0.5% | - |
| HSV(B) | 46.18º | 0.89% | 0.9% | - |
| XYZ | 49.75 | 50.76 | 8.15 | - |
| YUV | 179.16 | 41.57 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 26 | 0 | 0.20 | 0.89 | 0.10 | 46.18 | 0.8 | 0.5 |
| Hex | E6 | B7 | 1A | 0 | 14 | 59 | A | 2E | 50 | 32 |
| Octal | 346 | 267 | 32 | 0 | 24 | 131 | 12 | 56 | 120 | 62 |
| Binary | 11100110 | 10110111 | 11010 | 0 | 10100 | 1011001 | 1010 | 101110 | 1010000 | 110010 |
Color Harmonies of #E6B71A
Complementary color
Monochromatic Colors of #E6B71A
Black with #E6B71A
Text Example
Text Example
White with #E6B71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B71A; }
p { color: rgb(230,183,26); }
H1.HeaderClassName
{
color: #E6B71A;
}
.AnyTagClassName
{
color: #E6B71A;
}
</style>
background-color css
<style>
a { background-color: #E6B71A; }
a { background-color: rgb(230,183,26); }
div.DivClassName
{
background-color: #E6B71A;
}
.BgClassName
{
background-color: #E6B71A;
}
</style>
border-color css
<style>
span { border-color: #E6B71A; }
span { border-color: rgb(230,183,26); }
td.TdClassName
{
border-color: #E6B71A;
}
.TagClassName
{
border-color: #E6B71A;
}
</style>