Shades of Gold Tips #EFA821
Tints of Gold Tips #EFA821
RGB
CMYK
RGB Variations
Color information
#EFA821 (or 0xEFA821) is known color: Gold Tips. HEX triplet: EF, A8 and 21. RGB value is (239,168,33). Sum of RGB (Red+Green+Blue) = 239+168+33=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA821 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA821 is #1057DE. Grayscale: #AEAEAE. Windows color (decimal): -1071071 or 2205935. OLE color: 2205935.
HSL color Cylindrical-coordinate representation of color #EFA821: hue angle of 39.32º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EFA821 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 33 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.06 |
| HSL | 39.32º | 0.87% | 0.53% | - |
| HSV(B) | 39.32º | 0.86% | 0.94% | - |
| XYZ | 49.87 | 46.47 | 7.78 | - |
| YUV | 173.84 | 48.52 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 33 | 0 | 0.30 | 0.86 | 0.06 | 39.32 | 0.87 | 0.53 |
| Hex | EF | A8 | 21 | 0 | 1E | 56 | 6 | 27 | 57 | 35 |
| Octal | 357 | 250 | 41 | 0 | 36 | 126 | 6 | 47 | 127 | 65 |
| Binary | 11101111 | 10101000 | 100001 | 0 | 11110 | 1010110 | 110 | 100111 | 1010111 | 110101 |
Color Harmonies of #EFA821
Complementary color
Monochromatic Colors of #EFA821
Black with #EFA821
Text Example
Text Example
White with #EFA821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA821; }
p { color: rgb(239,168,33); }
H1.HeaderClassName
{
color: #EFA821;
}
.AnyTagClassName
{
color: #EFA821;
}
</style>
background-color css
<style>
a { background-color: #EFA821; }
a { background-color: rgb(239,168,33); }
div.DivClassName
{
background-color: #EFA821;
}
.BgClassName
{
background-color: #EFA821;
}
</style>
border-color css
<style>
span { border-color: #EFA821; }
span { border-color: rgb(239,168,33); }
td.TdClassName
{
border-color: #EFA821;
}
.TagClassName
{
border-color: #EFA821;
}
</style>