Shades of Gold Tips #EEB31E
Tints of Gold Tips #EEB31E
RGB
CMYK
RGB Variations
Color information
#EEB31E (or 0xEEB31E) is known color: Gold Tips. HEX triplet: EE, B3 and 1E. RGB value is (238,179,30). Sum of RGB (Red+Green+Blue) = 238+179+30=447 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.24% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 30 (12.11% from 255 or 6.71% from 447); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB31E is #114CE1. Grayscale: #B4B4B4. Windows color (decimal): -1133794 or 2012142. OLE color: 2012142.
HSL color Cylindrical-coordinate representation of color #EEB31E: hue angle of 42.98º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEB31E is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 30 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.07 |
| HSL | 42.98º | 0.86% | 0.53% | - |
| HSV(B) | 42.98º | 0.87% | 0.93% | - |
| XYZ | 51.61 | 50.51 | 8.26 | - |
| YUV | 179.66 | 43.55 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 30 | 0 | 0.25 | 0.87 | 0.07 | 42.98 | 0.86 | 0.53 |
| Hex | EE | B3 | 1E | 0 | 19 | 57 | 7 | 2B | 56 | 35 |
| Octal | 356 | 263 | 36 | 0 | 31 | 127 | 7 | 53 | 126 | 65 |
| Binary | 11101110 | 10110011 | 11110 | 0 | 11001 | 1010111 | 111 | 101011 | 1010110 | 110101 |
Color Harmonies of #EEB31E
Complementary color
Monochromatic Colors of #EEB31E
Black with #EEB31E
Text Example
Text Example
White with #EEB31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB31E; }
p { color: rgb(238,179,30); }
H1.HeaderClassName
{
color: #EEB31E;
}
.AnyTagClassName
{
color: #EEB31E;
}
</style>
background-color css
<style>
a { background-color: #EEB31E; }
a { background-color: rgb(238,179,30); }
div.DivClassName
{
background-color: #EEB31E;
}
.BgClassName
{
background-color: #EEB31E;
}
</style>
border-color css
<style>
span { border-color: #EEB31E; }
span { border-color: rgb(238,179,30); }
td.TdClassName
{
border-color: #EEB31E;
}
.TagClassName
{
border-color: #EEB31E;
}
</style>