Shades of Gold Tips #EDAD26
Tints of Gold Tips #EDAD26
RGB
CMYK
RGB Variations
Color information
#EDAD26 (or 0xEDAD26) is known color: Gold Tips. HEX triplet: ED, AD and 26. RGB value is (237,173,38). Sum of RGB (Red+Green+Blue) = 237+173+38=448 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.90% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 38 (15.23% from 255 or 8.48% from 448); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD26 is #1252D9. Grayscale: #B1B1B1. Windows color (decimal): -1200858 or 2534893. OLE color: 2534893.
HSL color Cylindrical-coordinate representation of color #EDAD26: hue angle of 40.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDAD26 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 38 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.07 |
| HSL | 40.7º | 0.85% | 0.54% | - |
| HSV(B) | 40.7º | 0.84% | 0.93% | - |
| XYZ | 50.22 | 48.03 | 8.46 | - |
| YUV | 176.75 | 49.7 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 38 | 0 | 0.27 | 0.84 | 0.07 | 40.7 | 0.85 | 0.54 |
| Hex | ED | AD | 26 | 0 | 1B | 54 | 7 | 29 | 55 | 36 |
| Octal | 355 | 255 | 46 | 0 | 33 | 124 | 7 | 51 | 125 | 66 |
| Binary | 11101101 | 10101101 | 100110 | 0 | 11011 | 1010100 | 111 | 101001 | 1010101 | 110110 |
Color Harmonies of #EDAD26
Complementary color
Monochromatic Colors of #EDAD26
Black with #EDAD26
Text Example
Text Example
White with #EDAD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD26; }
p { color: rgb(237,173,38); }
H1.HeaderClassName
{
color: #EDAD26;
}
.AnyTagClassName
{
color: #EDAD26;
}
</style>
background-color css
<style>
a { background-color: #EDAD26; }
a { background-color: rgb(237,173,38); }
div.DivClassName
{
background-color: #EDAD26;
}
.BgClassName
{
background-color: #EDAD26;
}
</style>
border-color css
<style>
span { border-color: #EDAD26; }
span { border-color: rgb(237,173,38); }
td.TdClassName
{
border-color: #EDAD26;
}
.TagClassName
{
border-color: #EDAD26;
}
</style>