Shades of Gold Tips #EDAF20
Tints of Gold Tips #EDAF20
RGB
CMYK
RGB Variations
Color information
#EDAF20 (or 0xEDAF20) is known color: Gold Tips. HEX triplet: ED, AF and 20. RGB value is (237,175,32). Sum of RGB (Red+Green+Blue) = 237+175+32=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF20 is #1250DF. Grayscale: #B1B1B1. Windows color (decimal): -1200352 or 2142189. OLE color: 2142189.
HSL color Cylindrical-coordinate representation of color #EDAF20: hue angle of 41.85º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDAF20 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 32 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.07 |
| HSL | 41.85º | 0.85% | 0.53% | - |
| HSV(B) | 41.85º | 0.86% | 0.93% | - |
| XYZ | 50.52 | 48.77 | 8.12 | - |
| YUV | 177.24 | 46.04 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 32 | 0 | 0.26 | 0.86 | 0.07 | 41.85 | 0.85 | 0.53 |
| Hex | ED | AF | 20 | 0 | 1A | 56 | 7 | 2A | 55 | 35 |
| Octal | 355 | 257 | 40 | 0 | 32 | 126 | 7 | 52 | 125 | 65 |
| Binary | 11101101 | 10101111 | 100000 | 0 | 11010 | 1010110 | 111 | 101010 | 1010101 | 110101 |
Color Harmonies of #EDAF20
Complementary color
Monochromatic Colors of #EDAF20
Black with #EDAF20
Text Example
Text Example
White with #EDAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF20; }
p { color: rgb(237,175,32); }
H1.HeaderClassName
{
color: #EDAF20;
}
.AnyTagClassName
{
color: #EDAF20;
}
</style>
background-color css
<style>
a { background-color: #EDAF20; }
a { background-color: rgb(237,175,32); }
div.DivClassName
{
background-color: #EDAF20;
}
.BgClassName
{
background-color: #EDAF20;
}
</style>
border-color css
<style>
span { border-color: #EDAF20; }
span { border-color: rgb(237,175,32); }
td.TdClassName
{
border-color: #EDAF20;
}
.TagClassName
{
border-color: #EDAF20;
}
</style>