Shades of Tangerine #EF8201
Tints of Tangerine #EF8201
RGB
CMYK
RGB Variations
Color information
#EF8201 (or 0xEF8201) is known color: Tangerine. HEX triplet: EF, 82 and 01. RGB value is (239,130,1). Sum of RGB (Red+Green+Blue) = 239+130+1=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8201 is #107DFE. Grayscale: #949494. Windows color (decimal): -1080831 or 99055. OLE color: 99055.
HSL color Cylindrical-coordinate representation of color #EF8201: hue angle of 32.52º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF8201 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 130 | 1 | - |
| CMYK | 0 | 0.46 | 1.00 | 0.06 |
| HSL | 32.52º | 0.99% | 0.47% | - |
| HSV(B) | 32.52º | 1% | 0.94% | - |
| XYZ | 43.58 | 34.32 | 4.36 | - |
| YUV | 147.89 | 45.11 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 130 | 1 | 0 | 0.46 | 1.00 | 0.06 | 32.52 | 0.99 | 0.47 |
| Hex | EF | 82 | 1 | 0 | 2E | 64 | 6 | 21 | 63 | 2F |
| Octal | 357 | 202 | 1 | 0 | 56 | 144 | 6 | 41 | 143 | 57 |
| Binary | 11101111 | 10000010 | 1 | 0 | 101110 | 1100100 | 110 | 100001 | 1100011 | 101111 |
Color Harmonies of #EF8201
Complementary color
Monochromatic Colors of #EF8201
Black with #EF8201
Text Example
Text Example
White with #EF8201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8201; }
p { color: rgb(239,130,1); }
H1.HeaderClassName
{
color: #EF8201;
}
.AnyTagClassName
{
color: #EF8201;
}
</style>
background-color css
<style>
a { background-color: #EF8201; }
a { background-color: rgb(239,130,1); }
div.DivClassName
{
background-color: #EF8201;
}
.BgClassName
{
background-color: #EF8201;
}
</style>
border-color css
<style>
span { border-color: #EF8201; }
span { border-color: rgb(239,130,1); }
td.TdClassName
{
border-color: #EF8201;
}
.TagClassName
{
border-color: #EF8201;
}
</style>