Shades of Gold Tips #EDA926
Tints of Gold Tips #EDA926
RGB
CMYK
RGB Variations
Color information
#EDA926 (or 0xEDA926) is known color: Gold Tips. HEX triplet: ED, A9 and 26. RGB value is (237,169,38). Sum of RGB (Red+Green+Blue) = 237+169+38=444 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.38% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA926 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA926 is #1256D9. Grayscale: #AEAEAE. Windows color (decimal): -1201882 or 2533869. OLE color: 2533869.
HSL color Cylindrical-coordinate representation of color #EDA926: hue angle of 39.5º 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 #EDA926 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 38 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.07 |
| HSL | 39.5º | 0.85% | 0.54% | - |
| HSV(B) | 39.5º | 0.84% | 0.93% | - |
| XYZ | 49.46 | 46.52 | 8.21 | - |
| YUV | 174.4 | 51.03 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 38 | 0 | 0.29 | 0.84 | 0.07 | 39.5 | 0.85 | 0.54 |
| Hex | ED | A9 | 26 | 0 | 1D | 54 | 7 | 27 | 55 | 36 |
| Octal | 355 | 251 | 46 | 0 | 35 | 124 | 7 | 47 | 125 | 66 |
| Binary | 11101101 | 10101001 | 100110 | 0 | 11101 | 1010100 | 111 | 100111 | 1010101 | 110110 |
Color Harmonies of #EDA926
Complementary color
Monochromatic Colors of #EDA926
Black with #EDA926
Text Example
Text Example
White with #EDA926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA926; }
p { color: rgb(237,169,38); }
H1.HeaderClassName
{
color: #EDA926;
}
.AnyTagClassName
{
color: #EDA926;
}
</style>
background-color css
<style>
a { background-color: #EDA926; }
a { background-color: rgb(237,169,38); }
div.DivClassName
{
background-color: #EDA926;
}
.BgClassName
{
background-color: #EDA926;
}
</style>
border-color css
<style>
span { border-color: #EDA926; }
span { border-color: rgb(237,169,38); }
td.TdClassName
{
border-color: #EDA926;
}
.TagClassName
{
border-color: #EDA926;
}
</style>