Shades of Gold Tips #EEB324
Tints of Gold Tips #EEB324
RGB
CMYK
RGB Variations
Color information
#EEB324 (or 0xEEB324) is known color: Gold Tips. HEX triplet: EE, B3 and 24. RGB value is (238,179,36). Sum of RGB (Red+Green+Blue) = 238+179+36=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB324 is #114CDB. Grayscale: #B4B4B4. Windows color (decimal): -1133788 or 2405358. OLE color: 2405358.
HSL color Cylindrical-coordinate representation of color #EEB324: hue angle of 42.48º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEB324 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 36 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.07 |
| HSL | 42.48º | 0.86% | 0.54% | - |
| HSV(B) | 42.48º | 0.85% | 0.93% | - |
| XYZ | 51.7 | 50.54 | 8.7 | - |
| YUV | 180.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 36 | 0 | 0.25 | 0.85 | 0.07 | 42.48 | 0.86 | 0.54 |
| Hex | EE | B3 | 24 | 0 | 19 | 55 | 7 | 2A | 56 | 36 |
| Octal | 356 | 263 | 44 | 0 | 31 | 125 | 7 | 52 | 126 | 66 |
| Binary | 11101110 | 10110011 | 100100 | 0 | 11001 | 1010101 | 111 | 101010 | 1010110 | 110110 |
Color Harmonies of #EEB324
Complementary color
Monochromatic Colors of #EEB324
Black with #EEB324
Text Example
Text Example
White with #EEB324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB324; }
p { color: rgb(238,179,36); }
H1.HeaderClassName
{
color: #EEB324;
}
.AnyTagClassName
{
color: #EEB324;
}
</style>
background-color css
<style>
a { background-color: #EEB324; }
a { background-color: rgb(238,179,36); }
div.DivClassName
{
background-color: #EEB324;
}
.BgClassName
{
background-color: #EEB324;
}
</style>
border-color css
<style>
span { border-color: #EEB324; }
span { border-color: rgb(238,179,36); }
td.TdClassName
{
border-color: #EEB324;
}
.TagClassName
{
border-color: #EEB324;
}
</style>