Shades of Gold Tips #EDAC1D
Tints of Gold Tips #EDAC1D
RGB
CMYK
RGB Variations
Color information
#EDAC1D (or 0xEDAC1D) is known color: Gold Tips. HEX triplet: ED, AC and 1D. RGB value is (237,172,29). Sum of RGB (Red+Green+Blue) = 237+172+29=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC1D is #1253E2. Grayscale: #AFAFAF. Windows color (decimal): -1201123 or 1944813. OLE color: 1944813.
HSL color Cylindrical-coordinate representation of color #EDAC1D: hue angle of 41.25º 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 #EDAC1D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 29 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.07 |
| HSL | 41.25º | 0.85% | 0.52% | - |
| HSV(B) | 41.25º | 0.88% | 0.93% | - |
| XYZ | 49.9 | 47.6 | 7.72 | - |
| YUV | 175.13 | 45.53 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 29 | 0 | 0.27 | 0.88 | 0.07 | 41.25 | 0.85 | 0.52 |
| Hex | ED | AC | 1D | 0 | 1B | 58 | 7 | 29 | 55 | 34 |
| Octal | 355 | 254 | 35 | 0 | 33 | 130 | 7 | 51 | 125 | 64 |
| Binary | 11101101 | 10101100 | 11101 | 0 | 11011 | 1011000 | 111 | 101001 | 1010101 | 110100 |
Color Harmonies of #EDAC1D
Complementary color
Monochromatic Colors of #EDAC1D
Black with #EDAC1D
Text Example
Text Example
White with #EDAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC1D; }
p { color: rgb(237,172,29); }
H1.HeaderClassName
{
color: #EDAC1D;
}
.AnyTagClassName
{
color: #EDAC1D;
}
</style>
background-color css
<style>
a { background-color: #EDAC1D; }
a { background-color: rgb(237,172,29); }
div.DivClassName
{
background-color: #EDAC1D;
}
.BgClassName
{
background-color: #EDAC1D;
}
</style>
border-color css
<style>
span { border-color: #EDAC1D; }
span { border-color: rgb(237,172,29); }
td.TdClassName
{
border-color: #EDAC1D;
}
.TagClassName
{
border-color: #EDAC1D;
}
</style>