Shades of Gold Tips #EDB316
Tints of Gold Tips #EDB316
RGB
CMYK
RGB Variations
Color information
#EDB316 (or 0xEDB316) is known color: Gold Tips. HEX triplet: ED, B3 and 16. RGB value is (237,179,22). Sum of RGB (Red+Green+Blue) = 237+179+22=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB316 is #124CE9. Grayscale: #B3B3B3. Windows color (decimal): -1199338 or 1487853. OLE color: 1487853.
HSL color Cylindrical-coordinate representation of color #EDB316: hue angle of 43.81º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDB316 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0.07 |
| HSL | 43.81º | 0.86% | 0.51% | - |
| HSV(B) | 43.81º | 0.91% | 0.93% | - |
| XYZ | 51.19 | 50.3 | 7.77 | - |
| YUV | 178.44 | 39.72 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 22 | 0 | 0.24 | 0.91 | 0.07 | 43.81 | 0.86 | 0.51 |
| Hex | ED | B3 | 16 | 0 | 18 | 5B | 7 | 2C | 56 | 33 |
| Octal | 355 | 263 | 26 | 0 | 30 | 133 | 7 | 54 | 126 | 63 |
| Binary | 11101101 | 10110011 | 10110 | 0 | 11000 | 1011011 | 111 | 101100 | 1010110 | 110011 |
Color Harmonies of #EDB316
Complementary color
Monochromatic Colors of #EDB316
Black with #EDB316
Text Example
Text Example
White with #EDB316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB316; }
p { color: rgb(237,179,22); }
H1.HeaderClassName
{
color: #EDB316;
}
.AnyTagClassName
{
color: #EDB316;
}
</style>
background-color css
<style>
a { background-color: #EDB316; }
a { background-color: rgb(237,179,22); }
div.DivClassName
{
background-color: #EDB316;
}
.BgClassName
{
background-color: #EDB316;
}
</style>
border-color css
<style>
span { border-color: #EDB316; }
span { border-color: rgb(237,179,22); }
td.TdClassName
{
border-color: #EDB316;
}
.TagClassName
{
border-color: #EDB316;
}
</style>