Shades of Tangerine #EF8312
Tints of Tangerine #EF8312
RGB
CMYK
RGB Variations
Color information
#EF8312 (or 0xEF8312) is known color: Tangerine. HEX triplet: EF, 83 and 12. RGB value is (239,131,18). Sum of RGB (Red+Green+Blue) = 239+131+18=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8312 is #107CED. Grayscale: #969696. Windows color (decimal): -1080558 or 1213423. OLE color: 1213423.
HSL color Cylindrical-coordinate representation of color #EF8312: hue angle of 30.68º 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 #EF8312 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 131 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.06 |
| HSL | 30.68º | 0.87% | 0.5% | - |
| HSV(B) | 30.68º | 0.92% | 0.94% | - |
| XYZ | 43.82 | 34.63 | 4.95 | - |
| YUV | 150.41 | 53.28 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 131 | 18 | 0 | 0.45 | 0.92 | 0.06 | 30.68 | 0.87 | 0.5 |
| Hex | EF | 83 | 12 | 0 | 2D | 5C | 6 | 1F | 57 | 32 |
| Octal | 357 | 203 | 22 | 0 | 55 | 134 | 6 | 37 | 127 | 62 |
| Binary | 11101111 | 10000011 | 10010 | 0 | 101101 | 1011100 | 110 | 11111 | 1010111 | 110010 |
Color Harmonies of #EF8312
Complementary color
Monochromatic Colors of #EF8312
Black with #EF8312
Text Example
Text Example
White with #EF8312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8312; }
p { color: rgb(239,131,18); }
H1.HeaderClassName
{
color: #EF8312;
}
.AnyTagClassName
{
color: #EF8312;
}
</style>
background-color css
<style>
a { background-color: #EF8312; }
a { background-color: rgb(239,131,18); }
div.DivClassName
{
background-color: #EF8312;
}
.BgClassName
{
background-color: #EF8312;
}
</style>
border-color css
<style>
span { border-color: #EF8312; }
span { border-color: rgb(239,131,18); }
td.TdClassName
{
border-color: #EF8312;
}
.TagClassName
{
border-color: #EF8312;
}
</style>