Shades of Gold Tips #EEB01A
Tints of Gold Tips #EEB01A
RGB
CMYK
RGB Variations
Color information
#EEB01A (or 0xEEB01A) is known color: Gold Tips. HEX triplet: EE, B0 and 1A. RGB value is (238,176,26). Sum of RGB (Red+Green+Blue) = 238+176+26=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB01A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEB01A is #114FE5. Grayscale: #B2B2B2. Windows color (decimal): -1134566 or 1749230. OLE color: 1749230.
HSL color Cylindrical-coordinate representation of color #EEB01A: hue angle of 42.45º 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 #EEB01A is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 176 | 26 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.07 |
| HSL | 42.45º | 0.86% | 0.52% | - |
| HSV(B) | 42.45º | 0.89% | 0.93% | - |
| XYZ | 50.97 | 49.3 | 7.81 | - |
| YUV | 177.44 | 42.54 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 176 | 26 | 0 | 0.26 | 0.89 | 0.07 | 42.45 | 0.86 | 0.52 |
| Hex | EE | B0 | 1A | 0 | 1A | 59 | 7 | 2A | 56 | 34 |
| Octal | 356 | 260 | 32 | 0 | 32 | 131 | 7 | 52 | 126 | 64 |
| Binary | 11101110 | 10110000 | 11010 | 0 | 11010 | 1011001 | 111 | 101010 | 1010110 | 110100 |
Color Harmonies of #EEB01A
Complementary color
Monochromatic Colors of #EEB01A
Black with #EEB01A
Text Example
Text Example
White with #EEB01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB01A; }
p { color: rgb(238,176,26); }
H1.HeaderClassName
{
color: #EEB01A;
}
.AnyTagClassName
{
color: #EEB01A;
}
</style>
background-color css
<style>
a { background-color: #EEB01A; }
a { background-color: rgb(238,176,26); }
div.DivClassName
{
background-color: #EEB01A;
}
.BgClassName
{
background-color: #EEB01A;
}
</style>
border-color css
<style>
span { border-color: #EEB01A; }
span { border-color: rgb(238,176,26); }
td.TdClassName
{
border-color: #EEB01A;
}
.TagClassName
{
border-color: #EEB01A;
}
</style>