Shades of Tangerine #EF8003
Tints of Tangerine #EF8003
RGB
CMYK
RGB Variations
Color information
#EF8003 (or 0xEF8003) is known color: Tangerine. HEX triplet: EF, 80 and 03. RGB value is (239,128,3). Sum of RGB (Red+Green+Blue) = 239+128+3=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 3 (1.56% from 255 or 0.81% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8003 is #107FFC. Grayscale: #939393. Windows color (decimal): -1081341 or 229615. OLE color: 229615.
HSL color Cylindrical-coordinate representation of color #EF8003: hue angle of 31.78º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EF8003 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 3 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.06 |
| HSL | 31.78º | 0.98% | 0.47% | - |
| HSV(B) | 31.78º | 0.99% | 0.94% | - |
| XYZ | 43.33 | 33.8 | 4.33 | - |
| YUV | 146.94 | 46.77 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 3 | 0 | 0.46 | 0.99 | 0.06 | 31.78 | 0.98 | 0.47 |
| Hex | EF | 80 | 3 | 0 | 2E | 63 | 6 | 20 | 62 | 2F |
| Octal | 357 | 200 | 3 | 0 | 56 | 143 | 6 | 40 | 142 | 57 |
| Binary | 11101111 | 10000000 | 11 | 0 | 101110 | 1100011 | 110 | 100000 | 1100010 | 101111 |
Color Harmonies of #EF8003
Complementary color
Monochromatic Colors of #EF8003
Black with #EF8003
Text Example
Text Example
White with #EF8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8003; }
p { color: rgb(239,128,3); }
H1.HeaderClassName
{
color: #EF8003;
}
.AnyTagClassName
{
color: #EF8003;
}
</style>
background-color css
<style>
a { background-color: #EF8003; }
a { background-color: rgb(239,128,3); }
div.DivClassName
{
background-color: #EF8003;
}
.BgClassName
{
background-color: #EF8003;
}
</style>
border-color css
<style>
span { border-color: #EF8003; }
span { border-color: rgb(239,128,3); }
td.TdClassName
{
border-color: #EF8003;
}
.TagClassName
{
border-color: #EF8003;
}
</style>