Shades of Gold Tips #E6B32F
Tints of Gold Tips #E6B32F
RGB
CMYK
RGB Variations
Color information
#E6B32F (or 0xE6B32F) is known color: Gold Tips. HEX triplet: E6, B3 and 2F. RGB value is (230,179,47). Sum of RGB (Red+Green+Blue) = 230+179+47=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B32F is #194CD0. Grayscale: #B3B3B3. Windows color (decimal): -1658065 or 3126246. OLE color: 3126246.
HSL color Cylindrical-coordinate representation of color #E6B32F: hue angle of 43.28º 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 #E6B32F is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 47 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.10 |
| HSL | 43.28º | 0.79% | 0.54% | - |
| HSV(B) | 43.28º | 0.8% | 0.9% | - |
| XYZ | 49.27 | 49.27 | 9.6 | - |
| YUV | 179.2 | 53.4 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 47 | 0 | 0.22 | 0.80 | 0.10 | 43.28 | 0.79 | 0.54 |
| Hex | E6 | B3 | 2F | 0 | 16 | 50 | A | 2B | 4F | 36 |
| Octal | 346 | 263 | 57 | 0 | 26 | 120 | 12 | 53 | 117 | 66 |
| Binary | 11100110 | 10110011 | 101111 | 0 | 10110 | 1010000 | 1010 | 101011 | 1001111 | 110110 |
Color Harmonies of #E6B32F
Complementary color
Monochromatic Colors of #E6B32F
Black with #E6B32F
Text Example
Text Example
White with #E6B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B32F; }
p { color: rgb(230,179,47); }
H1.HeaderClassName
{
color: #E6B32F;
}
.AnyTagClassName
{
color: #E6B32F;
}
</style>
background-color css
<style>
a { background-color: #E6B32F; }
a { background-color: rgb(230,179,47); }
div.DivClassName
{
background-color: #E6B32F;
}
.BgClassName
{
background-color: #E6B32F;
}
</style>
border-color css
<style>
span { border-color: #E6B32F; }
span { border-color: rgb(230,179,47); }
td.TdClassName
{
border-color: #E6B32F;
}
.TagClassName
{
border-color: #E6B32F;
}
</style>