Shades of Gold Tips #E6B820
Tints of Gold Tips #E6B820
RGB
CMYK
RGB Variations
Color information
#E6B820 (or 0xE6B820) is known color: Gold Tips. HEX triplet: E6, B8 and 20. RGB value is (230,184,32). Sum of RGB (Red+Green+Blue) = 230+184+32=446 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.57% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B820 is #1947DF. Grayscale: #B5B5B5. Windows color (decimal): -1656800 or 2144486. OLE color: 2144486.
HSL color Cylindrical-coordinate representation of color #E6B820: hue angle of 46.06º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6B820 is Cyan = 0, Magento = 0.2, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 32 | - |
| CMYK | 0 | 0.2 | 0.86 | 0.10 |
| HSL | 46.06º | 0.8% | 0.51% | - |
| HSV(B) | 46.06º | 0.86% | 0.9% | - |
| XYZ | 50.03 | 51.21 | 8.61 | - |
| YUV | 180.43 | 44.24 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 32 | 0 | 0.2 | 0.86 | 0.10 | 46.06 | 0.8 | 0.51 |
| Hex | E6 | B8 | 20 | 0 | 14 | 56 | A | 2E | 50 | 33 |
| Octal | 346 | 270 | 40 | 0 | 24 | 126 | 12 | 56 | 120 | 63 |
| Binary | 11100110 | 10111000 | 100000 | 0 | 10100 | 1010110 | 1010 | 101110 | 1010000 | 110011 |
Color Harmonies of #E6B820
Complementary color
Monochromatic Colors of #E6B820
Black with #E6B820
Text Example
Text Example
White with #E6B820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B820; }
p { color: rgb(230,184,32); }
H1.HeaderClassName
{
color: #E6B820;
}
.AnyTagClassName
{
color: #E6B820;
}
</style>
background-color css
<style>
a { background-color: #E6B820; }
a { background-color: rgb(230,184,32); }
div.DivClassName
{
background-color: #E6B820;
}
.BgClassName
{
background-color: #E6B820;
}
</style>
border-color css
<style>
span { border-color: #E6B820; }
span { border-color: rgb(230,184,32); }
td.TdClassName
{
border-color: #E6B820;
}
.TagClassName
{
border-color: #E6B820;
}
</style>