Shades of Tangerine #EF8500
Tints of Tangerine #EF8500
RGB
CMYK
RGB Variations
Color information
#EF8500 (or 0xEF8500) is known color: Tangerine. HEX triplet: EF, 85 and 00. RGB value is (239,133,0). Sum of RGB (Red+Green+Blue) = 239+133+0=372 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.25% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8500 is #107AFF. Grayscale: #969696. Windows color (decimal): -1080064 or 34287. OLE color: 34287.
HSL color Cylindrical-coordinate representation of color #EF8500: hue angle of 33.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF8500 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 133 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.06 |
| HSL | 33.39º | 1% | 0.47% | - |
| HSV(B) | 33.39º | 1% | 0.94% | - |
| XYZ | 43.98 | 35.13 | 4.46 | - |
| YUV | 149.53 | 43.62 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 133 | 0 | 0 | 0.44 | 1 | 0.06 | 33.39 | 1 | 0.47 |
| Hex | EF | 85 | 0 | 0 | 2C | 64 | 6 | 21 | 64 | 2F |
| Octal | 357 | 205 | 0 | 0 | 54 | 144 | 6 | 41 | 144 | 57 |
| Binary | 11101111 | 10000101 | 0 | 0 | 101100 | 1100100 | 110 | 100001 | 1100100 | 101111 |
Color Harmonies of #EF8500
Complementary color
Monochromatic Colors of #EF8500
Black with #EF8500
Text Example
Text Example
White with #EF8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF8500; }
p { color: rgb(239,133,0); }
H1.HeaderClassName
{
color: #EF8500;
}
.AnyTagClassName
{
color: #EF8500;
}
</style>
background-color css
<style>
a { background-color: #EF8500; }
a { background-color: rgb(239,133,0); }
div.DivClassName
{
background-color: #EF8500;
}
.BgClassName
{
background-color: #EF8500;
}
</style>
border-color css
<style>
span { border-color: #EF8500; }
span { border-color: rgb(239,133,0); }
td.TdClassName
{
border-color: #EF8500;
}
.TagClassName
{
border-color: #EF8500;
}
</style>