Shades of Tangerine #E8800B
Tints of Tangerine #E8800B
RGB
CMYK
RGB Variations
Color information
#E8800B (or 0xE8800B) is known color: Tangerine. HEX triplet: E8, 80 and 0B. RGB value is (232,128,11). Sum of RGB (Red+Green+Blue) = 232+128+11=371 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.53% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 232 - color contains mainly: red. Hex color #E8800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8800B is #177FF4. Grayscale: #929292. Windows color (decimal): -1540085 or 753896. OLE color: 753896.
HSL color Cylindrical-coordinate representation of color #E8800B: hue angle of 31.76º 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 #E8800B is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 11 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.09 |
| HSL | 31.76º | 0.91% | 0.48% | - |
| HSV(B) | 31.76º | 0.95% | 0.91% | - |
| XYZ | 41.06 | 32.62 | 4.45 | - |
| YUV | 145.76 | 51.96 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 11 | 0 | 0.45 | 0.95 | 0.09 | 31.76 | 0.91 | 0.48 |
| Hex | E8 | 80 | B | 0 | 2D | 5F | 9 | 20 | 5B | 30 |
| Octal | 350 | 200 | 13 | 0 | 55 | 137 | 11 | 40 | 133 | 60 |
| Binary | 11101000 | 10000000 | 1011 | 0 | 101101 | 1011111 | 1001 | 100000 | 1011011 | 110000 |
Color Harmonies of #E8800B
Complementary color
Monochromatic Colors of #E8800B
Black with #E8800B
Text Example
Text Example
White with #E8800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8800B; }
p { color: rgb(232,128,11); }
H1.HeaderClassName
{
color: #E8800B;
}
.AnyTagClassName
{
color: #E8800B;
}
</style>
background-color css
<style>
a { background-color: #E8800B; }
a { background-color: rgb(232,128,11); }
div.DivClassName
{
background-color: #E8800B;
}
.BgClassName
{
background-color: #E8800B;
}
</style>
border-color css
<style>
span { border-color: #E8800B; }
span { border-color: rgb(232,128,11); }
td.TdClassName
{
border-color: #E8800B;
}
.TagClassName
{
border-color: #E8800B;
}
</style>