Shades of Gold Tips #EDB41D
Tints of Gold Tips #EDB41D
RGB
CMYK
RGB Variations
Color information
#EDB41D (or 0xEDB41D) is known color: Gold Tips. HEX triplet: ED, B4 and 1D. RGB value is (237,180,29). Sum of RGB (Red+Green+Blue) = 237+180+29=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 29 (11.72% from 255 or 6.50% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB41D is #124BE2. Grayscale: #B4B4B4. Windows color (decimal): -1199075 or 1946861. OLE color: 1946861.
HSL color Cylindrical-coordinate representation of color #EDB41D: hue angle of 43.56º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDB41D is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 180 | 29 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.07 |
| HSL | 43.56º | 0.85% | 0.52% | - |
| HSV(B) | 43.56º | 0.88% | 0.93% | - |
| XYZ | 51.47 | 50.74 | 8.24 | - |
| YUV | 179.83 | 42.88 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 180 | 29 | 0 | 0.24 | 0.88 | 0.07 | 43.56 | 0.85 | 0.52 |
| Hex | ED | B4 | 1D | 0 | 18 | 58 | 7 | 2C | 55 | 34 |
| Octal | 355 | 264 | 35 | 0 | 30 | 130 | 7 | 54 | 125 | 64 |
| Binary | 11101101 | 10110100 | 11101 | 0 | 11000 | 1011000 | 111 | 101100 | 1010101 | 110100 |
Color Harmonies of #EDB41D
Complementary color
Monochromatic Colors of #EDB41D
Black with #EDB41D
Text Example
Text Example
White with #EDB41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB41D; }
p { color: rgb(237,180,29); }
H1.HeaderClassName
{
color: #EDB41D;
}
.AnyTagClassName
{
color: #EDB41D;
}
</style>
background-color css
<style>
a { background-color: #EDB41D; }
a { background-color: rgb(237,180,29); }
div.DivClassName
{
background-color: #EDB41D;
}
.BgClassName
{
background-color: #EDB41D;
}
</style>
border-color css
<style>
span { border-color: #EDB41D; }
span { border-color: rgb(237,180,29); }
td.TdClassName
{
border-color: #EDB41D;
}
.TagClassName
{
border-color: #EDB41D;
}
</style>