Shades of Tangerine #E8860D
Tints of Tangerine #E8860D
RGB
CMYK
RGB Variations
Color information
#E8860D (or 0xE8860D) is known color: Tangerine. HEX triplet: E8, 86 and 0D. RGB value is (232,134,13). Sum of RGB (Red+Green+Blue) = 232+134+13=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E8860D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8860D is #1779F2. Grayscale: #969696. Windows color (decimal): -1538547 or 886504. OLE color: 886504.
HSL color Cylindrical-coordinate representation of color #E8860D: hue angle of 33.15º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8860D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.09 |
| HSL | 33.15º | 0.89% | 0.48% | - |
| HSV(B) | 33.15º | 0.94% | 0.91% | - |
| XYZ | 41.88 | 34.24 | 4.78 | - |
| YUV | 149.51 | 50.97 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 13 | 0 | 0.42 | 0.94 | 0.09 | 33.15 | 0.89 | 0.48 |
| Hex | E8 | 86 | D | 0 | 2A | 5E | 9 | 21 | 59 | 30 |
| Octal | 350 | 206 | 15 | 0 | 52 | 136 | 11 | 41 | 131 | 60 |
| Binary | 11101000 | 10000110 | 1101 | 0 | 101010 | 1011110 | 1001 | 100001 | 1011001 | 110000 |
Color Harmonies of #E8860D
Complementary color
Monochromatic Colors of #E8860D
Black with #E8860D
Text Example
Text Example
White with #E8860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8860D; }
p { color: rgb(232,134,13); }
H1.HeaderClassName
{
color: #E8860D;
}
.AnyTagClassName
{
color: #E8860D;
}
</style>
background-color css
<style>
a { background-color: #E8860D; }
a { background-color: rgb(232,134,13); }
div.DivClassName
{
background-color: #E8860D;
}
.BgClassName
{
background-color: #E8860D;
}
</style>
border-color css
<style>
span { border-color: #E8860D; }
span { border-color: rgb(232,134,13); }
td.TdClassName
{
border-color: #E8860D;
}
.TagClassName
{
border-color: #E8860D;
}
</style>