Shades of Gold Tips #EDA824
Tints of Gold Tips #EDA824
RGB
CMYK
RGB Variations
Color information
#EDA824 (or 0xEDA824) is known color: Gold Tips. HEX triplet: ED, A8 and 24. RGB value is (237,168,36). Sum of RGB (Red+Green+Blue) = 237+168+36=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 36 (14.45% from 255 or 8.16% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA824 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA824 is #1257DB. Grayscale: #AEAEAE. Windows color (decimal): -1202140 or 2402541. OLE color: 2402541.
HSL color Cylindrical-coordinate representation of color #EDA824: hue angle of 39.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDA824 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 36 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.07 |
| HSL | 39.4º | 0.85% | 0.54% | - |
| HSV(B) | 39.4º | 0.85% | 0.93% | - |
| XYZ | 49.25 | 46.14 | 7.98 | - |
| YUV | 173.58 | 50.36 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 36 | 0 | 0.29 | 0.85 | 0.07 | 39.4 | 0.85 | 0.54 |
| Hex | ED | A8 | 24 | 0 | 1D | 55 | 7 | 27 | 55 | 36 |
| Octal | 355 | 250 | 44 | 0 | 35 | 125 | 7 | 47 | 125 | 66 |
| Binary | 11101101 | 10101000 | 100100 | 0 | 11101 | 1010101 | 111 | 100111 | 1010101 | 110110 |
Color Harmonies of #EDA824
Complementary color
Monochromatic Colors of #EDA824
Black with #EDA824
Text Example
Text Example
White with #EDA824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA824; }
p { color: rgb(237,168,36); }
H1.HeaderClassName
{
color: #EDA824;
}
.AnyTagClassName
{
color: #EDA824;
}
</style>
background-color css
<style>
a { background-color: #EDA824; }
a { background-color: rgb(237,168,36); }
div.DivClassName
{
background-color: #EDA824;
}
.BgClassName
{
background-color: #EDA824;
}
</style>
border-color css
<style>
span { border-color: #EDA824; }
span { border-color: rgb(237,168,36); }
td.TdClassName
{
border-color: #EDA824;
}
.TagClassName
{
border-color: #EDA824;
}
</style>