Shades of Tangerine #E7860C
Tints of Tangerine #E7860C
RGB
CMYK
RGB Variations
Color information
#E7860C (or 0xE7860C) is known color: Tangerine. HEX triplet: E7, 86 and 0C. RGB value is (231,134,12). Sum of RGB (Red+Green+Blue) = 231+134+12=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E7860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E7860C is #1879F3. Grayscale: #959595. Windows color (decimal): -1604084 or 820967. OLE color: 820967.
HSL color Cylindrical-coordinate representation of color #E7860C: hue angle of 33.42º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E7860C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.09 |
| HSL | 33.42º | 0.9% | 0.48% | - |
| HSV(B) | 33.42º | 0.95% | 0.91% | - |
| XYZ | 41.55 | 34.07 | 4.73 | - |
| YUV | 149.1 | 50.64 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 12 | 0 | 0.42 | 0.95 | 0.09 | 33.42 | 0.9 | 0.48 |
| Hex | E7 | 86 | C | 0 | 2A | 5F | 9 | 21 | 5A | 30 |
| Octal | 347 | 206 | 14 | 0 | 52 | 137 | 11 | 41 | 132 | 60 |
| Binary | 11100111 | 10000110 | 1100 | 0 | 101010 | 1011111 | 1001 | 100001 | 1011010 | 110000 |
Color Harmonies of #E7860C
Complementary color
Monochromatic Colors of #E7860C
Black with #E7860C
Text Example
Text Example
White with #E7860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7860C; }
p { color: rgb(231,134,12); }
H1.HeaderClassName
{
color: #E7860C;
}
.AnyTagClassName
{
color: #E7860C;
}
</style>
background-color css
<style>
a { background-color: #E7860C; }
a { background-color: rgb(231,134,12); }
div.DivClassName
{
background-color: #E7860C;
}
.BgClassName
{
background-color: #E7860C;
}
</style>
border-color css
<style>
span { border-color: #E7860C; }
span { border-color: rgb(231,134,12); }
td.TdClassName
{
border-color: #E7860C;
}
.TagClassName
{
border-color: #E7860C;
}
</style>