Shades of Gold Tips #EDB419
Tints of Gold Tips #EDB419
RGB
CMYK
RGB Variations
Color information
#EDB419 (or 0xEDB419) is known color: Gold Tips. HEX triplet: ED, B4 and 19. RGB value is (237,180,25). Sum of RGB (Red+Green+Blue) = 237+180+25=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB419 is #124BE6. Grayscale: #B4B4B4. Windows color (decimal): -1199079 or 1684717. OLE color: 1684717.
HSL color Cylindrical-coordinate representation of color #EDB419: hue angle of 43.87º 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 #EDB419 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 25 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.07 |
| HSL | 43.87º | 0.85% | 0.51% | - |
| HSV(B) | 43.87º | 0.89% | 0.93% | - |
| XYZ | 51.42 | 50.72 | 8 | - |
| YUV | 179.37 | 40.88 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 25 | 0 | 0.24 | 0.89 | 0.07 | 43.87 | 0.85 | 0.51 |
| Hex | ED | B4 | 19 | 0 | 18 | 59 | 7 | 2C | 55 | 33 |
| Octal | 355 | 264 | 31 | 0 | 30 | 131 | 7 | 54 | 125 | 63 |
| Binary | 11101101 | 10110100 | 11001 | 0 | 11000 | 1011001 | 111 | 101100 | 1010101 | 110011 |
Color Harmonies of #EDB419
Complementary color
Monochromatic Colors of #EDB419
Black with #EDB419
Text Example
Text Example
White with #EDB419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB419; }
p { color: rgb(237,180,25); }
H1.HeaderClassName
{
color: #EDB419;
}
.AnyTagClassName
{
color: #EDB419;
}
</style>
background-color css
<style>
a { background-color: #EDB419; }
a { background-color: rgb(237,180,25); }
div.DivClassName
{
background-color: #EDB419;
}
.BgClassName
{
background-color: #EDB419;
}
</style>
border-color css
<style>
span { border-color: #EDB419; }
span { border-color: rgb(237,180,25); }
td.TdClassName
{
border-color: #EDB419;
}
.TagClassName
{
border-color: #EDB419;
}
</style>