Shades of Gold Tips #EEA827
Tints of Gold Tips #EEA827
RGB
CMYK
RGB Variations
Color information
#EEA827 (or 0xEEA827) is known color: Gold Tips. HEX triplet: EE, A8 and 27. RGB value is (238,168,39). Sum of RGB (Red+Green+Blue) = 238+168+39=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 39 (15.62% from 255 or 8.76% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA827 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA827 is #1157D8. Grayscale: #AEAEAE. Windows color (decimal): -1136601 or 2599150. OLE color: 2599150.
HSL color Cylindrical-coordinate representation of color #EEA827: hue angle of 38.89º 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 #EEA827 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 39 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.07 |
| HSL | 38.89º | 0.85% | 0.54% | - |
| HSV(B) | 38.89º | 0.84% | 0.93% | - |
| XYZ | 49.63 | 46.33 | 8.25 | - |
| YUV | 174.22 | 51.69 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 39 | 0 | 0.29 | 0.84 | 0.07 | 38.89 | 0.85 | 0.54 |
| Hex | EE | A8 | 27 | 0 | 1D | 54 | 7 | 27 | 55 | 36 |
| Octal | 356 | 250 | 47 | 0 | 35 | 124 | 7 | 47 | 125 | 66 |
| Binary | 11101110 | 10101000 | 100111 | 0 | 11101 | 1010100 | 111 | 100111 | 1010101 | 110110 |
Color Harmonies of #EEA827
Complementary color
Monochromatic Colors of #EEA827
Black with #EEA827
Text Example
Text Example
White with #EEA827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA827; }
p { color: rgb(238,168,39); }
H1.HeaderClassName
{
color: #EEA827;
}
.AnyTagClassName
{
color: #EEA827;
}
</style>
background-color css
<style>
a { background-color: #EEA827; }
a { background-color: rgb(238,168,39); }
div.DivClassName
{
background-color: #EEA827;
}
.BgClassName
{
background-color: #EEA827;
}
</style>
border-color css
<style>
span { border-color: #EEA827; }
span { border-color: rgb(238,168,39); }
td.TdClassName
{
border-color: #EEA827;
}
.TagClassName
{
border-color: #EEA827;
}
</style>