Shades of Tangerine #EF8213
Tints of Tangerine #EF8213
RGB
CMYK
RGB Variations
Color information
#EF8213 (or 0xEF8213) is known color: Tangerine. HEX triplet: EF, 82 and 13. RGB value is (239,130,19). Sum of RGB (Red+Green+Blue) = 239+130+19=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8213 is #107DEC. Grayscale: #969696. Windows color (decimal): -1080813 or 1278703. OLE color: 1278703.
HSL color Cylindrical-coordinate representation of color #EF8213: hue angle of 30.27º 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 #EF8213 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 19 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.06 |
| HSL | 30.27º | 0.87% | 0.51% | - |
| HSV(B) | 30.27º | 0.92% | 0.94% | - |
| XYZ | 43.7 | 34.36 | 4.95 | - |
| YUV | 149.94 | 54.11 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 19 | 0 | 0.46 | 0.92 | 0.06 | 30.27 | 0.87 | 0.51 |
| Hex | EF | 82 | 13 | 0 | 2E | 5C | 6 | 1E | 57 | 33 |
| Octal | 357 | 202 | 23 | 0 | 56 | 134 | 6 | 36 | 127 | 63 |
| Binary | 11101111 | 10000010 | 10011 | 0 | 101110 | 1011100 | 110 | 11110 | 1010111 | 110011 |
Color Harmonies of #EF8213
Complementary color
Monochromatic Colors of #EF8213
Black with #EF8213
Text Example
Text Example
White with #EF8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8213; }
p { color: rgb(239,130,19); }
H1.HeaderClassName
{
color: #EF8213;
}
.AnyTagClassName
{
color: #EF8213;
}
</style>
background-color css
<style>
a { background-color: #EF8213; }
a { background-color: rgb(239,130,19); }
div.DivClassName
{
background-color: #EF8213;
}
.BgClassName
{
background-color: #EF8213;
}
</style>
border-color css
<style>
span { border-color: #EF8213; }
span { border-color: rgb(239,130,19); }
td.TdClassName
{
border-color: #EF8213;
}
.TagClassName
{
border-color: #EF8213;
}
</style>