Shades of Tangerine #EF8207
Tints of Tangerine #EF8207
RGB
CMYK
RGB Variations
Color information
#EF8207 (or 0xEF8207) is known color: Tangerine. HEX triplet: EF, 82 and 07. RGB value is (239,130,7). Sum of RGB (Red+Green+Blue) = 239+130+7=376 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.56% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8207 is #107DF8. Grayscale: #959595. Windows color (decimal): -1080825 or 492271. OLE color: 492271.
HSL color Cylindrical-coordinate representation of color #EF8207: hue angle of 31.81º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF8207 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 7 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.06 |
| HSL | 31.81º | 0.94% | 0.48% | - |
| HSV(B) | 31.81º | 0.97% | 0.94% | - |
| XYZ | 43.62 | 34.33 | 4.53 | - |
| YUV | 148.57 | 48.11 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 7 | 0 | 0.46 | 0.97 | 0.06 | 31.81 | 0.94 | 0.48 |
| Hex | EF | 82 | 7 | 0 | 2E | 61 | 6 | 20 | 5E | 30 |
| Octal | 357 | 202 | 7 | 0 | 56 | 141 | 6 | 40 | 136 | 60 |
| Binary | 11101111 | 10000010 | 111 | 0 | 101110 | 1100001 | 110 | 100000 | 1011110 | 110000 |
Color Harmonies of #EF8207
Complementary color
Monochromatic Colors of #EF8207
Black with #EF8207
Text Example
Text Example
White with #EF8207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8207; }
p { color: rgb(239,130,7); }
H1.HeaderClassName
{
color: #EF8207;
}
.AnyTagClassName
{
color: #EF8207;
}
</style>
background-color css
<style>
a { background-color: #EF8207; }
a { background-color: rgb(239,130,7); }
div.DivClassName
{
background-color: #EF8207;
}
.BgClassName
{
background-color: #EF8207;
}
</style>
border-color css
<style>
span { border-color: #EF8207; }
span { border-color: rgb(239,130,7); }
td.TdClassName
{
border-color: #EF8207;
}
.TagClassName
{
border-color: #EF8207;
}
</style>