Shades of Gold Tips #EDA620
Tints of Gold Tips #EDA620
RGB
CMYK
RGB Variations
Color information
#EDA620 (or 0xEDA620) is known color: Gold Tips. HEX triplet: ED, A6 and 20. RGB value is (237,166,32). Sum of RGB (Red+Green+Blue) = 237+166+32=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA620 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA620 is #1259DF. Grayscale: #ACACAC. Windows color (decimal): -1202656 or 2139885. OLE color: 2139885.
HSL color Cylindrical-coordinate representation of color #EDA620: hue angle of 39.22º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDA620 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 32 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.07 |
| HSL | 39.22º | 0.85% | 0.53% | - |
| HSV(B) | 39.22º | 0.86% | 0.93% | - |
| XYZ | 48.82 | 45.38 | 7.55 | - |
| YUV | 171.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 32 | 0 | 0.30 | 0.86 | 0.07 | 39.22 | 0.85 | 0.53 |
| Hex | ED | A6 | 20 | 0 | 1E | 56 | 7 | 27 | 55 | 35 |
| Octal | 355 | 246 | 40 | 0 | 36 | 126 | 7 | 47 | 125 | 65 |
| Binary | 11101101 | 10100110 | 100000 | 0 | 11110 | 1010110 | 111 | 100111 | 1010101 | 110101 |
Color Harmonies of #EDA620
Complementary color
Monochromatic Colors of #EDA620
Black with #EDA620
Text Example
Text Example
White with #EDA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA620; }
p { color: rgb(237,166,32); }
H1.HeaderClassName
{
color: #EDA620;
}
.AnyTagClassName
{
color: #EDA620;
}
</style>
background-color css
<style>
a { background-color: #EDA620; }
a { background-color: rgb(237,166,32); }
div.DivClassName
{
background-color: #EDA620;
}
.BgClassName
{
background-color: #EDA620;
}
</style>
border-color css
<style>
span { border-color: #EDA620; }
span { border-color: rgb(237,166,32); }
td.TdClassName
{
border-color: #EDA620;
}
.TagClassName
{
border-color: #EDA620;
}
</style>