Shades of Tangerine #EF8013
Tints of Tangerine #EF8013
RGB
CMYK
RGB Variations
Color information
#EF8013 (or 0xEF8013) is known color: Tangerine. HEX triplet: EF, 80 and 13. RGB value is (239,128,19). Sum of RGB (Red+Green+Blue) = 239+128+19=386 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.92% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8013 is #107FEC. Grayscale: #959595. Windows color (decimal): -1081325 or 1278191. OLE color: 1278191.
HSL color Cylindrical-coordinate representation of color #EF8013: hue angle of 29.73º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF8013 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 19 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.06 |
| HSL | 29.73º | 0.87% | 0.51% | - |
| HSV(B) | 29.73º | 0.92% | 0.94% | - |
| XYZ | 43.43 | 33.84 | 4.86 | - |
| YUV | 148.76 | 54.77 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 19 | 0 | 0.46 | 0.92 | 0.06 | 29.73 | 0.87 | 0.51 |
| Hex | EF | 80 | 13 | 0 | 2E | 5C | 6 | 1E | 57 | 33 |
| Octal | 357 | 200 | 23 | 0 | 56 | 134 | 6 | 36 | 127 | 63 |
| Binary | 11101111 | 10000000 | 10011 | 0 | 101110 | 1011100 | 110 | 11110 | 1010111 | 110011 |
Color Harmonies of #EF8013
Complementary color
Monochromatic Colors of #EF8013
Black with #EF8013
Text Example
Text Example
White with #EF8013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8013; }
p { color: rgb(239,128,19); }
H1.HeaderClassName
{
color: #EF8013;
}
.AnyTagClassName
{
color: #EF8013;
}
</style>
background-color css
<style>
a { background-color: #EF8013; }
a { background-color: rgb(239,128,19); }
div.DivClassName
{
background-color: #EF8013;
}
.BgClassName
{
background-color: #EF8013;
}
</style>
border-color css
<style>
span { border-color: #EF8013; }
span { border-color: rgb(239,128,19); }
td.TdClassName
{
border-color: #EF8013;
}
.TagClassName
{
border-color: #EF8013;
}
</style>