Shades of Gold Tips #E6A32C
Tints of Gold Tips #E6A32C
RGB
CMYK
RGB Variations
Color information
#E6A32C (or 0xE6A32C) is known color: Gold Tips. HEX triplet: E6, A3 and 2C. RGB value is (230,163,44). Sum of RGB (Red+Green+Blue) = 230+163+44=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A32C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A32C is #195CD3. Grayscale: #AAAAAA. Windows color (decimal): -1662164 or 2925542. OLE color: 2925542.
HSL color Cylindrical-coordinate representation of color #E6A32C: hue angle of 38.39º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6A32C is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 163 | 44 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.10 |
| HSL | 38.39º | 0.79% | 0.54% | - |
| HSV(B) | 38.39º | 0.81% | 0.9% | - |
| XYZ | 46.18 | 43.2 | 8.29 | - |
| YUV | 169.47 | 57.2 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 163 | 44 | 0 | 0.29 | 0.81 | 0.10 | 38.39 | 0.79 | 0.54 |
| Hex | E6 | A3 | 2C | 0 | 1D | 51 | A | 26 | 4F | 36 |
| Octal | 346 | 243 | 54 | 0 | 35 | 121 | 12 | 46 | 117 | 66 |
| Binary | 11100110 | 10100011 | 101100 | 0 | 11101 | 1010001 | 1010 | 100110 | 1001111 | 110110 |
Color Harmonies of #E6A32C
Complementary color
Monochromatic Colors of #E6A32C
Black with #E6A32C
Text Example
Text Example
White with #E6A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6A32C; }
p { color: rgb(230,163,44); }
H1.HeaderClassName
{
color: #E6A32C;
}
.AnyTagClassName
{
color: #E6A32C;
}
</style>
background-color css
<style>
a { background-color: #E6A32C; }
a { background-color: rgb(230,163,44); }
div.DivClassName
{
background-color: #E6A32C;
}
.BgClassName
{
background-color: #E6A32C;
}
</style>
border-color css
<style>
span { border-color: #E6A32C; }
span { border-color: rgb(230,163,44); }
td.TdClassName
{
border-color: #E6A32C;
}
.TagClassName
{
border-color: #E6A32C;
}
</style>