Shades of Gold Tips #EEB520
Tints of Gold Tips #EEB520
RGB
CMYK
RGB Variations
Color information
#EEB520 (or 0xEEB520) is known color: Gold Tips. HEX triplet: EE, B5 and 20. RGB value is (238,181,32). Sum of RGB (Red+Green+Blue) = 238+181+32=451 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.77% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB520 is #114ADF. Grayscale: #B5B5B5. Windows color (decimal): -1133280 or 2143726. OLE color: 2143726.
HSL color Cylindrical-coordinate representation of color #EEB520: hue angle of 43.4º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEB520 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 32 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.07 |
| HSL | 43.4º | 0.86% | 0.53% | - |
| HSV(B) | 43.4º | 0.87% | 0.93% | - |
| XYZ | 52.04 | 51.33 | 8.53 | - |
| YUV | 181.06 | 43.88 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 32 | 0 | 0.24 | 0.87 | 0.07 | 43.4 | 0.86 | 0.53 |
| Hex | EE | B5 | 20 | 0 | 18 | 57 | 7 | 2B | 56 | 35 |
| Octal | 356 | 265 | 40 | 0 | 30 | 127 | 7 | 53 | 126 | 65 |
| Binary | 11101110 | 10110101 | 100000 | 0 | 11000 | 1010111 | 111 | 101011 | 1010110 | 110101 |
Color Harmonies of #EEB520
Complementary color
Monochromatic Colors of #EEB520
Black with #EEB520
Text Example
Text Example
White with #EEB520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB520; }
p { color: rgb(238,181,32); }
H1.HeaderClassName
{
color: #EEB520;
}
.AnyTagClassName
{
color: #EEB520;
}
</style>
background-color css
<style>
a { background-color: #EEB520; }
a { background-color: rgb(238,181,32); }
div.DivClassName
{
background-color: #EEB520;
}
.BgClassName
{
background-color: #EEB520;
}
</style>
border-color css
<style>
span { border-color: #EEB520; }
span { border-color: rgb(238,181,32); }
td.TdClassName
{
border-color: #EEB520;
}
.TagClassName
{
border-color: #EEB520;
}
</style>