Shades of Gold Tips #EDB317
Tints of Gold Tips #EDB317
RGB
CMYK
RGB Variations
Color information
#EDB317 (or 0xEDB317) is known color: Gold Tips. HEX triplet: ED, B3 and 17. RGB value is (237,179,23). Sum of RGB (Red+Green+Blue) = 237+179+23=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 23 (9.38% from 255 or 5.24% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB317 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB317 is #124CE8. Grayscale: #B3B3B3. Windows color (decimal): -1199337 or 1553389. OLE color: 1553389.
HSL color Cylindrical-coordinate representation of color #EDB317: hue angle of 43.74º 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 #EDB317 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 23 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.07 |
| HSL | 43.74º | 0.86% | 0.51% | - |
| HSV(B) | 43.74º | 0.9% | 0.93% | - |
| XYZ | 51.2 | 50.31 | 7.82 | - |
| YUV | 178.56 | 40.22 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 23 | 0 | 0.24 | 0.90 | 0.07 | 43.74 | 0.86 | 0.51 |
| Hex | ED | B3 | 17 | 0 | 18 | 5A | 7 | 2C | 56 | 33 |
| Octal | 355 | 263 | 27 | 0 | 30 | 132 | 7 | 54 | 126 | 63 |
| Binary | 11101101 | 10110011 | 10111 | 0 | 11000 | 1011010 | 111 | 101100 | 1010110 | 110011 |
Color Harmonies of #EDB317
Complementary color
Monochromatic Colors of #EDB317
Black with #EDB317
Text Example
Text Example
White with #EDB317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB317; }
p { color: rgb(237,179,23); }
H1.HeaderClassName
{
color: #EDB317;
}
.AnyTagClassName
{
color: #EDB317;
}
</style>
background-color css
<style>
a { background-color: #EDB317; }
a { background-color: rgb(237,179,23); }
div.DivClassName
{
background-color: #EDB317;
}
.BgClassName
{
background-color: #EDB317;
}
</style>
border-color css
<style>
span { border-color: #EDB317; }
span { border-color: rgb(237,179,23); }
td.TdClassName
{
border-color: #EDB317;
}
.TagClassName
{
border-color: #EDB317;
}
</style>