Shades of Gold Tips #EDB120
Tints of Gold Tips #EDB120
RGB
CMYK
RGB Variations
Color information
#EDB120 (or 0xEDB120) is known color: Gold Tips. HEX triplet: ED, B1 and 20. RGB value is (237,177,32). Sum of RGB (Red+Green+Blue) = 237+177+32=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 32 (12.89% from 255 or 7.17% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB120 is #124EDF. Grayscale: #B3B3B3. Windows color (decimal): -1199840 or 2142701. OLE color: 2142701.
HSL color Cylindrical-coordinate representation of color #EDB120: hue angle of 42.44º 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 #EDB120 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 32 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.07 |
| HSL | 42.44º | 0.85% | 0.53% | - |
| HSV(B) | 42.44º | 0.86% | 0.93% | - |
| XYZ | 50.91 | 49.55 | 8.25 | - |
| YUV | 178.41 | 45.38 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 32 | 0 | 0.25 | 0.86 | 0.07 | 42.44 | 0.85 | 0.53 |
| Hex | ED | B1 | 20 | 0 | 19 | 56 | 7 | 2A | 55 | 35 |
| Octal | 355 | 261 | 40 | 0 | 31 | 126 | 7 | 52 | 125 | 65 |
| Binary | 11101101 | 10110001 | 100000 | 0 | 11001 | 1010110 | 111 | 101010 | 1010101 | 110101 |
Color Harmonies of #EDB120
Complementary color
Monochromatic Colors of #EDB120
Black with #EDB120
Text Example
Text Example
White with #EDB120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB120; }
p { color: rgb(237,177,32); }
H1.HeaderClassName
{
color: #EDB120;
}
.AnyTagClassName
{
color: #EDB120;
}
</style>
background-color css
<style>
a { background-color: #EDB120; }
a { background-color: rgb(237,177,32); }
div.DivClassName
{
background-color: #EDB120;
}
.BgClassName
{
background-color: #EDB120;
}
</style>
border-color css
<style>
span { border-color: #EDB120; }
span { border-color: rgb(237,177,32); }
td.TdClassName
{
border-color: #EDB120;
}
.TagClassName
{
border-color: #EDB120;
}
</style>