Shades of Gold Tips #EEA725
Tints of Gold Tips #EEA725
RGB
CMYK
RGB Variations
Color information
#EEA725 (or 0xEEA725) is known color: Gold Tips. HEX triplet: EE, A7 and 25. RGB value is (238,167,37). Sum of RGB (Red+Green+Blue) = 238+167+37=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA725 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA725 is #1158DA. Grayscale: #AEAEAE. Windows color (decimal): -1136859 or 2467822. OLE color: 2467822.
HSL color Cylindrical-coordinate representation of color #EEA725: hue angle of 38.81º degrees, saturation: 0.86, 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 #EEA725 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 37 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.07 |
| HSL | 38.81º | 0.86% | 0.54% | - |
| HSV(B) | 38.81º | 0.84% | 0.93% | - |
| XYZ | 49.41 | 45.95 | 8.01 | - |
| YUV | 173.41 | 51.02 | 174.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 37 | 0 | 0.30 | 0.84 | 0.07 | 38.81 | 0.86 | 0.54 |
| Hex | EE | A7 | 25 | 0 | 1E | 54 | 7 | 27 | 56 | 36 |
| Octal | 356 | 247 | 45 | 0 | 36 | 124 | 7 | 47 | 126 | 66 |
| Binary | 11101110 | 10100111 | 100101 | 0 | 11110 | 1010100 | 111 | 100111 | 1010110 | 110110 |
Color Harmonies of #EEA725
Complementary color
Monochromatic Colors of #EEA725
Black with #EEA725
Text Example
Text Example
White with #EEA725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA725; }
p { color: rgb(238,167,37); }
H1.HeaderClassName
{
color: #EEA725;
}
.AnyTagClassName
{
color: #EEA725;
}
</style>
background-color css
<style>
a { background-color: #EEA725; }
a { background-color: rgb(238,167,37); }
div.DivClassName
{
background-color: #EEA725;
}
.BgClassName
{
background-color: #EEA725;
}
</style>
border-color css
<style>
span { border-color: #EEA725; }
span { border-color: rgb(238,167,37); }
td.TdClassName
{
border-color: #EEA725;
}
.TagClassName
{
border-color: #EEA725;
}
</style>