Shades of Gold Tips #EFA822
Tints of Gold Tips #EFA822
RGB
CMYK
RGB Variations
Color information
#EFA822 (or 0xEFA822) is known color: Gold Tips. HEX triplet: EF, A8 and 22. RGB value is (239,168,34). Sum of RGB (Red+Green+Blue) = 239+168+34=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA822 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA822 is #1057DD. Grayscale: #AEAEAE. Windows color (decimal): -1071070 or 2271471. OLE color: 2271471.
HSL color Cylindrical-coordinate representation of color #EFA822: hue angle of 39.22º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFA822 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 34 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.06 |
| HSL | 39.22º | 0.86% | 0.54% | - |
| HSV(B) | 39.22º | 0.86% | 0.94% | - |
| XYZ | 49.89 | 46.47 | 7.85 | - |
| YUV | 173.95 | 49.02 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 34 | 0 | 0.30 | 0.86 | 0.06 | 39.22 | 0.86 | 0.54 |
| Hex | EF | A8 | 22 | 0 | 1E | 56 | 6 | 27 | 56 | 36 |
| Octal | 357 | 250 | 42 | 0 | 36 | 126 | 6 | 47 | 126 | 66 |
| Binary | 11101111 | 10101000 | 100010 | 0 | 11110 | 1010110 | 110 | 100111 | 1010110 | 110110 |
Color Harmonies of #EFA822
Complementary color
Monochromatic Colors of #EFA822
Black with #EFA822
Text Example
Text Example
White with #EFA822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA822; }
p { color: rgb(239,168,34); }
H1.HeaderClassName
{
color: #EFA822;
}
.AnyTagClassName
{
color: #EFA822;
}
</style>
background-color css
<style>
a { background-color: #EFA822; }
a { background-color: rgb(239,168,34); }
div.DivClassName
{
background-color: #EFA822;
}
.BgClassName
{
background-color: #EFA822;
}
</style>
border-color css
<style>
span { border-color: #EFA822; }
span { border-color: rgb(239,168,34); }
td.TdClassName
{
border-color: #EFA822;
}
.TagClassName
{
border-color: #EFA822;
}
</style>