Shades of Gold Tips #EDB328
Tints of Gold Tips #EDB328
RGB
CMYK
RGB Variations
Color information
#EDB328 (or 0xEDB328) is known color: Gold Tips. HEX triplet: ED, B3 and 28. RGB value is (237,179,40). Sum of RGB (Red+Green+Blue) = 237+179+40=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB328 is #124CD7. Grayscale: #B5B5B5. Windows color (decimal): -1199320 or 2667501. OLE color: 2667501.
HSL color Cylindrical-coordinate representation of color #EDB328: hue angle of 42.34º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDB328 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 40 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.07 |
| HSL | 42.34º | 0.85% | 0.54% | - |
| HSV(B) | 42.34º | 0.83% | 0.93% | - |
| XYZ | 51.43 | 50.4 | 9.02 | - |
| YUV | 180.5 | 48.72 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 40 | 0 | 0.24 | 0.83 | 0.07 | 42.34 | 0.85 | 0.54 |
| Hex | ED | B3 | 28 | 0 | 18 | 53 | 7 | 2A | 55 | 36 |
| Octal | 355 | 263 | 50 | 0 | 30 | 123 | 7 | 52 | 125 | 66 |
| Binary | 11101101 | 10110011 | 101000 | 0 | 11000 | 1010011 | 111 | 101010 | 1010101 | 110110 |
Color Harmonies of #EDB328
Complementary color
Monochromatic Colors of #EDB328
Black with #EDB328
Text Example
Text Example
White with #EDB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB328; }
p { color: rgb(237,179,40); }
H1.HeaderClassName
{
color: #EDB328;
}
.AnyTagClassName
{
color: #EDB328;
}
</style>
background-color css
<style>
a { background-color: #EDB328; }
a { background-color: rgb(237,179,40); }
div.DivClassName
{
background-color: #EDB328;
}
.BgClassName
{
background-color: #EDB328;
}
</style>
border-color css
<style>
span { border-color: #EDB328; }
span { border-color: rgb(237,179,40); }
td.TdClassName
{
border-color: #EDB328;
}
.TagClassName
{
border-color: #EDB328;
}
</style>