Shades of Gold Tips #E6B61A
Tints of Gold Tips #E6B61A
RGB
CMYK
RGB Variations
Color information
#E6B61A (or 0xE6B61A) is known color: Gold Tips. HEX triplet: E6, B6 and 1A. RGB value is (230,182,26). Sum of RGB (Red+Green+Blue) = 230+182+26=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 26 (10.55% from 255 or 5.94% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B61A is #1949E5. Grayscale: #B3B3B3. Windows color (decimal): -1657318 or 1750758. OLE color: 1750758.
HSL color Cylindrical-coordinate representation of color #E6B61A: hue angle of 45.88º 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 #E6B61A is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 26 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.10 |
| HSL | 45.88º | 0.8% | 0.5% | - |
| HSV(B) | 45.88º | 0.89% | 0.9% | - |
| XYZ | 49.55 | 50.35 | 8.09 | - |
| YUV | 178.57 | 41.9 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 26 | 0 | 0.21 | 0.89 | 0.10 | 45.88 | 0.8 | 0.5 |
| Hex | E6 | B6 | 1A | 0 | 15 | 59 | A | 2E | 50 | 32 |
| Octal | 346 | 266 | 32 | 0 | 25 | 131 | 12 | 56 | 120 | 62 |
| Binary | 11100110 | 10110110 | 11010 | 0 | 10101 | 1011001 | 1010 | 101110 | 1010000 | 110010 |
Color Harmonies of #E6B61A
Complementary color
Monochromatic Colors of #E6B61A
Black with #E6B61A
Text Example
Text Example
White with #E6B61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B61A; }
p { color: rgb(230,182,26); }
H1.HeaderClassName
{
color: #E6B61A;
}
.AnyTagClassName
{
color: #E6B61A;
}
</style>
background-color css
<style>
a { background-color: #E6B61A; }
a { background-color: rgb(230,182,26); }
div.DivClassName
{
background-color: #E6B61A;
}
.BgClassName
{
background-color: #E6B61A;
}
</style>
border-color css
<style>
span { border-color: #E6B61A; }
span { border-color: rgb(230,182,26); }
td.TdClassName
{
border-color: #E6B61A;
}
.TagClassName
{
border-color: #E6B61A;
}
</style>