Shades of Tangerine #E8860B
Tints of Tangerine #E8860B
RGB
CMYK
RGB Variations
Color information
#E8860B (or 0xE8860B) is known color: Tangerine. HEX triplet: E8, 86 and 0B. RGB value is (232,134,11). Sum of RGB (Red+Green+Blue) = 232+134+11=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 11 (4.69% from 255 or 2.92% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E8860B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8860B is #1779F4. Grayscale: #959595. Windows color (decimal): -1538549 or 755432. OLE color: 755432.
HSL color Cylindrical-coordinate representation of color #E8860B: hue angle of 33.39º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8860B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.09 |
| HSL | 33.39º | 0.91% | 0.48% | - |
| HSV(B) | 33.39º | 0.95% | 0.91% | - |
| XYZ | 41.86 | 34.23 | 4.72 | - |
| YUV | 149.28 | 49.97 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 11 | 0 | 0.42 | 0.95 | 0.09 | 33.39 | 0.91 | 0.48 |
| Hex | E8 | 86 | B | 0 | 2A | 5F | 9 | 21 | 5B | 30 |
| Octal | 350 | 206 | 13 | 0 | 52 | 137 | 11 | 41 | 133 | 60 |
| Binary | 11101000 | 10000110 | 1011 | 0 | 101010 | 1011111 | 1001 | 100001 | 1011011 | 110000 |
Color Harmonies of #E8860B
Complementary color
Monochromatic Colors of #E8860B
Black with #E8860B
Text Example
Text Example
White with #E8860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8860B; }
p { color: rgb(232,134,11); }
H1.HeaderClassName
{
color: #E8860B;
}
.AnyTagClassName
{
color: #E8860B;
}
</style>
background-color css
<style>
a { background-color: #E8860B; }
a { background-color: rgb(232,134,11); }
div.DivClassName
{
background-color: #E8860B;
}
.BgClassName
{
background-color: #E8860B;
}
</style>
border-color css
<style>
span { border-color: #E8860B; }
span { border-color: rgb(232,134,11); }
td.TdClassName
{
border-color: #E8860B;
}
.TagClassName
{
border-color: #E8860B;
}
</style>