Shades of Gold Tips #E6B322
Tints of Gold Tips #E6B322
RGB
CMYK
RGB Variations
Color information
#E6B322 (or 0xE6B322) is known color: Gold Tips. HEX triplet: E6, B3 and 22. RGB value is (230,179,34). Sum of RGB (Red+Green+Blue) = 230+179+34=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B322 is #194CDD. Grayscale: #B2B2B2. Windows color (decimal): -1658078 or 2274278. OLE color: 2274278.
HSL color Cylindrical-coordinate representation of color #E6B322: hue angle of 44.39º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E6B322 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 34 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.10 |
| HSL | 44.39º | 0.8% | 0.52% | - |
| HSV(B) | 44.39º | 0.85% | 0.9% | - |
| XYZ | 49.04 | 49.18 | 8.42 | - |
| YUV | 177.72 | 46.9 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 34 | 0 | 0.22 | 0.85 | 0.10 | 44.39 | 0.8 | 0.52 |
| Hex | E6 | B3 | 22 | 0 | 16 | 55 | A | 2C | 50 | 34 |
| Octal | 346 | 263 | 42 | 0 | 26 | 125 | 12 | 54 | 120 | 64 |
| Binary | 11100110 | 10110011 | 100010 | 0 | 10110 | 1010101 | 1010 | 101100 | 1010000 | 110100 |
Color Harmonies of #E6B322
Complementary color
Monochromatic Colors of #E6B322
Black with #E6B322
Text Example
Text Example
White with #E6B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B322; }
p { color: rgb(230,179,34); }
H1.HeaderClassName
{
color: #E6B322;
}
.AnyTagClassName
{
color: #E6B322;
}
</style>
background-color css
<style>
a { background-color: #E6B322; }
a { background-color: rgb(230,179,34); }
div.DivClassName
{
background-color: #E6B322;
}
.BgClassName
{
background-color: #E6B322;
}
</style>
border-color css
<style>
span { border-color: #E6B322; }
span { border-color: rgb(230,179,34); }
td.TdClassName
{
border-color: #E6B322;
}
.TagClassName
{
border-color: #E6B322;
}
</style>