Shades of Gold Tips #EDA61E
Tints of Gold Tips #EDA61E
RGB
CMYK
RGB Variations
Color information
#EDA61E (or 0xEDA61E) is known color: Gold Tips. HEX triplet: ED, A6 and 1E. RGB value is (237,166,30). Sum of RGB (Red+Green+Blue) = 237+166+30=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA61E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA61E is #1259E1. Grayscale: #ACACAC. Windows color (decimal): -1202658 or 2008813. OLE color: 2008813.
HSL color Cylindrical-coordinate representation of color #EDA61E: hue angle of 39.42º 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 #EDA61E is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 30 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.07 |
| HSL | 39.42º | 0.85% | 0.52% | - |
| HSV(B) | 39.42º | 0.87% | 0.93% | - |
| XYZ | 48.8 | 45.37 | 7.41 | - |
| YUV | 171.73 | 48.02 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 30 | 0 | 0.30 | 0.87 | 0.07 | 39.42 | 0.85 | 0.52 |
| Hex | ED | A6 | 1E | 0 | 1E | 57 | 7 | 27 | 55 | 34 |
| Octal | 355 | 246 | 36 | 0 | 36 | 127 | 7 | 47 | 125 | 64 |
| Binary | 11101101 | 10100110 | 11110 | 0 | 11110 | 1010111 | 111 | 100111 | 1010101 | 110100 |
Color Harmonies of #EDA61E
Complementary color
Monochromatic Colors of #EDA61E
Black with #EDA61E
Text Example
Text Example
White with #EDA61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA61E; }
p { color: rgb(237,166,30); }
H1.HeaderClassName
{
color: #EDA61E;
}
.AnyTagClassName
{
color: #EDA61E;
}
</style>
background-color css
<style>
a { background-color: #EDA61E; }
a { background-color: rgb(237,166,30); }
div.DivClassName
{
background-color: #EDA61E;
}
.BgClassName
{
background-color: #EDA61E;
}
</style>
border-color css
<style>
span { border-color: #EDA61E; }
span { border-color: rgb(237,166,30); }
td.TdClassName
{
border-color: #EDA61E;
}
.TagClassName
{
border-color: #EDA61E;
}
</style>