Shades of Gold Tips #EDAE1E
Tints of Gold Tips #EDAE1E
RGB
CMYK
RGB Variations
Color information
#EDAE1E (or 0xEDAE1E) is known color: Gold Tips. HEX triplet: ED, AE and 1E. RGB value is (237,174,30). Sum of RGB (Red+Green+Blue) = 237+174+30=441 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.74% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAE1E is #1251E1. Grayscale: #B1B1B1. Windows color (decimal): -1200610 or 2010861. OLE color: 2010861.
HSL color Cylindrical-coordinate representation of color #EDAE1E: hue angle of 41.74º 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 #EDAE1E is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 174 | 30 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.07 |
| HSL | 41.74º | 0.85% | 0.52% | - |
| HSV(B) | 41.74º | 0.87% | 0.93% | - |
| XYZ | 50.3 | 48.37 | 7.91 | - |
| YUV | 176.42 | 45.37 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 174 | 30 | 0 | 0.27 | 0.87 | 0.07 | 41.74 | 0.85 | 0.52 |
| Hex | ED | AE | 1E | 0 | 1B | 57 | 7 | 2A | 55 | 34 |
| Octal | 355 | 256 | 36 | 0 | 33 | 127 | 7 | 52 | 125 | 64 |
| Binary | 11101101 | 10101110 | 11110 | 0 | 11011 | 1010111 | 111 | 101010 | 1010101 | 110100 |
Color Harmonies of #EDAE1E
Complementary color
Monochromatic Colors of #EDAE1E
Black with #EDAE1E
Text Example
Text Example
White with #EDAE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAE1E; }
p { color: rgb(237,174,30); }
H1.HeaderClassName
{
color: #EDAE1E;
}
.AnyTagClassName
{
color: #EDAE1E;
}
</style>
background-color css
<style>
a { background-color: #EDAE1E; }
a { background-color: rgb(237,174,30); }
div.DivClassName
{
background-color: #EDAE1E;
}
.BgClassName
{
background-color: #EDAE1E;
}
</style>
border-color css
<style>
span { border-color: #EDAE1E; }
span { border-color: rgb(237,174,30); }
td.TdClassName
{
border-color: #EDAE1E;
}
.TagClassName
{
border-color: #EDAE1E;
}
</style>