Shades of Tangerine #E6880E
Tints of Tangerine #E6880E
RGB
CMYK
RGB Variations
Color information
#E6880E (or 0xE6880E) is known color: Tangerine. HEX triplet: E6, 88 and 0E. RGB value is (230,136,14). Sum of RGB (Red+Green+Blue) = 230+136+14=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E6880E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6880E is #1977F1. Grayscale: #969696. Windows color (decimal): -1669106 or 952550. OLE color: 952550.
HSL color Cylindrical-coordinate representation of color #E6880E: hue angle of 33.89º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6880E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.10 |
| HSL | 33.89º | 0.89% | 0.48% | - |
| HSV(B) | 33.89º | 0.94% | 0.9% | - |
| XYZ | 41.52 | 34.46 | 4.88 | - |
| YUV | 150.2 | 51.14 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 14 | 0 | 0.41 | 0.94 | 0.10 | 33.89 | 0.89 | 0.48 |
| Hex | E6 | 88 | E | 0 | 29 | 5E | A | 22 | 59 | 30 |
| Octal | 346 | 210 | 16 | 0 | 51 | 136 | 12 | 42 | 131 | 60 |
| Binary | 11100110 | 10001000 | 1110 | 0 | 101001 | 1011110 | 1010 | 100010 | 1011001 | 110000 |
Color Harmonies of #E6880E
Complementary color
Monochromatic Colors of #E6880E
Black with #E6880E
Text Example
Text Example
White with #E6880E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6880E; }
p { color: rgb(230,136,14); }
H1.HeaderClassName
{
color: #E6880E;
}
.AnyTagClassName
{
color: #E6880E;
}
</style>
background-color css
<style>
a { background-color: #E6880E; }
a { background-color: rgb(230,136,14); }
div.DivClassName
{
background-color: #E6880E;
}
.BgClassName
{
background-color: #E6880E;
}
</style>
border-color css
<style>
span { border-color: #E6880E; }
span { border-color: rgb(230,136,14); }
td.TdClassName
{
border-color: #E6880E;
}
.TagClassName
{
border-color: #E6880E;
}
</style>