Shades of Gold Tips #EDB024
Tints of Gold Tips #EDB024
RGB
CMYK
RGB Variations
Color information
#EDB024 (or 0xEDB024) is known color: Gold Tips. HEX triplet: ED, B0 and 24. RGB value is (237,176,36). Sum of RGB (Red+Green+Blue) = 237+176+36=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB024 is #124FDB. Grayscale: #B2B2B2. Windows color (decimal): -1200092 or 2404589. OLE color: 2404589.
HSL color Cylindrical-coordinate representation of color #EDB024: hue angle of 41.79º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EDB024 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 36 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.07 |
| HSL | 41.79º | 0.85% | 0.54% | - |
| HSV(B) | 41.79º | 0.85% | 0.93% | - |
| XYZ | 50.77 | 49.18 | 8.49 | - |
| YUV | 178.28 | 47.71 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 36 | 0 | 0.26 | 0.85 | 0.07 | 41.79 | 0.85 | 0.54 |
| Hex | ED | B0 | 24 | 0 | 1A | 55 | 7 | 2A | 55 | 36 |
| Octal | 355 | 260 | 44 | 0 | 32 | 125 | 7 | 52 | 125 | 66 |
| Binary | 11101101 | 10110000 | 100100 | 0 | 11010 | 1010101 | 111 | 101010 | 1010101 | 110110 |
Color Harmonies of #EDB024
Complementary color
Monochromatic Colors of #EDB024
Black with #EDB024
Text Example
Text Example
White with #EDB024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB024; }
p { color: rgb(237,176,36); }
H1.HeaderClassName
{
color: #EDB024;
}
.AnyTagClassName
{
color: #EDB024;
}
</style>
background-color css
<style>
a { background-color: #EDB024; }
a { background-color: rgb(237,176,36); }
div.DivClassName
{
background-color: #EDB024;
}
.BgClassName
{
background-color: #EDB024;
}
</style>
border-color css
<style>
span { border-color: #EDB024; }
span { border-color: rgb(237,176,36); }
td.TdClassName
{
border-color: #EDB024;
}
.TagClassName
{
border-color: #EDB024;
}
</style>