Shades of Gold Tips #EDAB1D
Tints of Gold Tips #EDAB1D
RGB
CMYK
RGB Variations
Color information
#EDAB1D (or 0xEDAB1D) is known color: Gold Tips. HEX triplet: ED, AB and 1D. RGB value is (237,171,29). Sum of RGB (Red+Green+Blue) = 237+171+29=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 29 (11.72% from 255 or 6.64% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB1D is #1254E2. Grayscale: #AFAFAF. Windows color (decimal): -1201379 or 1944557. OLE color: 1944557.
HSL color Cylindrical-coordinate representation of color #EDAB1D: hue angle of 40.96º 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 #EDAB1D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 29 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.07 |
| HSL | 40.96º | 0.85% | 0.52% | - |
| HSV(B) | 40.96º | 0.88% | 0.93% | - |
| XYZ | 49.71 | 47.22 | 7.66 | - |
| YUV | 174.55 | 45.87 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 29 | 0 | 0.28 | 0.88 | 0.07 | 40.96 | 0.85 | 0.52 |
| Hex | ED | AB | 1D | 0 | 1C | 58 | 7 | 29 | 55 | 34 |
| Octal | 355 | 253 | 35 | 0 | 34 | 130 | 7 | 51 | 125 | 64 |
| Binary | 11101101 | 10101011 | 11101 | 0 | 11100 | 1011000 | 111 | 101001 | 1010101 | 110100 |
Color Harmonies of #EDAB1D
Complementary color
Monochromatic Colors of #EDAB1D
Black with #EDAB1D
Text Example
Text Example
White with #EDAB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAB1D; }
p { color: rgb(237,171,29); }
H1.HeaderClassName
{
color: #EDAB1D;
}
.AnyTagClassName
{
color: #EDAB1D;
}
</style>
background-color css
<style>
a { background-color: #EDAB1D; }
a { background-color: rgb(237,171,29); }
div.DivClassName
{
background-color: #EDAB1D;
}
.BgClassName
{
background-color: #EDAB1D;
}
</style>
border-color css
<style>
span { border-color: #EDAB1D; }
span { border-color: rgb(237,171,29); }
td.TdClassName
{
border-color: #EDAB1D;
}
.TagClassName
{
border-color: #EDAB1D;
}
</style>