Shades of Gold Tips #EFA825
Tints of Gold Tips #EFA825
RGB
CMYK
RGB Variations
Color information
#EFA825 (or 0xEFA825) is known color: Gold Tips. HEX triplet: EF, A8 and 25. RGB value is (239,168,37). Sum of RGB (Red+Green+Blue) = 239+168+37=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 37 (14.84% from 255 or 8.33% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA825 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA825 is #1057DA. Grayscale: #AEAEAE. Windows color (decimal): -1071067 or 2468079. OLE color: 2468079.
HSL color Cylindrical-coordinate representation of color #EFA825: hue angle of 38.91º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EFA825 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 37 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.06 |
| HSL | 38.91º | 0.86% | 0.54% | - |
| HSV(B) | 38.91º | 0.85% | 0.94% | - |
| XYZ | 49.93 | 46.49 | 8.09 | - |
| YUV | 174.3 | 50.52 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 37 | 0 | 0.30 | 0.85 | 0.06 | 38.91 | 0.86 | 0.54 |
| Hex | EF | A8 | 25 | 0 | 1E | 55 | 6 | 27 | 56 | 36 |
| Octal | 357 | 250 | 45 | 0 | 36 | 125 | 6 | 47 | 126 | 66 |
| Binary | 11101111 | 10101000 | 100101 | 0 | 11110 | 1010101 | 110 | 100111 | 1010110 | 110110 |
Color Harmonies of #EFA825
Complementary color
Monochromatic Colors of #EFA825
Black with #EFA825
Text Example
Text Example
White with #EFA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA825; }
p { color: rgb(239,168,37); }
H1.HeaderClassName
{
color: #EFA825;
}
.AnyTagClassName
{
color: #EFA825;
}
</style>
background-color css
<style>
a { background-color: #EFA825; }
a { background-color: rgb(239,168,37); }
div.DivClassName
{
background-color: #EFA825;
}
.BgClassName
{
background-color: #EFA825;
}
</style>
border-color css
<style>
span { border-color: #EFA825; }
span { border-color: rgb(239,168,37); }
td.TdClassName
{
border-color: #EFA825;
}
.TagClassName
{
border-color: #EFA825;
}
</style>