Shades of Gold Tips #EDAD1E
Tints of Gold Tips #EDAD1E
RGB
CMYK
RGB Variations
Color information
#EDAD1E (or 0xEDAD1E) is known color: Gold Tips. HEX triplet: ED, AD and 1E. RGB value is (237,173,30). Sum of RGB (Red+Green+Blue) = 237+173+30=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD1E is #1252E1. Grayscale: #B0B0B0. Windows color (decimal): -1200866 or 2010605. OLE color: 2010605.
HSL color Cylindrical-coordinate representation of color #EDAD1E: hue angle of 41.45º 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 #EDAD1E is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 30 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.07 |
| HSL | 41.45º | 0.85% | 0.52% | - |
| HSV(B) | 41.45º | 0.87% | 0.93% | - |
| XYZ | 50.1 | 47.99 | 7.85 | - |
| YUV | 175.83 | 45.7 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 30 | 0 | 0.27 | 0.87 | 0.07 | 41.45 | 0.85 | 0.52 |
| Hex | ED | AD | 1E | 0 | 1B | 57 | 7 | 29 | 55 | 34 |
| Octal | 355 | 255 | 36 | 0 | 33 | 127 | 7 | 51 | 125 | 64 |
| Binary | 11101101 | 10101101 | 11110 | 0 | 11011 | 1010111 | 111 | 101001 | 1010101 | 110100 |
Color Harmonies of #EDAD1E
Complementary color
Monochromatic Colors of #EDAD1E
Black with #EDAD1E
Text Example
Text Example
White with #EDAD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD1E; }
p { color: rgb(237,173,30); }
H1.HeaderClassName
{
color: #EDAD1E;
}
.AnyTagClassName
{
color: #EDAD1E;
}
</style>
background-color css
<style>
a { background-color: #EDAD1E; }
a { background-color: rgb(237,173,30); }
div.DivClassName
{
background-color: #EDAD1E;
}
.BgClassName
{
background-color: #EDAD1E;
}
</style>
border-color css
<style>
span { border-color: #EDAD1E; }
span { border-color: rgb(237,173,30); }
td.TdClassName
{
border-color: #EDAD1E;
}
.TagClassName
{
border-color: #EDAD1E;
}
</style>