Shades of Gold Tips #E6B31A
Tints of Gold Tips #E6B31A
RGB
CMYK
RGB Variations
Color information
#E6B31A (or 0xE6B31A) is known color: Gold Tips. HEX triplet: E6, B3 and 1A. RGB value is (230,179,26). Sum of RGB (Red+Green+Blue) = 230+179+26=435 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.87% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B31A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B31A is #194CE5. Grayscale: #B1B1B1. Windows color (decimal): -1658086 or 1749990. OLE color: 1749990.
HSL color Cylindrical-coordinate representation of color #E6B31A: hue angle of 45º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6B31A is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 179 | 26 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.10 |
| HSL | 45º | 0.8% | 0.5% | - |
| HSV(B) | 45º | 0.89% | 0.9% | - |
| XYZ | 48.94 | 49.14 | 7.88 | - |
| YUV | 176.81 | 42.9 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 179 | 26 | 0 | 0.22 | 0.89 | 0.10 | 45 | 0.8 | 0.5 |
| Hex | E6 | B3 | 1A | 0 | 16 | 59 | A | 2D | 50 | 32 |
| Octal | 346 | 263 | 32 | 0 | 26 | 131 | 12 | 55 | 120 | 62 |
| Binary | 11100110 | 10110011 | 11010 | 0 | 10110 | 1011001 | 1010 | 101101 | 1010000 | 110010 |
Color Harmonies of #E6B31A
Complementary color
Monochromatic Colors of #E6B31A
Black with #E6B31A
Text Example
Text Example
White with #E6B31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B31A; }
p { color: rgb(230,179,26); }
H1.HeaderClassName
{
color: #E6B31A;
}
.AnyTagClassName
{
color: #E6B31A;
}
</style>
background-color css
<style>
a { background-color: #E6B31A; }
a { background-color: rgb(230,179,26); }
div.DivClassName
{
background-color: #E6B31A;
}
.BgClassName
{
background-color: #E6B31A;
}
</style>
border-color css
<style>
span { border-color: #E6B31A; }
span { border-color: rgb(230,179,26); }
td.TdClassName
{
border-color: #E6B31A;
}
.TagClassName
{
border-color: #E6B31A;
}
</style>