Shades of Tangerine #EF8701
Tints of Tangerine #EF8701
RGB
CMYK
RGB Variations
Color information
#EF8701 (or 0xEF8701) is known color: Tangerine. HEX triplet: EF, 87 and 01. RGB value is (239,135,1). Sum of RGB (Red+Green+Blue) = 239+135+1=375 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.73% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8701 is #1078FE. Grayscale: #979797. Windows color (decimal): -1079551 or 100335. OLE color: 100335.
HSL color Cylindrical-coordinate representation of color #EF8701: hue angle of 33.78º 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 #EF8701 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 135 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.06 |
| HSL | 33.78º | 0.99% | 0.47% | - |
| HSV(B) | 33.78º | 1% | 0.94% | - |
| XYZ | 44.27 | 35.68 | 4.58 | - |
| YUV | 150.82 | 43.46 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 135 | 1 | 0 | 0.44 | 1.00 | 0.06 | 33.78 | 0.99 | 0.47 |
| Hex | EF | 87 | 1 | 0 | 2C | 64 | 6 | 22 | 63 | 2F |
| Octal | 357 | 207 | 1 | 0 | 54 | 144 | 6 | 42 | 143 | 57 |
| Binary | 11101111 | 10000111 | 1 | 0 | 101100 | 1100100 | 110 | 100010 | 1100011 | 101111 |
Color Harmonies of #EF8701
Complementary color
Monochromatic Colors of #EF8701
Black with #EF8701
Text Example
Text Example
White with #EF8701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8701; }
p { color: rgb(239,135,1); }
H1.HeaderClassName
{
color: #EF8701;
}
.AnyTagClassName
{
color: #EF8701;
}
</style>
background-color css
<style>
a { background-color: #EF8701; }
a { background-color: rgb(239,135,1); }
div.DivClassName
{
background-color: #EF8701;
}
.BgClassName
{
background-color: #EF8701;
}
</style>
border-color css
<style>
span { border-color: #EF8701; }
span { border-color: rgb(239,135,1); }
td.TdClassName
{
border-color: #EF8701;
}
.TagClassName
{
border-color: #EF8701;
}
</style>