Shades of Tangerine #E78A00
Tints of Tangerine #E78A00
RGB
CMYK
RGB Variations
Color information
#E78A00 (or 0xE78A00) is known color: Tangerine. HEX triplet: E7, 8A and 00. RGB value is (231,138,0). Sum of RGB (Red+Green+Blue) = 231+138+0=369 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.60% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 231 - color contains mainly: red. Hex color #E78A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78A00 is #1875FF. Grayscale: #969696. Windows color (decimal): -1603072 or 35559. OLE color: 35559.
HSL color Cylindrical-coordinate representation of color #E78A00: hue angle of 35.84º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E78A00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 138 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.09 |
| HSL | 35.84º | 1% | 0.45% | - |
| HSV(B) | 35.84º | 1% | 0.91% | - |
| XYZ | 42.04 | 35.17 | 4.57 | - |
| YUV | 150.08 | 43.31 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 138 | 0 | 0 | 0.40 | 1 | 0.09 | 35.84 | 1 | 0.45 |
| Hex | E7 | 8A | 0 | 0 | 28 | 64 | 9 | 24 | 64 | 2D |
| Octal | 347 | 212 | 0 | 0 | 50 | 144 | 11 | 44 | 144 | 55 |
| Binary | 11100111 | 10001010 | 0 | 0 | 101000 | 1100100 | 1001 | 100100 | 1100100 | 101101 |
Color Harmonies of #E78A00
Complementary color
Monochromatic Colors of #E78A00
Black with #E78A00
Text Example
Text Example
White with #E78A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78A00; }
p { color: rgb(231,138,0); }
H1.HeaderClassName
{
color: #E78A00;
}
.AnyTagClassName
{
color: #E78A00;
}
</style>
background-color css
<style>
a { background-color: #E78A00; }
a { background-color: rgb(231,138,0); }
div.DivClassName
{
background-color: #E78A00;
}
.BgClassName
{
background-color: #E78A00;
}
</style>
border-color css
<style>
span { border-color: #E78A00; }
span { border-color: rgb(231,138,0); }
td.TdClassName
{
border-color: #E78A00;
}
.TagClassName
{
border-color: #E78A00;
}
</style>