Shades of Tangerine #E68002
Tints of Tangerine #E68002
RGB
CMYK
RGB Variations
Color information
#E68002 (or 0xE68002) is known color: Tangerine. HEX triplet: E6, 80 and 02. RGB value is (230,128,2). Sum of RGB (Red+Green+Blue) = 230+128+2=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E68002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68002 is #197FFD. Grayscale: #909090. Windows color (decimal): -1671166 or 164070. OLE color: 164070.
HSL color Cylindrical-coordinate representation of color #E68002: hue angle of 33.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E68002 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.10 |
| HSL | 33.16º | 0.98% | 0.45% | - |
| HSV(B) | 33.16º | 0.99% | 0.9% | - |
| XYZ | 40.36 | 32.27 | 4.16 | - |
| YUV | 144.13 | 47.79 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 2 | 0 | 0.44 | 0.99 | 0.10 | 33.16 | 0.98 | 0.45 |
| Hex | E6 | 80 | 2 | 0 | 2C | 63 | A | 21 | 62 | 2D |
| Octal | 346 | 200 | 2 | 0 | 54 | 143 | 12 | 41 | 142 | 55 |
| Binary | 11100110 | 10000000 | 10 | 0 | 101100 | 1100011 | 1010 | 100001 | 1100010 | 101101 |
Color Harmonies of #E68002
Complementary color
Monochromatic Colors of #E68002
Black with #E68002
Text Example
Text Example
White with #E68002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68002; }
p { color: rgb(230,128,2); }
H1.HeaderClassName
{
color: #E68002;
}
.AnyTagClassName
{
color: #E68002;
}
</style>
background-color css
<style>
a { background-color: #E68002; }
a { background-color: rgb(230,128,2); }
div.DivClassName
{
background-color: #E68002;
}
.BgClassName
{
background-color: #E68002;
}
</style>
border-color css
<style>
span { border-color: #E68002; }
span { border-color: rgb(230,128,2); }
td.TdClassName
{
border-color: #E68002;
}
.TagClassName
{
border-color: #E68002;
}
</style>