Shades of Gold Tips #EDB01D
Tints of Gold Tips #EDB01D
RGB
CMYK
RGB Variations
Color information
#EDB01D (or 0xEDB01D) is known color: Gold Tips. HEX triplet: ED, B0 and 1D. RGB value is (237,176,29). Sum of RGB (Red+Green+Blue) = 237+176+29=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB01D is #124FE2. Grayscale: #B2B2B2. Windows color (decimal): -1200099 or 1945837. OLE color: 1945837.
HSL color Cylindrical-coordinate representation of color #EDB01D: hue angle of 42.4º 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 #EDB01D is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 29 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.07 |
| HSL | 42.4º | 0.85% | 0.52% | - |
| HSV(B) | 42.4º | 0.88% | 0.93% | - |
| XYZ | 50.67 | 49.14 | 7.98 | - |
| YUV | 177.48 | 44.21 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 29 | 0 | 0.26 | 0.88 | 0.07 | 42.4 | 0.85 | 0.52 |
| Hex | ED | B0 | 1D | 0 | 1A | 58 | 7 | 2A | 55 | 34 |
| Octal | 355 | 260 | 35 | 0 | 32 | 130 | 7 | 52 | 125 | 64 |
| Binary | 11101101 | 10110000 | 11101 | 0 | 11010 | 1011000 | 111 | 101010 | 1010101 | 110100 |
Color Harmonies of #EDB01D
Complementary color
Monochromatic Colors of #EDB01D
Black with #EDB01D
Text Example
Text Example
White with #EDB01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB01D; }
p { color: rgb(237,176,29); }
H1.HeaderClassName
{
color: #EDB01D;
}
.AnyTagClassName
{
color: #EDB01D;
}
</style>
background-color css
<style>
a { background-color: #EDB01D; }
a { background-color: rgb(237,176,29); }
div.DivClassName
{
background-color: #EDB01D;
}
.BgClassName
{
background-color: #EDB01D;
}
</style>
border-color css
<style>
span { border-color: #EDB01D; }
span { border-color: rgb(237,176,29); }
td.TdClassName
{
border-color: #EDB01D;
}
.TagClassName
{
border-color: #EDB01D;
}
</style>