Shades of Gold Tips #E6B01A
Tints of Gold Tips #E6B01A
RGB
CMYK
RGB Variations
Color information
#E6B01A (or 0xE6B01A) is known color: Gold Tips. HEX triplet: E6, B0 and 1A. RGB value is (230,176,26). Sum of RGB (Red+Green+Blue) = 230+176+26=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6B01A is #194FE5. Grayscale: #AFAFAF. Windows color (decimal): -1658854 or 1749222. OLE color: 1749222.
HSL color Cylindrical-coordinate representation of color #E6B01A: hue angle of 44.12º 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 #E6B01A is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 176 | 26 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.10 |
| HSL | 44.12º | 0.8% | 0.5% | - |
| HSV(B) | 44.12º | 0.89% | 0.9% | - |
| XYZ | 48.34 | 47.95 | 7.68 | - |
| YUV | 175.05 | 43.89 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 176 | 26 | 0 | 0.23 | 0.89 | 0.10 | 44.12 | 0.8 | 0.5 |
| Hex | E6 | B0 | 1A | 0 | 17 | 59 | A | 2C | 50 | 32 |
| Octal | 346 | 260 | 32 | 0 | 27 | 131 | 12 | 54 | 120 | 62 |
| Binary | 11100110 | 10110000 | 11010 | 0 | 10111 | 1011001 | 1010 | 101100 | 1010000 | 110010 |
Color Harmonies of #E6B01A
Complementary color
Monochromatic Colors of #E6B01A
Black with #E6B01A
Text Example
Text Example
White with #E6B01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B01A; }
p { color: rgb(230,176,26); }
H1.HeaderClassName
{
color: #E6B01A;
}
.AnyTagClassName
{
color: #E6B01A;
}
</style>
background-color css
<style>
a { background-color: #E6B01A; }
a { background-color: rgb(230,176,26); }
div.DivClassName
{
background-color: #E6B01A;
}
.BgClassName
{
background-color: #E6B01A;
}
</style>
border-color css
<style>
span { border-color: #E6B01A; }
span { border-color: rgb(230,176,26); }
td.TdClassName
{
border-color: #E6B01A;
}
.TagClassName
{
border-color: #E6B01A;
}
</style>