Shades of Gold Tips #EEB326
Tints of Gold Tips #EEB326
RGB
CMYK
RGB Variations
Color information
#EEB326 (or 0xEEB326) is known color: Gold Tips. HEX triplet: EE, B3 and 26. RGB value is (238,179,38). Sum of RGB (Red+Green+Blue) = 238+179+38=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 38 (15.23% from 255 or 8.35% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB326 is #114CD9. Grayscale: #B5B5B5. Windows color (decimal): -1133786 or 2536430. OLE color: 2536430.
HSL color Cylindrical-coordinate representation of color #EEB326: hue angle of 42.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EEB326 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 179 | 38 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.07 |
| HSL | 42.3º | 0.85% | 0.54% | - |
| HSV(B) | 42.3º | 0.84% | 0.93% | - |
| XYZ | 51.73 | 50.56 | 8.87 | - |
| YUV | 180.57 | 47.55 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 179 | 38 | 0 | 0.25 | 0.84 | 0.07 | 42.3 | 0.85 | 0.54 |
| Hex | EE | B3 | 26 | 0 | 19 | 54 | 7 | 2A | 55 | 36 |
| Octal | 356 | 263 | 46 | 0 | 31 | 124 | 7 | 52 | 125 | 66 |
| Binary | 11101110 | 10110011 | 100110 | 0 | 11001 | 1010100 | 111 | 101010 | 1010101 | 110110 |
Color Harmonies of #EEB326
Complementary color
Monochromatic Colors of #EEB326
Black with #EEB326
Text Example
Text Example
White with #EEB326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB326; }
p { color: rgb(238,179,38); }
H1.HeaderClassName
{
color: #EEB326;
}
.AnyTagClassName
{
color: #EEB326;
}
</style>
background-color css
<style>
a { background-color: #EEB326; }
a { background-color: rgb(238,179,38); }
div.DivClassName
{
background-color: #EEB326;
}
.BgClassName
{
background-color: #EEB326;
}
</style>
border-color css
<style>
span { border-color: #EEB326; }
span { border-color: rgb(238,179,38); }
td.TdClassName
{
border-color: #EEB326;
}
.TagClassName
{
border-color: #EEB326;
}
</style>