Shades of Gold Tips #EDB325
Tints of Gold Tips #EDB325
RGB
CMYK
RGB Variations
Color information
#EDB325 (or 0xEDB325) is known color: Gold Tips. HEX triplet: ED, B3 and 25. RGB value is (237,179,37). Sum of RGB (Red+Green+Blue) = 237+179+37=453 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.32% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 37 (14.84% from 255 or 8.17% from 453); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB325 is #124CDA. Grayscale: #B4B4B4. Windows color (decimal): -1199323 or 2470893. OLE color: 2470893.
HSL color Cylindrical-coordinate representation of color #EDB325: hue angle of 42.6º 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 #EDB325 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 37 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.07 |
| HSL | 42.6º | 0.85% | 0.54% | - |
| HSV(B) | 42.6º | 0.84% | 0.93% | - |
| XYZ | 51.38 | 50.38 | 8.77 | - |
| YUV | 180.15 | 47.22 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 37 | 0 | 0.24 | 0.84 | 0.07 | 42.6 | 0.85 | 0.54 |
| Hex | ED | B3 | 25 | 0 | 18 | 54 | 7 | 2B | 55 | 36 |
| Octal | 355 | 263 | 45 | 0 | 30 | 124 | 7 | 53 | 125 | 66 |
| Binary | 11101101 | 10110011 | 100101 | 0 | 11000 | 1010100 | 111 | 101011 | 1010101 | 110110 |
Color Harmonies of #EDB325
Complementary color
Monochromatic Colors of #EDB325
Black with #EDB325
Text Example
Text Example
White with #EDB325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB325; }
p { color: rgb(237,179,37); }
H1.HeaderClassName
{
color: #EDB325;
}
.AnyTagClassName
{
color: #EDB325;
}
</style>
background-color css
<style>
a { background-color: #EDB325; }
a { background-color: rgb(237,179,37); }
div.DivClassName
{
background-color: #EDB325;
}
.BgClassName
{
background-color: #EDB325;
}
</style>
border-color css
<style>
span { border-color: #EDB325; }
span { border-color: rgb(237,179,37); }
td.TdClassName
{
border-color: #EDB325;
}
.TagClassName
{
border-color: #EDB325;
}
</style>