Shades of Gold Tips #EDB11D
Tints of Gold Tips #EDB11D
RGB
CMYK
RGB Variations
Color information
#EDB11D (or 0xEDB11D) is known color: Gold Tips. HEX triplet: ED, B1 and 1D. RGB value is (237,177,29). Sum of RGB (Red+Green+Blue) = 237+177+29=443 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.50% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB11D is #124EE2. Grayscale: #B2B2B2. Windows color (decimal): -1199843 or 1946093. OLE color: 1946093.
HSL color Cylindrical-coordinate representation of color #EDB11D: hue angle of 42.69º 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 #EDB11D is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 29 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.07 |
| HSL | 42.69º | 0.85% | 0.52% | - |
| HSV(B) | 42.69º | 0.88% | 0.93% | - |
| XYZ | 50.87 | 49.54 | 8.04 | - |
| YUV | 178.07 | 43.88 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 29 | 0 | 0.25 | 0.88 | 0.07 | 42.69 | 0.85 | 0.52 |
| Hex | ED | B1 | 1D | 0 | 19 | 58 | 7 | 2B | 55 | 34 |
| Octal | 355 | 261 | 35 | 0 | 31 | 130 | 7 | 53 | 125 | 64 |
| Binary | 11101101 | 10110001 | 11101 | 0 | 11001 | 1011000 | 111 | 101011 | 1010101 | 110100 |
Color Harmonies of #EDB11D
Complementary color
Monochromatic Colors of #EDB11D
Black with #EDB11D
Text Example
Text Example
White with #EDB11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB11D; }
p { color: rgb(237,177,29); }
H1.HeaderClassName
{
color: #EDB11D;
}
.AnyTagClassName
{
color: #EDB11D;
}
</style>
background-color css
<style>
a { background-color: #EDB11D; }
a { background-color: rgb(237,177,29); }
div.DivClassName
{
background-color: #EDB11D;
}
.BgClassName
{
background-color: #EDB11D;
}
</style>
border-color css
<style>
span { border-color: #EDB11D; }
span { border-color: rgb(237,177,29); }
td.TdClassName
{
border-color: #EDB11D;
}
.TagClassName
{
border-color: #EDB11D;
}
</style>