Shades of Gold Tips #EFA824
Tints of Gold Tips #EFA824
RGB
CMYK
RGB Variations
Color information
#EFA824 (or 0xEFA824) is known color: Gold Tips. HEX triplet: EF, A8 and 24. RGB value is (239,168,36). Sum of RGB (Red+Green+Blue) = 239+168+36=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 36 (14.45% from 255 or 8.13% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA824 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA824 is #1057DB. Grayscale: #AEAEAE. Windows color (decimal): -1071068 or 2402543. OLE color: 2402543.
HSL color Cylindrical-coordinate representation of color #EFA824: hue angle of 39.01º 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 #EFA824 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 36 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.06 |
| HSL | 39.01º | 0.86% | 0.54% | - |
| HSV(B) | 39.01º | 0.85% | 0.94% | - |
| XYZ | 49.92 | 46.48 | 8.01 | - |
| YUV | 174.18 | 50.02 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 36 | 0 | 0.30 | 0.85 | 0.06 | 39.01 | 0.86 | 0.54 |
| Hex | EF | A8 | 24 | 0 | 1E | 55 | 6 | 27 | 56 | 36 |
| Octal | 357 | 250 | 44 | 0 | 36 | 125 | 6 | 47 | 126 | 66 |
| Binary | 11101111 | 10101000 | 100100 | 0 | 11110 | 1010101 | 110 | 100111 | 1010110 | 110110 |
Color Harmonies of #EFA824
Complementary color
Monochromatic Colors of #EFA824
Black with #EFA824
Text Example
Text Example
White with #EFA824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA824; }
p { color: rgb(239,168,36); }
H1.HeaderClassName
{
color: #EFA824;
}
.AnyTagClassName
{
color: #EFA824;
}
</style>
background-color css
<style>
a { background-color: #EFA824; }
a { background-color: rgb(239,168,36); }
div.DivClassName
{
background-color: #EFA824;
}
.BgClassName
{
background-color: #EFA824;
}
</style>
border-color css
<style>
span { border-color: #EFA824; }
span { border-color: rgb(239,168,36); }
td.TdClassName
{
border-color: #EFA824;
}
.TagClassName
{
border-color: #EFA824;
}
</style>