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