Shades of Tangerine #E68A00
Tints of Tangerine #E68A00
RGB
CMYK
RGB Variations
Color information
#E68A00 (or 0xE68A00) is known color: Tangerine. HEX triplet: E6, 8A and 00. RGB value is (230,138,0). Sum of RGB (Red+Green+Blue) = 230+138+0=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68A00 is #1975FF. Grayscale: #969696. Windows color (decimal): -1668608 or 35558. OLE color: 35558.
HSL color Cylindrical-coordinate representation of color #E68A00: hue angle of 36º 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 #E68A00 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 0 | - |
| CMYK | 0 | 0.4 | 1 | 0.10 |
| HSL | 36º | 1% | 0.45% | - |
| HSV(B) | 36º | 1% | 0.9% | - |
| XYZ | 41.72 | 35 | 4.56 | - |
| YUV | 149.78 | 43.48 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 0 | 0 | 0.4 | 1 | 0.10 | 36 | 1 | 0.45 |
| Hex | E6 | 8A | 0 | 0 | 28 | 64 | A | 24 | 64 | 2D |
| Octal | 346 | 212 | 0 | 0 | 50 | 144 | 12 | 44 | 144 | 55 |
| Binary | 11100110 | 10001010 | 0 | 0 | 101000 | 1100100 | 1010 | 100100 | 1100100 | 101101 |
Color Harmonies of #E68A00
Complementary color
Monochromatic Colors of #E68A00
Black with #E68A00
Text Example
Text Example
White with #E68A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A00; }
p { color: rgb(230,138,0); }
H1.HeaderClassName
{
color: #E68A00;
}
.AnyTagClassName
{
color: #E68A00;
}
</style>
background-color css
<style>
a { background-color: #E68A00; }
a { background-color: rgb(230,138,0); }
div.DivClassName
{
background-color: #E68A00;
}
.BgClassName
{
background-color: #E68A00;
}
</style>
border-color css
<style>
span { border-color: #E68A00; }
span { border-color: rgb(230,138,0); }
td.TdClassName
{
border-color: #E68A00;
}
.TagClassName
{
border-color: #E68A00;
}
</style>