Shades of Gold Tips #EDB021
Tints of Gold Tips #EDB021
RGB
CMYK
RGB Variations
Color information
#EDB021 (or 0xEDB021) is known color: Gold Tips. HEX triplet: ED, B0 and 21. RGB value is (237,176,33). Sum of RGB (Red+Green+Blue) = 237+176+33=446 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.14% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB021 is #124FDE. Grayscale: #B2B2B2. Windows color (decimal): -1200095 or 2207981. OLE color: 2207981.
HSL color Cylindrical-coordinate representation of color #EDB021: hue angle of 42.06º 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 #EDB021 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 33 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.07 |
| HSL | 42.06º | 0.85% | 0.53% | - |
| HSV(B) | 42.06º | 0.86% | 0.93% | - |
| XYZ | 50.72 | 49.17 | 8.26 | - |
| YUV | 177.94 | 46.21 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 33 | 0 | 0.26 | 0.86 | 0.07 | 42.06 | 0.85 | 0.53 |
| Hex | ED | B0 | 21 | 0 | 1A | 56 | 7 | 2A | 55 | 35 |
| Octal | 355 | 260 | 41 | 0 | 32 | 126 | 7 | 52 | 125 | 65 |
| Binary | 11101101 | 10110000 | 100001 | 0 | 11010 | 1010110 | 111 | 101010 | 1010101 | 110101 |
Color Harmonies of #EDB021
Complementary color
Monochromatic Colors of #EDB021
Black with #EDB021
Text Example
Text Example
White with #EDB021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB021; }
p { color: rgb(237,176,33); }
H1.HeaderClassName
{
color: #EDB021;
}
.AnyTagClassName
{
color: #EDB021;
}
</style>
background-color css
<style>
a { background-color: #EDB021; }
a { background-color: rgb(237,176,33); }
div.DivClassName
{
background-color: #EDB021;
}
.BgClassName
{
background-color: #EDB021;
}
</style>
border-color css
<style>
span { border-color: #EDB021; }
span { border-color: rgb(237,176,33); }
td.TdClassName
{
border-color: #EDB021;
}
.TagClassName
{
border-color: #EDB021;
}
</style>