Shades of Gold Tips #EDB321
Tints of Gold Tips #EDB321
RGB
CMYK
RGB Variations
Color information
#EDB321 (or 0xEDB321) is known color: Gold Tips. HEX triplet: ED, B3 and 21. RGB value is (237,179,33). Sum of RGB (Red+Green+Blue) = 237+179+33=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB321 is #124CDE. Grayscale: #B4B4B4. Windows color (decimal): -1199327 or 2208749. OLE color: 2208749.
HSL color Cylindrical-coordinate representation of color #EDB321: hue angle of 42.94º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDB321 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 33 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.07 |
| HSL | 42.94º | 0.85% | 0.53% | - |
| HSV(B) | 42.94º | 0.86% | 0.93% | - |
| XYZ | 51.32 | 50.35 | 8.45 | - |
| YUV | 179.7 | 45.22 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 33 | 0 | 0.24 | 0.86 | 0.07 | 42.94 | 0.85 | 0.53 |
| Hex | ED | B3 | 21 | 0 | 18 | 56 | 7 | 2B | 55 | 35 |
| Octal | 355 | 263 | 41 | 0 | 30 | 126 | 7 | 53 | 125 | 65 |
| Binary | 11101101 | 10110011 | 100001 | 0 | 11000 | 1010110 | 111 | 101011 | 1010101 | 110101 |
Color Harmonies of #EDB321
Complementary color
Monochromatic Colors of #EDB321
Black with #EDB321
Text Example
Text Example
White with #EDB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB321; }
p { color: rgb(237,179,33); }
H1.HeaderClassName
{
color: #EDB321;
}
.AnyTagClassName
{
color: #EDB321;
}
</style>
background-color css
<style>
a { background-color: #EDB321; }
a { background-color: rgb(237,179,33); }
div.DivClassName
{
background-color: #EDB321;
}
.BgClassName
{
background-color: #EDB321;
}
</style>
border-color css
<style>
span { border-color: #EDB321; }
span { border-color: rgb(237,179,33); }
td.TdClassName
{
border-color: #EDB321;
}
.TagClassName
{
border-color: #EDB321;
}
</style>