Shades of Gold Tips #EDAF1E
Tints of Gold Tips #EDAF1E
RGB
CMYK
RGB Variations
Color information
#EDAF1E (or 0xEDAF1E) is known color: Gold Tips. HEX triplet: ED, AF and 1E. RGB value is (237,175,30). Sum of RGB (Red+Green+Blue) = 237+175+30=442 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.62% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 30 (12.11% from 255 or 6.79% from 442); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAF1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAF1E is #1250E1. Grayscale: #B1B1B1. Windows color (decimal): -1200354 or 2011117. OLE color: 2011117.
HSL color Cylindrical-coordinate representation of color #EDAF1E: hue angle of 42.03º 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 #EDAF1E is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 175 | 30 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.07 |
| HSL | 42.03º | 0.85% | 0.52% | - |
| HSV(B) | 42.03º | 0.87% | 0.93% | - |
| XYZ | 50.49 | 48.76 | 7.98 | - |
| YUV | 177.01 | 45.04 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 175 | 30 | 0 | 0.26 | 0.87 | 0.07 | 42.03 | 0.85 | 0.52 |
| Hex | ED | AF | 1E | 0 | 1A | 57 | 7 | 2A | 55 | 34 |
| Octal | 355 | 257 | 36 | 0 | 32 | 127 | 7 | 52 | 125 | 64 |
| Binary | 11101101 | 10101111 | 11110 | 0 | 11010 | 1010111 | 111 | 101010 | 1010101 | 110100 |
Color Harmonies of #EDAF1E
Complementary color
Monochromatic Colors of #EDAF1E
Black with #EDAF1E
Text Example
Text Example
White with #EDAF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAF1E; }
p { color: rgb(237,175,30); }
H1.HeaderClassName
{
color: #EDAF1E;
}
.AnyTagClassName
{
color: #EDAF1E;
}
</style>
background-color css
<style>
a { background-color: #EDAF1E; }
a { background-color: rgb(237,175,30); }
div.DivClassName
{
background-color: #EDAF1E;
}
.BgClassName
{
background-color: #EDAF1E;
}
</style>
border-color css
<style>
span { border-color: #EDAF1E; }
span { border-color: rgb(237,175,30); }
td.TdClassName
{
border-color: #EDAF1E;
}
.TagClassName
{
border-color: #EDAF1E;
}
</style>