Shades of Gold Tips #EDAF18
Tints of Gold Tips #EDAF18
RGB
CMYK
RGB Variations
Color information
#EDAF18 (or 0xEDAF18) is known color: Gold Tips. HEX triplet: ED, AF and 18. RGB value is (237,175,24). Sum of RGB (Red+Green+Blue) = 237+175+24=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAF18 is #1250E7. Grayscale: #B0B0B0. Windows color (decimal): -1200360 or 1617901. OLE color: 1617901.
HSL color Cylindrical-coordinate representation of color #EDAF18: hue angle of 42.54º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDAF18 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 24 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.07 |
| HSL | 42.54º | 0.86% | 0.51% | - |
| HSV(B) | 42.54º | 0.9% | 0.93% | - |
| XYZ | 50.42 | 48.73 | 7.61 | - |
| YUV | 176.32 | 42.04 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 24 | 0 | 0.26 | 0.90 | 0.07 | 42.54 | 0.86 | 0.51 |
| Hex | ED | AF | 18 | 0 | 1A | 5A | 7 | 2B | 56 | 33 |
| Octal | 355 | 257 | 30 | 0 | 32 | 132 | 7 | 53 | 126 | 63 |
| Binary | 11101101 | 10101111 | 11000 | 0 | 11010 | 1011010 | 111 | 101011 | 1010110 | 110011 |
Color Harmonies of #EDAF18
Complementary color
Monochromatic Colors of #EDAF18
Black with #EDAF18
Text Example
Text Example
White with #EDAF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF18; }
p { color: rgb(237,175,24); }
H1.HeaderClassName
{
color: #EDAF18;
}
.AnyTagClassName
{
color: #EDAF18;
}
</style>
background-color css
<style>
a { background-color: #EDAF18; }
a { background-color: rgb(237,175,24); }
div.DivClassName
{
background-color: #EDAF18;
}
.BgClassName
{
background-color: #EDAF18;
}
</style>
border-color css
<style>
span { border-color: #EDAF18; }
span { border-color: rgb(237,175,24); }
td.TdClassName
{
border-color: #EDAF18;
}
.TagClassName
{
border-color: #EDAF18;
}
</style>