Shades of Gold Tips #E6B61F
Tints of Gold Tips #E6B61F
RGB
CMYK
RGB Variations
Color information
#E6B61F (or 0xE6B61F) is known color: Gold Tips. HEX triplet: E6, B6 and 1F. RGB value is (230,182,31). Sum of RGB (Red+Green+Blue) = 230+182+31=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 31 (12.5% from 255 or 7.00% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B61F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B61F is #1949E0. Grayscale: #B3B3B3. Windows color (decimal): -1657313 or 2078438. OLE color: 2078438.
HSL color Cylindrical-coordinate representation of color #E6B61F: hue angle of 45.53º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E6B61F is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 182 | 31 | - |
| CMYK | 0 | 0.21 | 0.87 | 0.10 |
| HSL | 45.53º | 0.8% | 0.51% | - |
| HSV(B) | 45.53º | 0.87% | 0.9% | - |
| XYZ | 49.61 | 50.38 | 8.41 | - |
| YUV | 179.14 | 44.4 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 182 | 31 | 0 | 0.21 | 0.87 | 0.10 | 45.53 | 0.8 | 0.51 |
| Hex | E6 | B6 | 1F | 0 | 15 | 57 | A | 2E | 50 | 33 |
| Octal | 346 | 266 | 37 | 0 | 25 | 127 | 12 | 56 | 120 | 63 |
| Binary | 11100110 | 10110110 | 11111 | 0 | 10101 | 1010111 | 1010 | 101110 | 1010000 | 110011 |
Color Harmonies of #E6B61F
Complementary color
Monochromatic Colors of #E6B61F
Black with #E6B61F
Text Example
Text Example
White with #E6B61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B61F; }
p { color: rgb(230,182,31); }
H1.HeaderClassName
{
color: #E6B61F;
}
.AnyTagClassName
{
color: #E6B61F;
}
</style>
background-color css
<style>
a { background-color: #E6B61F; }
a { background-color: rgb(230,182,31); }
div.DivClassName
{
background-color: #E6B61F;
}
.BgClassName
{
background-color: #E6B61F;
}
</style>
border-color css
<style>
span { border-color: #E6B61F; }
span { border-color: rgb(230,182,31); }
td.TdClassName
{
border-color: #E6B61F;
}
.TagClassName
{
border-color: #E6B61F;
}
</style>