Shades of Gold Tips #EDA925
Tints of Gold Tips #EDA925
RGB
CMYK
RGB Variations
Color information
#EDA925 (or 0xEDA925) is known color: Gold Tips. HEX triplet: ED, A9 and 25. RGB value is (237,169,37). Sum of RGB (Red+Green+Blue) = 237+169+37=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA925 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA925 is #1256DA. Grayscale: #AEAEAE. Windows color (decimal): -1201883 or 2468333. OLE color: 2468333.
HSL color Cylindrical-coordinate representation of color #EDA925: hue angle of 39.6º 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 #EDA925 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 37 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.07 |
| HSL | 39.6º | 0.85% | 0.54% | - |
| HSV(B) | 39.6º | 0.84% | 0.93% | - |
| XYZ | 49.45 | 46.51 | 8.12 | - |
| YUV | 174.28 | 50.53 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 37 | 0 | 0.29 | 0.84 | 0.07 | 39.6 | 0.85 | 0.54 |
| Hex | ED | A9 | 25 | 0 | 1D | 54 | 7 | 28 | 55 | 36 |
| Octal | 355 | 251 | 45 | 0 | 35 | 124 | 7 | 50 | 125 | 66 |
| Binary | 11101101 | 10101001 | 100101 | 0 | 11101 | 1010100 | 111 | 101000 | 1010101 | 110110 |
Color Harmonies of #EDA925
Complementary color
Monochromatic Colors of #EDA925
Black with #EDA925
Text Example
Text Example
White with #EDA925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA925; }
p { color: rgb(237,169,37); }
H1.HeaderClassName
{
color: #EDA925;
}
.AnyTagClassName
{
color: #EDA925;
}
</style>
background-color css
<style>
a { background-color: #EDA925; }
a { background-color: rgb(237,169,37); }
div.DivClassName
{
background-color: #EDA925;
}
.BgClassName
{
background-color: #EDA925;
}
</style>
border-color css
<style>
span { border-color: #EDA925; }
span { border-color: rgb(237,169,37); }
td.TdClassName
{
border-color: #EDA925;
}
.TagClassName
{
border-color: #EDA925;
}
</style>