Shades of Gold Tips #EDA720
Tints of Gold Tips #EDA720
RGB
CMYK
RGB Variations
Color information
#EDA720 (or 0xEDA720) is known color: Gold Tips. HEX triplet: ED, A7 and 20. RGB value is (237,167,32). Sum of RGB (Red+Green+Blue) = 237+167+32=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 32 (12.89% from 255 or 7.34% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA720 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA720 is #1258DF. Grayscale: #ADADAD. Windows color (decimal): -1202400 or 2140141. OLE color: 2140141.
HSL color Cylindrical-coordinate representation of color #EDA720: hue angle of 39.51º 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 #EDA720 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 32 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.07 |
| HSL | 39.51º | 0.85% | 0.53% | - |
| HSV(B) | 39.51º | 0.86% | 0.93% | - |
| XYZ | 49 | 45.75 | 7.61 | - |
| YUV | 172.54 | 48.69 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 32 | 0 | 0.30 | 0.86 | 0.07 | 39.51 | 0.85 | 0.53 |
| Hex | ED | A7 | 20 | 0 | 1E | 56 | 7 | 28 | 55 | 35 |
| Octal | 355 | 247 | 40 | 0 | 36 | 126 | 7 | 50 | 125 | 65 |
| Binary | 11101101 | 10100111 | 100000 | 0 | 11110 | 1010110 | 111 | 101000 | 1010101 | 110101 |
Color Harmonies of #EDA720
Complementary color
Monochromatic Colors of #EDA720
Black with #EDA720
Text Example
Text Example
White with #EDA720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA720; }
p { color: rgb(237,167,32); }
H1.HeaderClassName
{
color: #EDA720;
}
.AnyTagClassName
{
color: #EDA720;
}
</style>
background-color css
<style>
a { background-color: #EDA720; }
a { background-color: rgb(237,167,32); }
div.DivClassName
{
background-color: #EDA720;
}
.BgClassName
{
background-color: #EDA720;
}
</style>
border-color css
<style>
span { border-color: #EDA720; }
span { border-color: rgb(237,167,32); }
td.TdClassName
{
border-color: #EDA720;
}
.TagClassName
{
border-color: #EDA720;
}
</style>