Shades of Dark Tangerine #EFA912
Tints of Dark Tangerine #EFA912
RGB
CMYK
RGB Variations
Color information
#EFA912 (or 0xEFA912) is known color: Dark Tangerine. HEX triplet: EF, A9 and 12. RGB value is (239,169,18). Sum of RGB (Red+Green+Blue) = 239+169+18=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 18 (7.42% from 255 or 4.23% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA912 is #1056ED. Grayscale: #ADADAD. Windows color (decimal): -1070830 or 1223151. OLE color: 1223151.
HSL color Cylindrical-coordinate representation of color #EFA912: hue angle of 41º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EFA912 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 169 | 18 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.06 |
| HSL | 41º | 0.87% | 0.5% | - |
| HSV(B) | 41º | 0.92% | 0.94% | - |
| XYZ | 49.89 | 46.77 | 6.97 | - |
| YUV | 172.72 | 40.69 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 169 | 18 | 0 | 0.29 | 0.92 | 0.06 | 41 | 0.87 | 0.5 |
| Hex | EF | A9 | 12 | 0 | 1D | 5C | 6 | 29 | 57 | 32 |
| Octal | 357 | 251 | 22 | 0 | 35 | 134 | 6 | 51 | 127 | 62 |
| Binary | 11101111 | 10101001 | 10010 | 0 | 11101 | 1011100 | 110 | 101001 | 1010111 | 110010 |
Color Harmonies of #EFA912
Complementary color
Monochromatic Colors of #EFA912
Black with #EFA912
Text Example
Text Example
White with #EFA912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA912; }
p { color: rgb(239,169,18); }
H1.HeaderClassName
{
color: #EFA912;
}
.AnyTagClassName
{
color: #EFA912;
}
</style>
background-color css
<style>
a { background-color: #EFA912; }
a { background-color: rgb(239,169,18); }
div.DivClassName
{
background-color: #EFA912;
}
.BgClassName
{
background-color: #EFA912;
}
</style>
border-color css
<style>
span { border-color: #EFA912; }
span { border-color: rgb(239,169,18); }
td.TdClassName
{
border-color: #EFA912;
}
.TagClassName
{
border-color: #EFA912;
}
</style>