Shades of Gold Tips #EDB620
Tints of Gold Tips #EDB620
RGB
CMYK
RGB Variations
Color information
#EDB620 (or 0xEDB620) is known color: Gold Tips. HEX triplet: ED, B6 and 20. RGB value is (237,182,32). Sum of RGB (Red+Green+Blue) = 237+182+32=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB620 is #1249DF. Grayscale: #B6B6B6. Windows color (decimal): -1198560 or 2143981. OLE color: 2143981.
HSL color Cylindrical-coordinate representation of color #EDB620: hue angle of 43.9º 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 #EDB620 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 32 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.07 |
| HSL | 43.9º | 0.85% | 0.53% | - |
| HSV(B) | 43.9º | 0.86% | 0.93% | - |
| XYZ | 51.91 | 51.56 | 8.58 | - |
| YUV | 181.35 | 43.72 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 32 | 0 | 0.23 | 0.86 | 0.07 | 43.9 | 0.85 | 0.53 |
| Hex | ED | B6 | 20 | 0 | 17 | 56 | 7 | 2C | 55 | 35 |
| Octal | 355 | 266 | 40 | 0 | 27 | 126 | 7 | 54 | 125 | 65 |
| Binary | 11101101 | 10110110 | 100000 | 0 | 10111 | 1010110 | 111 | 101100 | 1010101 | 110101 |
Color Harmonies of #EDB620
Complementary color
Monochromatic Colors of #EDB620
Black with #EDB620
Text Example
Text Example
White with #EDB620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB620; }
p { color: rgb(237,182,32); }
H1.HeaderClassName
{
color: #EDB620;
}
.AnyTagClassName
{
color: #EDB620;
}
</style>
background-color css
<style>
a { background-color: #EDB620; }
a { background-color: rgb(237,182,32); }
div.DivClassName
{
background-color: #EDB620;
}
.BgClassName
{
background-color: #EDB620;
}
</style>
border-color css
<style>
span { border-color: #EDB620; }
span { border-color: rgb(237,182,32); }
td.TdClassName
{
border-color: #EDB620;
}
.TagClassName
{
border-color: #EDB620;
}
</style>