Shades of Tangerine #E68100
Tints of Tangerine #E68100
RGB
CMYK
RGB Variations
Color information
#E68100 (or 0xE68100) is known color: Tangerine. HEX triplet: E6, 81 and 00. RGB value is (230,129,0). Sum of RGB (Red+Green+Blue) = 230+129+0=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E68100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68100 is #197EFF. Grayscale: #919191. Windows color (decimal): -1670912 or 33254. OLE color: 33254.
HSL color Cylindrical-coordinate representation of color #E68100: hue angle of 33.65º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E68100 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.10 |
| HSL | 33.65º | 1% | 0.45% | - |
| HSV(B) | 33.65º | 1% | 0.9% | - |
| XYZ | 40.48 | 32.52 | 4.14 | - |
| YUV | 144.49 | 46.46 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 0 | 0 | 0.44 | 1 | 0.10 | 33.65 | 1 | 0.45 |
| Hex | E6 | 81 | 0 | 0 | 2C | 64 | A | 22 | 64 | 2D |
| Octal | 346 | 201 | 0 | 0 | 54 | 144 | 12 | 42 | 144 | 55 |
| Binary | 11100110 | 10000001 | 0 | 0 | 101100 | 1100100 | 1010 | 100010 | 1100100 | 101101 |
Color Harmonies of #E68100
Complementary color
Monochromatic Colors of #E68100
Black with #E68100
Text Example
Text Example
White with #E68100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68100; }
p { color: rgb(230,129,0); }
H1.HeaderClassName
{
color: #E68100;
}
.AnyTagClassName
{
color: #E68100;
}
</style>
background-color css
<style>
a { background-color: #E68100; }
a { background-color: rgb(230,129,0); }
div.DivClassName
{
background-color: #E68100;
}
.BgClassName
{
background-color: #E68100;
}
</style>
border-color css
<style>
span { border-color: #E68100; }
span { border-color: rgb(230,129,0); }
td.TdClassName
{
border-color: #E68100;
}
.TagClassName
{
border-color: #E68100;
}
</style>