Shades of Tangerine #E68201
Tints of Tangerine #E68201
RGB
CMYK
RGB Variations
Color information
#E68201 (or 0xE68201) is known color: Tangerine. HEX triplet: E6, 82 and 01. RGB value is (230,130,1). Sum of RGB (Red+Green+Blue) = 230+130+1=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E68201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68201 is #197DFE. Grayscale: #919191. Windows color (decimal): -1670655 or 99046. OLE color: 99046.
HSL color Cylindrical-coordinate representation of color #E68201: hue angle of 33.8º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E68201 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.10 |
| HSL | 33.8º | 0.99% | 0.45% | - |
| HSV(B) | 33.8º | 1% | 0.9% | - |
| XYZ | 40.62 | 32.79 | 4.22 | - |
| YUV | 145.19 | 46.63 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 1 | 0 | 0.43 | 1.00 | 0.10 | 33.8 | 0.99 | 0.45 |
| Hex | E6 | 82 | 1 | 0 | 2B | 64 | A | 22 | 63 | 2D |
| Octal | 346 | 202 | 1 | 0 | 53 | 144 | 12 | 42 | 143 | 55 |
| Binary | 11100110 | 10000010 | 1 | 0 | 101011 | 1100100 | 1010 | 100010 | 1100011 | 101101 |
Color Harmonies of #E68201
Complementary color
Monochromatic Colors of #E68201
Black with #E68201
Text Example
Text Example
White with #E68201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68201; }
p { color: rgb(230,130,1); }
H1.HeaderClassName
{
color: #E68201;
}
.AnyTagClassName
{
color: #E68201;
}
</style>
background-color css
<style>
a { background-color: #E68201; }
a { background-color: rgb(230,130,1); }
div.DivClassName
{
background-color: #E68201;
}
.BgClassName
{
background-color: #E68201;
}
</style>
border-color css
<style>
span { border-color: #E68201; }
span { border-color: rgb(230,130,1); }
td.TdClassName
{
border-color: #E68201;
}
.TagClassName
{
border-color: #E68201;
}
</style>