Shades of Gold Tips #EDB019
Tints of Gold Tips #EDB019
RGB
CMYK
RGB Variations
Color information
#EDB019 (or 0xEDB019) is known color: Gold Tips. HEX triplet: ED, B0 and 19. RGB value is (237,176,25). Sum of RGB (Red+Green+Blue) = 237+176+25=438 (58% of max value = 765). Red value is 237 (92.97% from 255 or 54.11% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB019 is #124FE6. Grayscale: #B1B1B1. Windows color (decimal): -1200103 or 1683693. OLE color: 1683693.
HSL color Cylindrical-coordinate representation of color #EDB019: hue angle of 42.74º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDB019 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 25 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.07 |
| HSL | 42.74º | 0.85% | 0.51% | - |
| HSV(B) | 42.74º | 0.89% | 0.93% | - |
| XYZ | 50.63 | 49.13 | 7.73 | - |
| YUV | 177.03 | 42.21 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 25 | 0 | 0.26 | 0.89 | 0.07 | 42.74 | 0.85 | 0.51 |
| Hex | ED | B0 | 19 | 0 | 1A | 59 | 7 | 2B | 55 | 33 |
| Octal | 355 | 260 | 31 | 0 | 32 | 131 | 7 | 53 | 125 | 63 |
| Binary | 11101101 | 10110000 | 11001 | 0 | 11010 | 1011001 | 111 | 101011 | 1010101 | 110011 |
Color Harmonies of #EDB019
Complementary color
Monochromatic Colors of #EDB019
Black with #EDB019
Text Example
Text Example
White with #EDB019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB019; }
p { color: rgb(237,176,25); }
H1.HeaderClassName
{
color: #EDB019;
}
.AnyTagClassName
{
color: #EDB019;
}
</style>
background-color css
<style>
a { background-color: #EDB019; }
a { background-color: rgb(237,176,25); }
div.DivClassName
{
background-color: #EDB019;
}
.BgClassName
{
background-color: #EDB019;
}
</style>
border-color css
<style>
span { border-color: #EDB019; }
span { border-color: rgb(237,176,25); }
td.TdClassName
{
border-color: #EDB019;
}
.TagClassName
{
border-color: #EDB019;
}
</style>