Shades of Tangerine #E68A06
Tints of Tangerine #E68A06
RGB
CMYK
RGB Variations
Color information
#E68A06 (or 0xE68A06) is known color: Tangerine. HEX triplet: E6, 8A and 06. RGB value is (230,138,6). Sum of RGB (Red+Green+Blue) = 230+138+6=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68A06 is #1975F9. Grayscale: #979797. Windows color (decimal): -1668602 or 428774. OLE color: 428774.
HSL color Cylindrical-coordinate representation of color #E68A06: hue angle of 35.36º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E68A06 is Cyan = 0, Magento = 0.4, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 6 | - |
| CMYK | 0 | 0.4 | 0.97 | 0.10 |
| HSL | 35.36º | 0.95% | 0.46% | - |
| HSV(B) | 35.36º | 0.97% | 0.9% | - |
| XYZ | 41.75 | 35.01 | 4.73 | - |
| YUV | 150.46 | 46.48 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 6 | 0 | 0.4 | 0.97 | 0.10 | 35.36 | 0.95 | 0.46 |
| Hex | E6 | 8A | 6 | 0 | 28 | 61 | A | 23 | 5F | 2E |
| Octal | 346 | 212 | 6 | 0 | 50 | 141 | 12 | 43 | 137 | 56 |
| Binary | 11100110 | 10001010 | 110 | 0 | 101000 | 1100001 | 1010 | 100011 | 1011111 | 101110 |
Color Harmonies of #E68A06
Complementary color
Monochromatic Colors of #E68A06
Black with #E68A06
Text Example
Text Example
White with #E68A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A06; }
p { color: rgb(230,138,6); }
H1.HeaderClassName
{
color: #E68A06;
}
.AnyTagClassName
{
color: #E68A06;
}
</style>
background-color css
<style>
a { background-color: #E68A06; }
a { background-color: rgb(230,138,6); }
div.DivClassName
{
background-color: #E68A06;
}
.BgClassName
{
background-color: #E68A06;
}
</style>
border-color css
<style>
span { border-color: #E68A06; }
span { border-color: rgb(230,138,6); }
td.TdClassName
{
border-color: #E68A06;
}
.TagClassName
{
border-color: #E68A06;
}
</style>