Shades of Gold Tips #EEAD1B
Tints of Gold Tips #EEAD1B
RGB
CMYK
RGB Variations
Color information
#EEAD1B (or 0xEEAD1B) is known color: Gold Tips. HEX triplet: EE, AD and 1B. RGB value is (238,173,27). Sum of RGB (Red+Green+Blue) = 238+173+27=438 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.34% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAD1B is #1152E4. Grayscale: #B0B0B0. Windows color (decimal): -1135333 or 1813998. OLE color: 1813998.
HSL color Cylindrical-coordinate representation of color #EEAD1B: hue angle of 41.52º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEAD1B is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 173 | 27 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.07 |
| HSL | 41.52º | 0.86% | 0.52% | - |
| HSV(B) | 41.52º | 0.89% | 0.93% | - |
| XYZ | 50.4 | 48.14 | 7.67 | - |
| YUV | 175.79 | 44.03 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 173 | 27 | 0 | 0.27 | 0.89 | 0.07 | 41.52 | 0.86 | 0.52 |
| Hex | EE | AD | 1B | 0 | 1B | 59 | 7 | 2A | 56 | 34 |
| Octal | 356 | 255 | 33 | 0 | 33 | 131 | 7 | 52 | 126 | 64 |
| Binary | 11101110 | 10101101 | 11011 | 0 | 11011 | 1011001 | 111 | 101010 | 1010110 | 110100 |
Color Harmonies of #EEAD1B
Complementary color
Monochromatic Colors of #EEAD1B
Black with #EEAD1B
Text Example
Text Example
White with #EEAD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAD1B; }
p { color: rgb(238,173,27); }
H1.HeaderClassName
{
color: #EEAD1B;
}
.AnyTagClassName
{
color: #EEAD1B;
}
</style>
background-color css
<style>
a { background-color: #EEAD1B; }
a { background-color: rgb(238,173,27); }
div.DivClassName
{
background-color: #EEAD1B;
}
.BgClassName
{
background-color: #EEAD1B;
}
</style>
border-color css
<style>
span { border-color: #EEAD1B; }
span { border-color: rgb(238,173,27); }
td.TdClassName
{
border-color: #EEAD1B;
}
.TagClassName
{
border-color: #EEAD1B;
}
</style>