Shades of Tangerine #E68110
Tints of Tangerine #E68110
RGB
CMYK
RGB Variations
Color information
#E68110 (or 0xE68110) is known color: Tangerine. HEX triplet: E6, 81 and 10. RGB value is (230,129,16). Sum of RGB (Red+Green+Blue) = 230+129+16=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 16 (6.64% from 255 or 4.27% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E68110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68110 is #197EEF. Grayscale: #929292. Windows color (decimal): -1670896 or 1081830. OLE color: 1081830.
HSL color Cylindrical-coordinate representation of color #E68110: hue angle of 31.68º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E68110 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 16 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.10 |
| HSL | 31.68º | 0.87% | 0.48% | - |
| HSV(B) | 31.68º | 0.93% | 0.9% | - |
| XYZ | 40.58 | 32.56 | 4.64 | - |
| YUV | 146.32 | 54.46 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 16 | 0 | 0.44 | 0.93 | 0.10 | 31.68 | 0.87 | 0.48 |
| Hex | E6 | 81 | 10 | 0 | 2C | 5D | A | 20 | 57 | 30 |
| Octal | 346 | 201 | 20 | 0 | 54 | 135 | 12 | 40 | 127 | 60 |
| Binary | 11100110 | 10000001 | 10000 | 0 | 101100 | 1011101 | 1010 | 100000 | 1010111 | 110000 |
Color Harmonies of #E68110
Complementary color
Monochromatic Colors of #E68110
Black with #E68110
Text Example
Text Example
White with #E68110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68110; }
p { color: rgb(230,129,16); }
H1.HeaderClassName
{
color: #E68110;
}
.AnyTagClassName
{
color: #E68110;
}
</style>
background-color css
<style>
a { background-color: #E68110; }
a { background-color: rgb(230,129,16); }
div.DivClassName
{
background-color: #E68110;
}
.BgClassName
{
background-color: #E68110;
}
</style>
border-color css
<style>
span { border-color: #E68110; }
span { border-color: rgb(230,129,16); }
td.TdClassName
{
border-color: #E68110;
}
.TagClassName
{
border-color: #E68110;
}
</style>