Shades of Dark Tangerine #EFAA17
Tints of Dark Tangerine #EFAA17
RGB
CMYK
RGB Variations
Color information
#EFAA17 (or 0xEFAA17) is known color: Dark Tangerine. HEX triplet: EF, AA and 17. RGB value is (239,170,23). Sum of RGB (Red+Green+Blue) = 239+170+23=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 23 (9.38% from 255 or 5.32% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAA17 is #1055E8. Grayscale: #AEAEAE. Windows color (decimal): -1070569 or 1551087. OLE color: 1551087.
HSL color Cylindrical-coordinate representation of color #EFAA17: hue angle of 40.83º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFAA17 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 170 | 23 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.06 |
| HSL | 40.83º | 0.87% | 0.51% | - |
| HSV(B) | 40.83º | 0.9% | 0.94% | - |
| XYZ | 50.13 | 47.16 | 7.27 | - |
| YUV | 173.87 | 42.86 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 170 | 23 | 0 | 0.29 | 0.90 | 0.06 | 40.83 | 0.87 | 0.51 |
| Hex | EF | AA | 17 | 0 | 1D | 5A | 6 | 29 | 57 | 33 |
| Octal | 357 | 252 | 27 | 0 | 35 | 132 | 6 | 51 | 127 | 63 |
| Binary | 11101111 | 10101010 | 10111 | 0 | 11101 | 1011010 | 110 | 101001 | 1010111 | 110011 |
Color Harmonies of #EFAA17
Complementary color
Monochromatic Colors of #EFAA17
Black with #EFAA17
Text Example
Text Example
White with #EFAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAA17; }
p { color: rgb(239,170,23); }
H1.HeaderClassName
{
color: #EFAA17;
}
.AnyTagClassName
{
color: #EFAA17;
}
</style>
background-color css
<style>
a { background-color: #EFAA17; }
a { background-color: rgb(239,170,23); }
div.DivClassName
{
background-color: #EFAA17;
}
.BgClassName
{
background-color: #EFAA17;
}
</style>
border-color css
<style>
span { border-color: #EFAA17; }
span { border-color: rgb(239,170,23); }
td.TdClassName
{
border-color: #EFAA17;
}
.TagClassName
{
border-color: #EFAA17;
}
</style>