Shades of Gold Tips #EEB423
Tints of Gold Tips #EEB423
RGB
CMYK
RGB Variations
Color information
#EEB423 (or 0xEEB423) is known color: Gold Tips. HEX triplet: EE, B4 and 23. RGB value is (238,180,35). Sum of RGB (Red+Green+Blue) = 238+180+35=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEB423 is #114BDC. Grayscale: #B5B5B5. Windows color (decimal): -1133533 or 2340078. OLE color: 2340078.
HSL color Cylindrical-coordinate representation of color #EEB423: hue angle of 42.86º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EEB423 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 180 | 35 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.07 |
| HSL | 42.86º | 0.86% | 0.54% | - |
| HSV(B) | 42.86º | 0.85% | 0.93% | - |
| XYZ | 51.88 | 50.94 | 8.69 | - |
| YUV | 180.81 | 45.72 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 180 | 35 | 0 | 0.24 | 0.85 | 0.07 | 42.86 | 0.86 | 0.54 |
| Hex | EE | B4 | 23 | 0 | 18 | 55 | 7 | 2B | 56 | 36 |
| Octal | 356 | 264 | 43 | 0 | 30 | 125 | 7 | 53 | 126 | 66 |
| Binary | 11101110 | 10110100 | 100011 | 0 | 11000 | 1010101 | 111 | 101011 | 1010110 | 110110 |
Color Harmonies of #EEB423
Complementary color
Monochromatic Colors of #EEB423
Black with #EEB423
Text Example
Text Example
White with #EEB423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB423; }
p { color: rgb(238,180,35); }
H1.HeaderClassName
{
color: #EEB423;
}
.AnyTagClassName
{
color: #EEB423;
}
</style>
background-color css
<style>
a { background-color: #EEB423; }
a { background-color: rgb(238,180,35); }
div.DivClassName
{
background-color: #EEB423;
}
.BgClassName
{
background-color: #EEB423;
}
</style>
border-color css
<style>
span { border-color: #EEB423; }
span { border-color: rgb(238,180,35); }
td.TdClassName
{
border-color: #EEB423;
}
.TagClassName
{
border-color: #EEB423;
}
</style>