Shades of Gold Tips #EDA71D
Tints of Gold Tips #EDA71D
RGB
CMYK
RGB Variations
Color information
#EDA71D (or 0xEDA71D) is known color: Gold Tips. HEX triplet: ED, A7 and 1D. RGB value is (237,167,29). Sum of RGB (Red+Green+Blue) = 237+167+29=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA71D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA71D is #1258E2. Grayscale: #ACACAC. Windows color (decimal): -1202403 or 1943533. OLE color: 1943533.
HSL color Cylindrical-coordinate representation of color #EDA71D: hue angle of 39.81º 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 #EDA71D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 29 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.07 |
| HSL | 39.81º | 0.85% | 0.52% | - |
| HSV(B) | 39.81º | 0.88% | 0.93% | - |
| XYZ | 48.97 | 45.73 | 7.41 | - |
| YUV | 172.2 | 47.19 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 29 | 0 | 0.30 | 0.88 | 0.07 | 39.81 | 0.85 | 0.52 |
| Hex | ED | A7 | 1D | 0 | 1E | 58 | 7 | 28 | 55 | 34 |
| Octal | 355 | 247 | 35 | 0 | 36 | 130 | 7 | 50 | 125 | 64 |
| Binary | 11101101 | 10100111 | 11101 | 0 | 11110 | 1011000 | 111 | 101000 | 1010101 | 110100 |
Color Harmonies of #EDA71D
Complementary color
Monochromatic Colors of #EDA71D
Black with #EDA71D
Text Example
Text Example
White with #EDA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA71D; }
p { color: rgb(237,167,29); }
H1.HeaderClassName
{
color: #EDA71D;
}
.AnyTagClassName
{
color: #EDA71D;
}
</style>
background-color css
<style>
a { background-color: #EDA71D; }
a { background-color: rgb(237,167,29); }
div.DivClassName
{
background-color: #EDA71D;
}
.BgClassName
{
background-color: #EDA71D;
}
</style>
border-color css
<style>
span { border-color: #EDA71D; }
span { border-color: rgb(237,167,29); }
td.TdClassName
{
border-color: #EDA71D;
}
.TagClassName
{
border-color: #EDA71D;
}
</style>