Shades of Tangerine #E88B0D
Tints of Tangerine #E88B0D
RGB
CMYK
RGB Variations
Color information
#E88B0D (or 0xE88B0D) is known color: Tangerine. HEX triplet: E8, 8B and 0D. RGB value is (232,139,13). Sum of RGB (Red+Green+Blue) = 232+139+13=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E88B0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E88B0D is #1774F2. Grayscale: #999999. Windows color (decimal): -1537267 or 887784. OLE color: 887784.
HSL color Cylindrical-coordinate representation of color #E88B0D: hue angle of 34.52º 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 #E88B0D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 13 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.09 |
| HSL | 34.52º | 0.89% | 0.48% | - |
| HSV(B) | 34.52º | 0.94% | 0.91% | - |
| XYZ | 42.58 | 35.65 | 5.02 | - |
| YUV | 152.44 | 49.31 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 13 | 0 | 0.40 | 0.94 | 0.09 | 34.52 | 0.89 | 0.48 |
| Hex | E8 | 8B | D | 0 | 28 | 5E | 9 | 23 | 59 | 30 |
| Octal | 350 | 213 | 15 | 0 | 50 | 136 | 11 | 43 | 131 | 60 |
| Binary | 11101000 | 10001011 | 1101 | 0 | 101000 | 1011110 | 1001 | 100011 | 1011001 | 110000 |
Color Harmonies of #E88B0D
Complementary color
Monochromatic Colors of #E88B0D
Black with #E88B0D
Text Example
Text Example
White with #E88B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88B0D; }
p { color: rgb(232,139,13); }
H1.HeaderClassName
{
color: #E88B0D;
}
.AnyTagClassName
{
color: #E88B0D;
}
</style>
background-color css
<style>
a { background-color: #E88B0D; }
a { background-color: rgb(232,139,13); }
div.DivClassName
{
background-color: #E88B0D;
}
.BgClassName
{
background-color: #E88B0D;
}
</style>
border-color css
<style>
span { border-color: #E88B0D; }
span { border-color: rgb(232,139,13); }
td.TdClassName
{
border-color: #E88B0D;
}
.TagClassName
{
border-color: #E88B0D;
}
</style>