Shades of Gold Tips #EEA823
Tints of Gold Tips #EEA823
RGB
CMYK
RGB Variations
Color information
#EEA823 (or 0xEEA823) is known color: Gold Tips. HEX triplet: EE, A8 and 23. RGB value is (238,168,35). Sum of RGB (Red+Green+Blue) = 238+168+35=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 35 (14.06% from 255 or 7.94% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA823 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA823 is #1157DC. Grayscale: #AEAEAE. Windows color (decimal): -1136605 or 2337006. OLE color: 2337006.
HSL color Cylindrical-coordinate representation of color #EEA823: hue angle of 39.31º 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 #EEA823 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 35 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.07 |
| HSL | 39.31º | 0.86% | 0.54% | - |
| HSV(B) | 39.31º | 0.85% | 0.93% | - |
| XYZ | 49.57 | 46.3 | 7.92 | - |
| YUV | 173.77 | 49.69 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 35 | 0 | 0.29 | 0.85 | 0.07 | 39.31 | 0.86 | 0.54 |
| Hex | EE | A8 | 23 | 0 | 1D | 55 | 7 | 27 | 56 | 36 |
| Octal | 356 | 250 | 43 | 0 | 35 | 125 | 7 | 47 | 126 | 66 |
| Binary | 11101110 | 10101000 | 100011 | 0 | 11101 | 1010101 | 111 | 100111 | 1010110 | 110110 |
Color Harmonies of #EEA823
Complementary color
Monochromatic Colors of #EEA823
Black with #EEA823
Text Example
Text Example
White with #EEA823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA823; }
p { color: rgb(238,168,35); }
H1.HeaderClassName
{
color: #EEA823;
}
.AnyTagClassName
{
color: #EEA823;
}
</style>
background-color css
<style>
a { background-color: #EEA823; }
a { background-color: rgb(238,168,35); }
div.DivClassName
{
background-color: #EEA823;
}
.BgClassName
{
background-color: #EEA823;
}
</style>
border-color css
<style>
span { border-color: #EEA823; }
span { border-color: rgb(238,168,35); }
td.TdClassName
{
border-color: #EEA823;
}
.TagClassName
{
border-color: #EEA823;
}
</style>