Shades of Gold Tips #E6B32E
Tints of Gold Tips #E6B32E
RGB
CMYK
RGB Variations
Color information
#E6B32E (or 0xE6B32E) is known color: Gold Tips. HEX triplet: E6, B3 and 2E. RGB value is (230,179,46). Sum of RGB (Red+Green+Blue) = 230+179+46=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 46 (18.36% from 255 or 10.11% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B32E is #194CD1. Grayscale: #B3B3B3. Windows color (decimal): -1658066 or 3060710. OLE color: 3060710.
HSL color Cylindrical-coordinate representation of color #E6B32E: hue angle of 43.37º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E6B32E is Cyan = 0, Magento = 0.22, Yellow = 0.8 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 46 | - |
| CMYK | 0 | 0.22 | 0.8 | 0.10 |
| HSL | 43.37º | 0.79% | 0.54% | - |
| HSV(B) | 43.37º | 0.8% | 0.9% | - |
| XYZ | 49.25 | 49.26 | 9.5 | - |
| YUV | 179.09 | 52.9 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 46 | 0 | 0.22 | 0.8 | 0.10 | 43.37 | 0.79 | 0.54 |
| Hex | E6 | B3 | 2E | 0 | 16 | 50 | A | 2B | 4F | 36 |
| Octal | 346 | 263 | 56 | 0 | 26 | 120 | 12 | 53 | 117 | 66 |
| Binary | 11100110 | 10110011 | 101110 | 0 | 10110 | 1010000 | 1010 | 101011 | 1001111 | 110110 |
Color Harmonies of #E6B32E
Complementary color
Monochromatic Colors of #E6B32E
Black with #E6B32E
Text Example
Text Example
White with #E6B32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B32E; }
p { color: rgb(230,179,46); }
H1.HeaderClassName
{
color: #E6B32E;
}
.AnyTagClassName
{
color: #E6B32E;
}
</style>
background-color css
<style>
a { background-color: #E6B32E; }
a { background-color: rgb(230,179,46); }
div.DivClassName
{
background-color: #E6B32E;
}
.BgClassName
{
background-color: #E6B32E;
}
</style>
border-color css
<style>
span { border-color: #E6B32E; }
span { border-color: rgb(230,179,46); }
td.TdClassName
{
border-color: #E6B32E;
}
.TagClassName
{
border-color: #E6B32E;
}
</style>