Shades of Tangerine #E68700
Tints of Tangerine #E68700
RGB
CMYK
RGB Variations
Color information
#E68700 (or 0xE68700) is known color: Tangerine. HEX triplet: E6, 87 and 00. RGB value is (230,135,0). Sum of RGB (Red+Green+Blue) = 230+135+0=365 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.01% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 230 - color contains mainly: red. Hex color #E68700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68700 is #1978FF. Grayscale: #949494. Windows color (decimal): -1669376 or 34790. OLE color: 34790.
HSL color Cylindrical-coordinate representation of color #E68700: hue angle of 35.22º 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 #E68700 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.10 |
| HSL | 35.22º | 1% | 0.45% | - |
| HSV(B) | 35.22º | 1% | 0.9% | - |
| XYZ | 41.3 | 34.15 | 4.42 | - |
| YUV | 148.02 | 44.47 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 0 | 0 | 0.41 | 1 | 0.10 | 35.22 | 1 | 0.45 |
| Hex | E6 | 87 | 0 | 0 | 29 | 64 | A | 23 | 64 | 2D |
| Octal | 346 | 207 | 0 | 0 | 51 | 144 | 12 | 43 | 144 | 55 |
| Binary | 11100110 | 10000111 | 0 | 0 | 101001 | 1100100 | 1010 | 100011 | 1100100 | 101101 |
Color Harmonies of #E68700
Complementary color
Monochromatic Colors of #E68700
Black with #E68700
Text Example
Text Example
White with #E68700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68700; }
p { color: rgb(230,135,0); }
H1.HeaderClassName
{
color: #E68700;
}
.AnyTagClassName
{
color: #E68700;
}
</style>
background-color css
<style>
a { background-color: #E68700; }
a { background-color: rgb(230,135,0); }
div.DivClassName
{
background-color: #E68700;
}
.BgClassName
{
background-color: #E68700;
}
</style>
border-color css
<style>
span { border-color: #E68700; }
span { border-color: rgb(230,135,0); }
td.TdClassName
{
border-color: #E68700;
}
.TagClassName
{
border-color: #E68700;
}
</style>