Shades of Gold Tips #EDAF1D
Tints of Gold Tips #EDAF1D
RGB
CMYK
RGB Variations
Color information
#EDAF1D (or 0xEDAF1D) is known color: Gold Tips. HEX triplet: ED, AF and 1D. RGB value is (237,175,29). Sum of RGB (Red+Green+Blue) = 237+175+29=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF1D is #1250E2. Grayscale: #B1B1B1. Windows color (decimal): -1200355 or 1945581. OLE color: 1945581.
HSL color Cylindrical-coordinate representation of color #EDAF1D: hue angle of 42.12º 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 #EDAF1D is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 29 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.07 |
| HSL | 42.12º | 0.85% | 0.52% | - |
| HSV(B) | 42.12º | 0.88% | 0.93% | - |
| XYZ | 50.48 | 48.75 | 7.91 | - |
| YUV | 176.89 | 44.54 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 29 | 0 | 0.26 | 0.88 | 0.07 | 42.12 | 0.85 | 0.52 |
| Hex | ED | AF | 1D | 0 | 1A | 58 | 7 | 2A | 55 | 34 |
| Octal | 355 | 257 | 35 | 0 | 32 | 130 | 7 | 52 | 125 | 64 |
| Binary | 11101101 | 10101111 | 11101 | 0 | 11010 | 1011000 | 111 | 101010 | 1010101 | 110100 |
Color Harmonies of #EDAF1D
Complementary color
Monochromatic Colors of #EDAF1D
Black with #EDAF1D
Text Example
Text Example
White with #EDAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF1D; }
p { color: rgb(237,175,29); }
H1.HeaderClassName
{
color: #EDAF1D;
}
.AnyTagClassName
{
color: #EDAF1D;
}
</style>
background-color css
<style>
a { background-color: #EDAF1D; }
a { background-color: rgb(237,175,29); }
div.DivClassName
{
background-color: #EDAF1D;
}
.BgClassName
{
background-color: #EDAF1D;
}
</style>
border-color css
<style>
span { border-color: #EDAF1D; }
span { border-color: rgb(237,175,29); }
td.TdClassName
{
border-color: #EDAF1D;
}
.TagClassName
{
border-color: #EDAF1D;
}
</style>