Shades of Gold Tips #EDB017
Tints of Gold Tips #EDB017
RGB
CMYK
RGB Variations
Color information
#EDB017 (or 0xEDB017) is known color: Gold Tips. HEX triplet: ED, B0 and 17. RGB value is (237,176,23). Sum of RGB (Red+Green+Blue) = 237+176+23=436 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.36% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB017 is #124FE8. Grayscale: #B1B1B1. Windows color (decimal): -1200105 or 1552621. OLE color: 1552621.
HSL color Cylindrical-coordinate representation of color #EDB017: hue angle of 42.9º 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 #EDB017 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 23 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.07 |
| HSL | 42.9º | 0.86% | 0.51% | - |
| HSV(B) | 42.9º | 0.9% | 0.93% | - |
| XYZ | 50.61 | 49.12 | 7.62 | - |
| YUV | 176.8 | 41.21 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 23 | 0 | 0.26 | 0.90 | 0.07 | 42.9 | 0.86 | 0.51 |
| Hex | ED | B0 | 17 | 0 | 1A | 5A | 7 | 2B | 56 | 33 |
| Octal | 355 | 260 | 27 | 0 | 32 | 132 | 7 | 53 | 126 | 63 |
| Binary | 11101101 | 10110000 | 10111 | 0 | 11010 | 1011010 | 111 | 101011 | 1010110 | 110011 |
Color Harmonies of #EDB017
Complementary color
Monochromatic Colors of #EDB017
Black with #EDB017
Text Example
Text Example
White with #EDB017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB017; }
p { color: rgb(237,176,23); }
H1.HeaderClassName
{
color: #EDB017;
}
.AnyTagClassName
{
color: #EDB017;
}
</style>
background-color css
<style>
a { background-color: #EDB017; }
a { background-color: rgb(237,176,23); }
div.DivClassName
{
background-color: #EDB017;
}
.BgClassName
{
background-color: #EDB017;
}
</style>
border-color css
<style>
span { border-color: #EDB017; }
span { border-color: rgb(237,176,23); }
td.TdClassName
{
border-color: #EDB017;
}
.TagClassName
{
border-color: #EDB017;
}
</style>