Shades of Gold Tips #EDB025
Tints of Gold Tips #EDB025
RGB
CMYK
RGB Variations
Color information
#EDB025 (or 0xEDB025) is known color: Gold Tips. HEX triplet: ED, B0 and 25. RGB value is (237,176,37). Sum of RGB (Red+Green+Blue) = 237+176+37=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB025 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB025 is #124FDA. Grayscale: #B3B3B3. Windows color (decimal): -1200091 or 2470125. OLE color: 2470125.
HSL color Cylindrical-coordinate representation of color #EDB025: hue angle of 41.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 #EDB025 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 37 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.07 |
| HSL | 41.7º | 0.85% | 0.54% | - |
| HSV(B) | 41.7º | 0.84% | 0.93% | - |
| XYZ | 50.78 | 49.19 | 8.57 | - |
| YUV | 178.39 | 48.21 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 37 | 0 | 0.26 | 0.84 | 0.07 | 41.7 | 0.85 | 0.54 |
| Hex | ED | B0 | 25 | 0 | 1A | 54 | 7 | 2A | 55 | 36 |
| Octal | 355 | 260 | 45 | 0 | 32 | 124 | 7 | 52 | 125 | 66 |
| Binary | 11101101 | 10110000 | 100101 | 0 | 11010 | 1010100 | 111 | 101010 | 1010101 | 110110 |
Color Harmonies of #EDB025
Complementary color
Monochromatic Colors of #EDB025
Black with #EDB025
Text Example
Text Example
White with #EDB025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB025; }
p { color: rgb(237,176,37); }
H1.HeaderClassName
{
color: #EDB025;
}
.AnyTagClassName
{
color: #EDB025;
}
</style>
background-color css
<style>
a { background-color: #EDB025; }
a { background-color: rgb(237,176,37); }
div.DivClassName
{
background-color: #EDB025;
}
.BgClassName
{
background-color: #EDB025;
}
</style>
border-color css
<style>
span { border-color: #EDB025; }
span { border-color: rgb(237,176,37); }
td.TdClassName
{
border-color: #EDB025;
}
.TagClassName
{
border-color: #EDB025;
}
</style>