Shades of Gold Tips #E6B72C
Tints of Gold Tips #E6B72C
RGB
CMYK
RGB Variations
Color information
#E6B72C (or 0xE6B72C) is known color: Gold Tips. HEX triplet: E6, B7 and 2C. RGB value is (230,183,44). Sum of RGB (Red+Green+Blue) = 230+183+44=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6B72C is #1948D3. Grayscale: #B5B5B5. Windows color (decimal): -1657044 or 2930662. OLE color: 2930662.
HSL color Cylindrical-coordinate representation of color #E6B72C: hue angle of 44.84º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E6B72C is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 183 | 44 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.10 |
| HSL | 44.84º | 0.79% | 0.54% | - |
| HSV(B) | 44.84º | 0.81% | 0.9% | - |
| XYZ | 50.02 | 50.87 | 9.57 | - |
| YUV | 181.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 183 | 44 | 0 | 0.20 | 0.81 | 0.10 | 44.84 | 0.79 | 0.54 |
| Hex | E6 | B7 | 2C | 0 | 14 | 51 | A | 2D | 4F | 36 |
| Octal | 346 | 267 | 54 | 0 | 24 | 121 | 12 | 55 | 117 | 66 |
| Binary | 11100110 | 10110111 | 101100 | 0 | 10100 | 1010001 | 1010 | 101101 | 1001111 | 110110 |
Color Harmonies of #E6B72C
Complementary color
Monochromatic Colors of #E6B72C
Black with #E6B72C
Text Example
Text Example
White with #E6B72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B72C; }
p { color: rgb(230,183,44); }
H1.HeaderClassName
{
color: #E6B72C;
}
.AnyTagClassName
{
color: #E6B72C;
}
</style>
background-color css
<style>
a { background-color: #E6B72C; }
a { background-color: rgb(230,183,44); }
div.DivClassName
{
background-color: #E6B72C;
}
.BgClassName
{
background-color: #E6B72C;
}
</style>
border-color css
<style>
span { border-color: #E6B72C; }
span { border-color: rgb(230,183,44); }
td.TdClassName
{
border-color: #E6B72C;
}
.TagClassName
{
border-color: #E6B72C;
}
</style>