Shades of Gold Tips #EDA725
Tints of Gold Tips #EDA725
RGB
CMYK
RGB Variations
Color information
#EDA725 (or 0xEDA725) is known color: Gold Tips. HEX triplet: ED, A7 and 25. RGB value is (237,167,37). Sum of RGB (Red+Green+Blue) = 237+167+37=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 37 (14.84% from 255 or 8.39% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA725 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA725 is #1258DA. Grayscale: #ADADAD. Windows color (decimal): -1202395 or 2467821. OLE color: 2467821.
HSL color Cylindrical-coordinate representation of color #EDA725: hue angle of 39º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDA725 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 37 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.07 |
| HSL | 39º | 0.85% | 0.54% | - |
| HSV(B) | 39º | 0.84% | 0.93% | - |
| XYZ | 49.08 | 45.78 | 8 | - |
| YUV | 173.11 | 51.19 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 37 | 0 | 0.30 | 0.84 | 0.07 | 39 | 0.85 | 0.54 |
| Hex | ED | A7 | 25 | 0 | 1E | 54 | 7 | 27 | 55 | 36 |
| Octal | 355 | 247 | 45 | 0 | 36 | 124 | 7 | 47 | 125 | 66 |
| Binary | 11101101 | 10100111 | 100101 | 0 | 11110 | 1010100 | 111 | 100111 | 1010101 | 110110 |
Color Harmonies of #EDA725
Complementary color
Monochromatic Colors of #EDA725
Black with #EDA725
Text Example
Text Example
White with #EDA725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA725; }
p { color: rgb(237,167,37); }
H1.HeaderClassName
{
color: #EDA725;
}
.AnyTagClassName
{
color: #EDA725;
}
</style>
background-color css
<style>
a { background-color: #EDA725; }
a { background-color: rgb(237,167,37); }
div.DivClassName
{
background-color: #EDA725;
}
.BgClassName
{
background-color: #EDA725;
}
</style>
border-color css
<style>
span { border-color: #EDA725; }
span { border-color: rgb(237,167,37); }
td.TdClassName
{
border-color: #EDA725;
}
.TagClassName
{
border-color: #EDA725;
}
</style>