Shades of Tangerine #E78B0C
Tints of Tangerine #E78B0C
RGB
CMYK
RGB Variations
Color information
#E78B0C (or 0xE78B0C) is known color: Tangerine. HEX triplet: E7, 8B and 0C. RGB value is (231,139,12). Sum of RGB (Red+Green+Blue) = 231+139+12=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78B0C is #1874F3. Grayscale: #989898. Windows color (decimal): -1602804 or 822247. OLE color: 822247.
HSL color Cylindrical-coordinate representation of color #E78B0C: hue angle of 34.79º 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 #E78B0C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 139 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.09 |
| HSL | 34.79º | 0.9% | 0.48% | - |
| HSV(B) | 34.79º | 0.95% | 0.91% | - |
| XYZ | 42.25 | 35.48 | 4.97 | - |
| YUV | 152.03 | 48.98 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 139 | 12 | 0 | 0.40 | 0.95 | 0.09 | 34.79 | 0.9 | 0.48 |
| Hex | E7 | 8B | C | 0 | 28 | 5F | 9 | 23 | 5A | 30 |
| Octal | 347 | 213 | 14 | 0 | 50 | 137 | 11 | 43 | 132 | 60 |
| Binary | 11100111 | 10001011 | 1100 | 0 | 101000 | 1011111 | 1001 | 100011 | 1011010 | 110000 |
Color Harmonies of #E78B0C
Complementary color
Monochromatic Colors of #E78B0C
Black with #E78B0C
Text Example
Text Example
White with #E78B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78B0C; }
p { color: rgb(231,139,12); }
H1.HeaderClassName
{
color: #E78B0C;
}
.AnyTagClassName
{
color: #E78B0C;
}
</style>
background-color css
<style>
a { background-color: #E78B0C; }
a { background-color: rgb(231,139,12); }
div.DivClassName
{
background-color: #E78B0C;
}
.BgClassName
{
background-color: #E78B0C;
}
</style>
border-color css
<style>
span { border-color: #E78B0C; }
span { border-color: rgb(231,139,12); }
td.TdClassName
{
border-color: #E78B0C;
}
.TagClassName
{
border-color: #E78B0C;
}
</style>