Shades of Gold Tips #EDB41E
Tints of Gold Tips #EDB41E
RGB
CMYK
RGB Variations
Color information
#EDB41E (or 0xEDB41E) is known color: Gold Tips. HEX triplet: ED, B4 and 1E. RGB value is (237,180,30). Sum of RGB (Red+Green+Blue) = 237+180+30=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB41E is #124BE1. Grayscale: #B4B4B4. Windows color (decimal): -1199074 or 2012397. OLE color: 2012397.
HSL color Cylindrical-coordinate representation of color #EDB41E: hue angle of 43.48º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDB41E is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 30 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.07 |
| HSL | 43.48º | 0.85% | 0.52% | - |
| HSV(B) | 43.48º | 0.87% | 0.93% | - |
| XYZ | 51.48 | 50.74 | 8.31 | - |
| YUV | 179.94 | 43.38 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 30 | 0 | 0.24 | 0.87 | 0.07 | 43.48 | 0.85 | 0.52 |
| Hex | ED | B4 | 1E | 0 | 18 | 57 | 7 | 2B | 55 | 34 |
| Octal | 355 | 264 | 36 | 0 | 30 | 127 | 7 | 53 | 125 | 64 |
| Binary | 11101101 | 10110100 | 11110 | 0 | 11000 | 1010111 | 111 | 101011 | 1010101 | 110100 |
Color Harmonies of #EDB41E
Complementary color
Monochromatic Colors of #EDB41E
Black with #EDB41E
Text Example
Text Example
White with #EDB41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB41E; }
p { color: rgb(237,180,30); }
H1.HeaderClassName
{
color: #EDB41E;
}
.AnyTagClassName
{
color: #EDB41E;
}
</style>
background-color css
<style>
a { background-color: #EDB41E; }
a { background-color: rgb(237,180,30); }
div.DivClassName
{
background-color: #EDB41E;
}
.BgClassName
{
background-color: #EDB41E;
}
</style>
border-color css
<style>
span { border-color: #EDB41E; }
span { border-color: rgb(237,180,30); }
td.TdClassName
{
border-color: #EDB41E;
}
.TagClassName
{
border-color: #EDB41E;
}
</style>