Shades of Gold Tips #EEB321
Tints of Gold Tips #EEB321
RGB
CMYK
RGB Variations
Color information
#EEB321 (or 0xEEB321) is known color: Gold Tips. HEX triplet: EE, B3 and 21. RGB value is (238,179,33). Sum of RGB (Red+Green+Blue) = 238+179+33=450 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.89% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB321 is #114CDE. Grayscale: #B4B4B4. Windows color (decimal): -1133791 or 2208750. OLE color: 2208750.
HSL color Cylindrical-coordinate representation of color #EEB321: hue angle of 42.73º 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 #EEB321 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 33 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.07 |
| HSL | 42.73º | 0.86% | 0.53% | - |
| HSV(B) | 42.73º | 0.86% | 0.93% | - |
| XYZ | 51.65 | 50.53 | 8.47 | - |
| YUV | 180 | 45.05 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 33 | 0 | 0.25 | 0.86 | 0.07 | 42.73 | 0.86 | 0.53 |
| Hex | EE | B3 | 21 | 0 | 19 | 56 | 7 | 2B | 56 | 35 |
| Octal | 356 | 263 | 41 | 0 | 31 | 126 | 7 | 53 | 126 | 65 |
| Binary | 11101110 | 10110011 | 100001 | 0 | 11001 | 1010110 | 111 | 101011 | 1010110 | 110101 |
Color Harmonies of #EEB321
Complementary color
Monochromatic Colors of #EEB321
Black with #EEB321
Text Example
Text Example
White with #EEB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB321; }
p { color: rgb(238,179,33); }
H1.HeaderClassName
{
color: #EEB321;
}
.AnyTagClassName
{
color: #EEB321;
}
</style>
background-color css
<style>
a { background-color: #EEB321; }
a { background-color: rgb(238,179,33); }
div.DivClassName
{
background-color: #EEB321;
}
.BgClassName
{
background-color: #EEB321;
}
</style>
border-color css
<style>
span { border-color: #EEB321; }
span { border-color: rgb(238,179,33); }
td.TdClassName
{
border-color: #EEB321;
}
.TagClassName
{
border-color: #EEB321;
}
</style>