Shades of Dark Tangerine #EFAD17
Tints of Dark Tangerine #EFAD17
RGB
CMYK
RGB Variations
Color information
#EFAD17 (or 0xEFAD17) is known color: Dark Tangerine. HEX triplet: EF, AD and 17. RGB value is (239,173,23). Sum of RGB (Red+Green+Blue) = 239+173+23=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAD17 is #1052E8. Grayscale: #B0B0B0. Windows color (decimal): -1069801 or 1551855. OLE color: 1551855.
HSL color Cylindrical-coordinate representation of color #EFAD17: hue angle of 41.67º 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 #EFAD17 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 173 | 23 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.06 |
| HSL | 41.67º | 0.87% | 0.51% | - |
| HSV(B) | 41.67º | 0.9% | 0.94% | - |
| XYZ | 50.69 | 48.3 | 7.46 | - |
| YUV | 175.63 | 41.87 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 173 | 23 | 0 | 0.28 | 0.90 | 0.06 | 41.67 | 0.87 | 0.51 |
| Hex | EF | AD | 17 | 0 | 1C | 5A | 6 | 2A | 57 | 33 |
| Octal | 357 | 255 | 27 | 0 | 34 | 132 | 6 | 52 | 127 | 63 |
| Binary | 11101111 | 10101101 | 10111 | 0 | 11100 | 1011010 | 110 | 101010 | 1010111 | 110011 |
Color Harmonies of #EFAD17
Complementary color
Monochromatic Colors of #EFAD17
Black with #EFAD17
Text Example
Text Example
White with #EFAD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFAD17; }
p { color: rgb(239,173,23); }
H1.HeaderClassName
{
color: #EFAD17;
}
.AnyTagClassName
{
color: #EFAD17;
}
</style>
background-color css
<style>
a { background-color: #EFAD17; }
a { background-color: rgb(239,173,23); }
div.DivClassName
{
background-color: #EFAD17;
}
.BgClassName
{
background-color: #EFAD17;
}
</style>
border-color css
<style>
span { border-color: #EFAD17; }
span { border-color: rgb(239,173,23); }
td.TdClassName
{
border-color: #EFAD17;
}
.TagClassName
{
border-color: #EFAD17;
}
</style>