Shades of Gold Tips #EDB520
Tints of Gold Tips #EDB520
RGB
CMYK
RGB Variations
Color information
#EDB520 (or 0xEDB520) is known color: Gold Tips. HEX triplet: ED, B5 and 20. RGB value is (237,181,32). Sum of RGB (Red+Green+Blue) = 237+181+32=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB520 is #124ADF. Grayscale: #B5B5B5. Windows color (decimal): -1198816 or 2143725. OLE color: 2143725.
HSL color Cylindrical-coordinate representation of color #EDB520: hue angle of 43.61º 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 #EDB520 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 181 | 32 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.07 |
| HSL | 43.61º | 0.85% | 0.53% | - |
| HSV(B) | 43.61º | 0.86% | 0.93% | - |
| XYZ | 51.71 | 51.16 | 8.52 | - |
| YUV | 180.76 | 44.05 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 181 | 32 | 0 | 0.24 | 0.86 | 0.07 | 43.61 | 0.85 | 0.53 |
| Hex | ED | B5 | 20 | 0 | 18 | 56 | 7 | 2C | 55 | 35 |
| Octal | 355 | 265 | 40 | 0 | 30 | 126 | 7 | 54 | 125 | 65 |
| Binary | 11101101 | 10110101 | 100000 | 0 | 11000 | 1010110 | 111 | 101100 | 1010101 | 110101 |
Color Harmonies of #EDB520
Complementary color
Monochromatic Colors of #EDB520
Black with #EDB520
Text Example
Text Example
White with #EDB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB520; }
p { color: rgb(237,181,32); }
H1.HeaderClassName
{
color: #EDB520;
}
.AnyTagClassName
{
color: #EDB520;
}
</style>
background-color css
<style>
a { background-color: #EDB520; }
a { background-color: rgb(237,181,32); }
div.DivClassName
{
background-color: #EDB520;
}
.BgClassName
{
background-color: #EDB520;
}
</style>
border-color css
<style>
span { border-color: #EDB520; }
span { border-color: rgb(237,181,32); }
td.TdClassName
{
border-color: #EDB520;
}
.TagClassName
{
border-color: #EDB520;
}
</style>