Shades of Tangerine #E77F12
Tints of Tangerine #E77F12
RGB
CMYK
RGB Variations
Color information
#E77F12 (or 0xE77F12) is known color: Tangerine. HEX triplet: E7, 7F and 12. RGB value is (231,127,18). Sum of RGB (Red+Green+Blue) = 231+127+18=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 127 (50% from 255 or 33.78% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77F12 is #1880ED. Grayscale: #929292. Windows color (decimal): -1605870 or 1212391. OLE color: 1212391.
HSL color Cylindrical-coordinate representation of color #E77F12: hue angle of 30.7º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E77F12 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.09 |
| HSL | 30.7º | 0.86% | 0.49% | - |
| HSV(B) | 30.7º | 0.92% | 0.91% | - |
| XYZ | 40.65 | 32.21 | 4.65 | - |
| YUV | 145.67 | 55.96 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 18 | 0 | 0.45 | 0.92 | 0.09 | 30.7 | 0.86 | 0.49 |
| Hex | E7 | 7F | 12 | 0 | 2D | 5C | 9 | 1F | 56 | 31 |
| Octal | 347 | 177 | 22 | 0 | 55 | 134 | 11 | 37 | 126 | 61 |
| Binary | 11100111 | 1111111 | 10010 | 0 | 101101 | 1011100 | 1001 | 11111 | 1010110 | 110001 |
Color Harmonies of #E77F12
Complementary color
Monochromatic Colors of #E77F12
Black with #E77F12
Text Example
Text Example
White with #E77F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F12; }
p { color: rgb(231,127,18); }
H1.HeaderClassName
{
color: #E77F12;
}
.AnyTagClassName
{
color: #E77F12;
}
</style>
background-color css
<style>
a { background-color: #E77F12; }
a { background-color: rgb(231,127,18); }
div.DivClassName
{
background-color: #E77F12;
}
.BgClassName
{
background-color: #E77F12;
}
</style>
border-color css
<style>
span { border-color: #E77F12; }
span { border-color: rgb(231,127,18); }
td.TdClassName
{
border-color: #E77F12;
}
.TagClassName
{
border-color: #E77F12;
}
</style>