Shades of Gold Tips #EDA91F
Tints of Gold Tips #EDA91F
RGB
CMYK
RGB Variations
Color information
#EDA91F (or 0xEDA91F) is known color: Gold Tips. HEX triplet: ED, A9 and 1F. RGB value is (237,169,31). Sum of RGB (Red+Green+Blue) = 237+169+31=437 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.23% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 31 (12.5% from 255 or 7.09% from 437); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA91F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA91F is #1256E0. Grayscale: #AEAEAE. Windows color (decimal): -1201889 or 2075117. OLE color: 2075117.
HSL color Cylindrical-coordinate representation of color #EDA91F: hue angle of 40.19º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDA91F is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 31 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.07 |
| HSL | 40.19º | 0.85% | 0.53% | - |
| HSV(B) | 40.19º | 0.87% | 0.93% | - |
| XYZ | 49.36 | 46.48 | 7.67 | - |
| YUV | 173.6 | 47.53 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 31 | 0 | 0.29 | 0.87 | 0.07 | 40.19 | 0.85 | 0.53 |
| Hex | ED | A9 | 1F | 0 | 1D | 57 | 7 | 28 | 55 | 35 |
| Octal | 355 | 251 | 37 | 0 | 35 | 127 | 7 | 50 | 125 | 65 |
| Binary | 11101101 | 10101001 | 11111 | 0 | 11101 | 1010111 | 111 | 101000 | 1010101 | 110101 |
Color Harmonies of #EDA91F
Complementary color
Monochromatic Colors of #EDA91F
Black with #EDA91F
Text Example
Text Example
White with #EDA91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA91F; }
p { color: rgb(237,169,31); }
H1.HeaderClassName
{
color: #EDA91F;
}
.AnyTagClassName
{
color: #EDA91F;
}
</style>
background-color css
<style>
a { background-color: #EDA91F; }
a { background-color: rgb(237,169,31); }
div.DivClassName
{
background-color: #EDA91F;
}
.BgClassName
{
background-color: #EDA91F;
}
</style>
border-color css
<style>
span { border-color: #EDA91F; }
span { border-color: rgb(237,169,31); }
td.TdClassName
{
border-color: #EDA91F;
}
.TagClassName
{
border-color: #EDA91F;
}
</style>