Shades of Tangerine #E08310
Tints of Tangerine #E08310
RGB
CMYK
RGB Variations
Color information
#E08310 (or 0xE08310) is known color: Tangerine. HEX triplet: E0, 83 and 10. RGB value is (224,131,16). Sum of RGB (Red+Green+Blue) = 224+131+16=371 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.38% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 224 - color contains mainly: red. Hex color #E08310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08310 is #1F7CEF. Grayscale: #929292. Windows color (decimal): -2063600 or 1082336. OLE color: 1082336.
HSL color Cylindrical-coordinate representation of color #E08310: hue angle of 33.17º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E08310 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 16 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.12 |
| HSL | 33.17º | 0.87% | 0.47% | - |
| HSV(B) | 33.17º | 0.93% | 0.88% | - |
| XYZ | 38.95 | 32.12 | 4.64 | - |
| YUV | 145.7 | 54.81 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 16 | 0 | 0.42 | 0.93 | 0.12 | 33.17 | 0.87 | 0.47 |
| Hex | E0 | 83 | 10 | 0 | 2A | 5D | C | 21 | 57 | 2F |
| Octal | 340 | 203 | 20 | 0 | 52 | 135 | 14 | 41 | 127 | 57 |
| Binary | 11100000 | 10000011 | 10000 | 0 | 101010 | 1011101 | 1100 | 100001 | 1010111 | 101111 |
Color Harmonies of #E08310
Complementary color
Monochromatic Colors of #E08310
Black with #E08310
Text Example
Text Example
White with #E08310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08310; }
p { color: rgb(224,131,16); }
H1.HeaderClassName
{
color: #E08310;
}
.AnyTagClassName
{
color: #E08310;
}
</style>
background-color css
<style>
a { background-color: #E08310; }
a { background-color: rgb(224,131,16); }
div.DivClassName
{
background-color: #E08310;
}
.BgClassName
{
background-color: #E08310;
}
</style>
border-color css
<style>
span { border-color: #E08310; }
span { border-color: rgb(224,131,16); }
td.TdClassName
{
border-color: #E08310;
}
.TagClassName
{
border-color: #E08310;
}
</style>