Shades of Gold Tips #EDAD29
Tints of Gold Tips #EDAD29
RGB
CMYK
RGB Variations
Color information
#EDAD29 (or 0xEDAD29) is known color: Gold Tips. HEX triplet: ED, AD and 29. RGB value is (237,173,41). Sum of RGB (Red+Green+Blue) = 237+173+41=451 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.55% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 41 (16.41% from 255 or 9.09% from 451); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD29 is #1252D6. Grayscale: #B1B1B1. Windows color (decimal): -1200855 or 2731501. OLE color: 2731501.
HSL color Cylindrical-coordinate representation of color #EDAD29: hue angle of 40.41º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDAD29 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 41 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.07 |
| HSL | 40.41º | 0.84% | 0.55% | - |
| HSV(B) | 40.41º | 0.83% | 0.93% | - |
| XYZ | 50.27 | 48.05 | 8.72 | - |
| YUV | 177.09 | 51.2 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 41 | 0 | 0.27 | 0.83 | 0.07 | 40.41 | 0.84 | 0.55 |
| Hex | ED | AD | 29 | 0 | 1B | 53 | 7 | 28 | 54 | 37 |
| Octal | 355 | 255 | 51 | 0 | 33 | 123 | 7 | 50 | 124 | 67 |
| Binary | 11101101 | 10101101 | 101001 | 0 | 11011 | 1010011 | 111 | 101000 | 1010100 | 110111 |
Color Harmonies of #EDAD29
Complementary color
Monochromatic Colors of #EDAD29
Black with #EDAD29
Text Example
Text Example
White with #EDAD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD29; }
p { color: rgb(237,173,41); }
H1.HeaderClassName
{
color: #EDAD29;
}
.AnyTagClassName
{
color: #EDAD29;
}
</style>
background-color css
<style>
a { background-color: #EDAD29; }
a { background-color: rgb(237,173,41); }
div.DivClassName
{
background-color: #EDAD29;
}
.BgClassName
{
background-color: #EDAD29;
}
</style>
border-color css
<style>
span { border-color: #EDAD29; }
span { border-color: rgb(237,173,41); }
td.TdClassName
{
border-color: #EDAD29;
}
.TagClassName
{
border-color: #EDAD29;
}
</style>