Shades of Dark Tangerine #EFA919
Tints of Dark Tangerine #EFA919
RGB
CMYK
RGB Variations
Color information
#EFA919 (or 0xEFA919) is known color: Dark Tangerine. HEX triplet: EF, A9 and 19. RGB value is (239,169,25). Sum of RGB (Red+Green+Blue) = 239+169+25=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 169 (66.41% from 255 or 39.03% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA919 is #1056E6. Grayscale: #AEAEAE. Windows color (decimal): -1070823 or 1681903. OLE color: 1681903.
HSL color Cylindrical-coordinate representation of color #EFA919: hue angle of 40.37º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFA919 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 25 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.06 |
| HSL | 40.37º | 0.87% | 0.52% | - |
| HSV(B) | 40.37º | 0.9% | 0.94% | - |
| XYZ | 49.96 | 46.8 | 7.32 | - |
| YUV | 173.51 | 44.19 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 25 | 0 | 0.29 | 0.90 | 0.06 | 40.37 | 0.87 | 0.52 |
| Hex | EF | A9 | 19 | 0 | 1D | 5A | 6 | 28 | 57 | 34 |
| Octal | 357 | 251 | 31 | 0 | 35 | 132 | 6 | 50 | 127 | 64 |
| Binary | 11101111 | 10101001 | 11001 | 0 | 11101 | 1011010 | 110 | 101000 | 1010111 | 110100 |
Color Harmonies of #EFA919
Complementary color
Monochromatic Colors of #EFA919
Black with #EFA919
Text Example
Text Example
White with #EFA919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA919; }
p { color: rgb(239,169,25); }
H1.HeaderClassName
{
color: #EFA919;
}
.AnyTagClassName
{
color: #EFA919;
}
</style>
background-color css
<style>
a { background-color: #EFA919; }
a { background-color: rgb(239,169,25); }
div.DivClassName
{
background-color: #EFA919;
}
.BgClassName
{
background-color: #EFA919;
}
</style>
border-color css
<style>
span { border-color: #EFA919; }
span { border-color: rgb(239,169,25); }
td.TdClassName
{
border-color: #EFA919;
}
.TagClassName
{
border-color: #EFA919;
}
</style>