Shades of Tangerine #E8880A
Tints of Tangerine #E8880A
RGB
CMYK
RGB Variations
Color information
#E8880A (or 0xE8880A) is known color: Tangerine. HEX triplet: E8, 88 and 0A. RGB value is (232,136,10). Sum of RGB (Red+Green+Blue) = 232+136+10=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E8880A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8880A is #1777F5. Grayscale: #969696. Windows color (decimal): -1538038 or 690408. OLE color: 690408.
HSL color Cylindrical-coordinate representation of color #E8880A: hue angle of 34.05º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E8880A is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 10 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.09 |
| HSL | 34.05º | 0.92% | 0.47% | - |
| HSV(B) | 34.05º | 0.96% | 0.91% | - |
| XYZ | 42.14 | 34.79 | 4.78 | - |
| YUV | 150.34 | 48.8 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 10 | 0 | 0.41 | 0.96 | 0.09 | 34.05 | 0.92 | 0.47 |
| Hex | E8 | 88 | A | 0 | 29 | 60 | 9 | 22 | 5C | 2F |
| Octal | 350 | 210 | 12 | 0 | 51 | 140 | 11 | 42 | 134 | 57 |
| Binary | 11101000 | 10001000 | 1010 | 0 | 101001 | 1100000 | 1001 | 100010 | 1011100 | 101111 |
Color Harmonies of #E8880A
Complementary color
Monochromatic Colors of #E8880A
Black with #E8880A
Text Example
Text Example
White with #E8880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8880A; }
p { color: rgb(232,136,10); }
H1.HeaderClassName
{
color: #E8880A;
}
.AnyTagClassName
{
color: #E8880A;
}
</style>
background-color css
<style>
a { background-color: #E8880A; }
a { background-color: rgb(232,136,10); }
div.DivClassName
{
background-color: #E8880A;
}
.BgClassName
{
background-color: #E8880A;
}
</style>
border-color css
<style>
span { border-color: #E8880A; }
span { border-color: rgb(232,136,10); }
td.TdClassName
{
border-color: #E8880A;
}
.TagClassName
{
border-color: #E8880A;
}
</style>