Shades of Gold Tips #EDB324
Tints of Gold Tips #EDB324
RGB
CMYK
RGB Variations
Color information
#EDB324 (or 0xEDB324) is known color: Gold Tips. HEX triplet: ED, B3 and 24. RGB value is (237,179,36). Sum of RGB (Red+Green+Blue) = 237+179+36=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB324 is #124CDB. Grayscale: #B4B4B4. Windows color (decimal): -1199324 or 2405357. OLE color: 2405357.
HSL color Cylindrical-coordinate representation of color #EDB324: hue angle of 42.69º 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 #EDB324 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 36 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.07 |
| HSL | 42.69º | 0.85% | 0.54% | - |
| HSV(B) | 42.69º | 0.85% | 0.93% | - |
| XYZ | 51.36 | 50.37 | 8.68 | - |
| YUV | 180.04 | 46.72 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 36 | 0 | 0.24 | 0.85 | 0.07 | 42.69 | 0.85 | 0.54 |
| Hex | ED | B3 | 24 | 0 | 18 | 55 | 7 | 2B | 55 | 36 |
| Octal | 355 | 263 | 44 | 0 | 30 | 125 | 7 | 53 | 125 | 66 |
| Binary | 11101101 | 10110011 | 100100 | 0 | 11000 | 1010101 | 111 | 101011 | 1010101 | 110110 |
Color Harmonies of #EDB324
Complementary color
Monochromatic Colors of #EDB324
Black with #EDB324
Text Example
Text Example
White with #EDB324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB324; }
p { color: rgb(237,179,36); }
H1.HeaderClassName
{
color: #EDB324;
}
.AnyTagClassName
{
color: #EDB324;
}
</style>
background-color css
<style>
a { background-color: #EDB324; }
a { background-color: rgb(237,179,36); }
div.DivClassName
{
background-color: #EDB324;
}
.BgClassName
{
background-color: #EDB324;
}
</style>
border-color css
<style>
span { border-color: #EDB324; }
span { border-color: rgb(237,179,36); }
td.TdClassName
{
border-color: #EDB324;
}
.TagClassName
{
border-color: #EDB324;
}
</style>