Shades of Gold Tips #EDAA1D
Tints of Gold Tips #EDAA1D
RGB
CMYK
RGB Variations
Color information
#EDAA1D (or 0xEDAA1D) is known color: Gold Tips. HEX triplet: ED, AA and 1D. RGB value is (237,170,29). Sum of RGB (Red+Green+Blue) = 237+170+29=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 29 (11.72% from 255 or 6.65% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAA1D is #1255E2. Grayscale: #AEAEAE. Windows color (decimal): -1201635 or 1944301. OLE color: 1944301.
HSL color Cylindrical-coordinate representation of color #EDAA1D: hue angle of 40.67º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDAA1D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 170 | 29 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.07 |
| HSL | 40.67º | 0.85% | 0.52% | - |
| HSV(B) | 40.67º | 0.88% | 0.93% | - |
| XYZ | 49.52 | 46.84 | 7.59 | - |
| YUV | 173.96 | 46.2 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 170 | 29 | 0 | 0.28 | 0.88 | 0.07 | 40.67 | 0.85 | 0.52 |
| Hex | ED | AA | 1D | 0 | 1C | 58 | 7 | 29 | 55 | 34 |
| Octal | 355 | 252 | 35 | 0 | 34 | 130 | 7 | 51 | 125 | 64 |
| Binary | 11101101 | 10101010 | 11101 | 0 | 11100 | 1011000 | 111 | 101001 | 1010101 | 110100 |
Color Harmonies of #EDAA1D
Complementary color
Monochromatic Colors of #EDAA1D
Black with #EDAA1D
Text Example
Text Example
White with #EDAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAA1D; }
p { color: rgb(237,170,29); }
H1.HeaderClassName
{
color: #EDAA1D;
}
.AnyTagClassName
{
color: #EDAA1D;
}
</style>
background-color css
<style>
a { background-color: #EDAA1D; }
a { background-color: rgb(237,170,29); }
div.DivClassName
{
background-color: #EDAA1D;
}
.BgClassName
{
background-color: #EDAA1D;
}
</style>
border-color css
<style>
span { border-color: #EDAA1D; }
span { border-color: rgb(237,170,29); }
td.TdClassName
{
border-color: #EDAA1D;
}
.TagClassName
{
border-color: #EDAA1D;
}
</style>