Shades of Gold Tips #EDA523
Tints of Gold Tips #EDA523
RGB
CMYK
RGB Variations
Color information
#EDA523 (or 0xEDA523) is known color: Gold Tips. HEX triplet: ED, A5 and 23. RGB value is (237,165,35). Sum of RGB (Red+Green+Blue) = 237+165+35=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 35 (14.06% from 255 or 8.01% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA523 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA523 is #125ADC. Grayscale: #ACACAC. Windows color (decimal): -1202909 or 2336237. OLE color: 2336237.
HSL color Cylindrical-coordinate representation of color #EDA523: hue angle of 38.61º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDA523 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 35 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.07 |
| HSL | 38.61º | 0.85% | 0.53% | - |
| HSV(B) | 38.61º | 0.85% | 0.93% | - |
| XYZ | 48.68 | 45.04 | 7.72 | - |
| YUV | 171.71 | 50.85 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 35 | 0 | 0.30 | 0.85 | 0.07 | 38.61 | 0.85 | 0.53 |
| Hex | ED | A5 | 23 | 0 | 1E | 55 | 7 | 27 | 55 | 35 |
| Octal | 355 | 245 | 43 | 0 | 36 | 125 | 7 | 47 | 125 | 65 |
| Binary | 11101101 | 10100101 | 100011 | 0 | 11110 | 1010101 | 111 | 100111 | 1010101 | 110101 |
Color Harmonies of #EDA523
Complementary color
Monochromatic Colors of #EDA523
Black with #EDA523
Text Example
Text Example
White with #EDA523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA523; }
p { color: rgb(237,165,35); }
H1.HeaderClassName
{
color: #EDA523;
}
.AnyTagClassName
{
color: #EDA523;
}
</style>
background-color css
<style>
a { background-color: #EDA523; }
a { background-color: rgb(237,165,35); }
div.DivClassName
{
background-color: #EDA523;
}
.BgClassName
{
background-color: #EDA523;
}
</style>
border-color css
<style>
span { border-color: #EDA523; }
span { border-color: rgb(237,165,35); }
td.TdClassName
{
border-color: #EDA523;
}
.TagClassName
{
border-color: #EDA523;
}
</style>