Shades of Gold Tips #EEB319
Tints of Gold Tips #EEB319
RGB
CMYK
RGB Variations
Color information
#EEB319 (or 0xEEB319) is known color: Gold Tips. HEX triplet: EE, B3 and 19. RGB value is (238,179,25). Sum of RGB (Red+Green+Blue) = 238+179+25=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEB319 is #114CE6. Grayscale: #B3B3B3. Windows color (decimal): -1133799 or 1684462. OLE color: 1684462.
HSL color Cylindrical-coordinate representation of color #EEB319: hue angle of 43.38º 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 #EEB319 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 25 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.07 |
| HSL | 43.38º | 0.86% | 0.52% | - |
| HSV(B) | 43.38º | 0.89% | 0.93% | - |
| XYZ | 51.56 | 50.49 | 7.95 | - |
| YUV | 179.09 | 41.05 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 25 | 0 | 0.25 | 0.89 | 0.07 | 43.38 | 0.86 | 0.52 |
| Hex | EE | B3 | 19 | 0 | 19 | 59 | 7 | 2B | 56 | 34 |
| Octal | 356 | 263 | 31 | 0 | 31 | 131 | 7 | 53 | 126 | 64 |
| Binary | 11101110 | 10110011 | 11001 | 0 | 11001 | 1011001 | 111 | 101011 | 1010110 | 110100 |
Color Harmonies of #EEB319
Complementary color
Monochromatic Colors of #EEB319
Black with #EEB319
Text Example
Text Example
White with #EEB319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB319; }
p { color: rgb(238,179,25); }
H1.HeaderClassName
{
color: #EEB319;
}
.AnyTagClassName
{
color: #EEB319;
}
</style>
background-color css
<style>
a { background-color: #EEB319; }
a { background-color: rgb(238,179,25); }
div.DivClassName
{
background-color: #EEB319;
}
.BgClassName
{
background-color: #EEB319;
}
</style>
border-color css
<style>
span { border-color: #EEB319; }
span { border-color: rgb(238,179,25); }
td.TdClassName
{
border-color: #EEB319;
}
.TagClassName
{
border-color: #EEB319;
}
</style>