Shades of Gold Tips #EEB521
Tints of Gold Tips #EEB521
RGB
CMYK
RGB Variations
Color information
#EEB521 (or 0xEEB521) is known color: Gold Tips. HEX triplet: EE, B5 and 21. RGB value is (238,181,33). Sum of RGB (Red+Green+Blue) = 238+181+33=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 33 (13.28% from 255 or 7.30% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB521 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB521 is #114ADE. Grayscale: #B5B5B5. Windows color (decimal): -1133279 or 2209262. OLE color: 2209262.
HSL color Cylindrical-coordinate representation of color #EEB521: hue angle of 43.32º degrees, saturation: 0.86, 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 #EEB521 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 181 | 33 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.07 |
| HSL | 43.32º | 0.86% | 0.53% | - |
| HSV(B) | 43.32º | 0.86% | 0.93% | - |
| XYZ | 52.06 | 51.33 | 8.6 | - |
| YUV | 181.17 | 44.38 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 181 | 33 | 0 | 0.24 | 0.86 | 0.07 | 43.32 | 0.86 | 0.53 |
| Hex | EE | B5 | 21 | 0 | 18 | 56 | 7 | 2B | 56 | 35 |
| Octal | 356 | 265 | 41 | 0 | 30 | 126 | 7 | 53 | 126 | 65 |
| Binary | 11101110 | 10110101 | 100001 | 0 | 11000 | 1010110 | 111 | 101011 | 1010110 | 110101 |
Color Harmonies of #EEB521
Complementary color
Monochromatic Colors of #EEB521
Black with #EEB521
Text Example
Text Example
White with #EEB521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB521; }
p { color: rgb(238,181,33); }
H1.HeaderClassName
{
color: #EEB521;
}
.AnyTagClassName
{
color: #EEB521;
}
</style>
background-color css
<style>
a { background-color: #EEB521; }
a { background-color: rgb(238,181,33); }
div.DivClassName
{
background-color: #EEB521;
}
.BgClassName
{
background-color: #EEB521;
}
</style>
border-color css
<style>
span { border-color: #EEB521; }
span { border-color: rgb(238,181,33); }
td.TdClassName
{
border-color: #EEB521;
}
.TagClassName
{
border-color: #EEB521;
}
</style>