Shades of Tangerine #E77F0E
Tints of Tangerine #E77F0E
RGB
CMYK
RGB Variations
Color information
#E77F0E (or 0xE77F0E) is known color: Tangerine. HEX triplet: E7, 7F and 0E. RGB value is (231,127,14). Sum of RGB (Red+Green+Blue) = 231+127+14=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77F0E is #1880F1. Grayscale: #919191. Windows color (decimal): -1605874 or 950247. OLE color: 950247.
HSL color Cylindrical-coordinate representation of color #E77F0E: hue angle of 31.24º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E77F0E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 14 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.09 |
| HSL | 31.24º | 0.89% | 0.48% | - |
| HSV(B) | 31.24º | 0.94% | 0.91% | - |
| XYZ | 40.62 | 32.2 | 4.49 | - |
| YUV | 145.21 | 53.96 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 14 | 0 | 0.45 | 0.94 | 0.09 | 31.24 | 0.89 | 0.48 |
| Hex | E7 | 7F | E | 0 | 2D | 5E | 9 | 1F | 59 | 30 |
| Octal | 347 | 177 | 16 | 0 | 55 | 136 | 11 | 37 | 131 | 60 |
| Binary | 11100111 | 1111111 | 1110 | 0 | 101101 | 1011110 | 1001 | 11111 | 1011001 | 110000 |
Color Harmonies of #E77F0E
Complementary color
Monochromatic Colors of #E77F0E
Black with #E77F0E
Text Example
Text Example
White with #E77F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F0E; }
p { color: rgb(231,127,14); }
H1.HeaderClassName
{
color: #E77F0E;
}
.AnyTagClassName
{
color: #E77F0E;
}
</style>
background-color css
<style>
a { background-color: #E77F0E; }
a { background-color: rgb(231,127,14); }
div.DivClassName
{
background-color: #E77F0E;
}
.BgClassName
{
background-color: #E77F0E;
}
</style>
border-color css
<style>
span { border-color: #E77F0E; }
span { border-color: rgb(231,127,14); }
td.TdClassName
{
border-color: #E77F0E;
}
.TagClassName
{
border-color: #E77F0E;
}
</style>