Shades of Gold Tips #EDA81D
Tints of Gold Tips #EDA81D
RGB
CMYK
RGB Variations
Color information
#EDA81D (or 0xEDA81D) is known color: Gold Tips. HEX triplet: ED, A8 and 1D. RGB value is (237,168,29). Sum of RGB (Red+Green+Blue) = 237+168+29=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA81D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA81D is #1257E2. Grayscale: #ADADAD. Windows color (decimal): -1202147 or 1943789. OLE color: 1943789.
HSL color Cylindrical-coordinate representation of color #EDA81D: hue angle of 40.1º 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 #EDA81D is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 29 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.07 |
| HSL | 40.1º | 0.85% | 0.52% | - |
| HSV(B) | 40.1º | 0.88% | 0.93% | - |
| XYZ | 49.15 | 46.1 | 7.47 | - |
| YUV | 172.79 | 46.86 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 29 | 0 | 0.29 | 0.88 | 0.07 | 40.1 | 0.85 | 0.52 |
| Hex | ED | A8 | 1D | 0 | 1D | 58 | 7 | 28 | 55 | 34 |
| Octal | 355 | 250 | 35 | 0 | 35 | 130 | 7 | 50 | 125 | 64 |
| Binary | 11101101 | 10101000 | 11101 | 0 | 11101 | 1011000 | 111 | 101000 | 1010101 | 110100 |
Color Harmonies of #EDA81D
Complementary color
Monochromatic Colors of #EDA81D
Black with #EDA81D
Text Example
Text Example
White with #EDA81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA81D; }
p { color: rgb(237,168,29); }
H1.HeaderClassName
{
color: #EDA81D;
}
.AnyTagClassName
{
color: #EDA81D;
}
</style>
background-color css
<style>
a { background-color: #EDA81D; }
a { background-color: rgb(237,168,29); }
div.DivClassName
{
background-color: #EDA81D;
}
.BgClassName
{
background-color: #EDA81D;
}
</style>
border-color css
<style>
span { border-color: #EDA81D; }
span { border-color: rgb(237,168,29); }
td.TdClassName
{
border-color: #EDA81D;
}
.TagClassName
{
border-color: #EDA81D;
}
</style>