Shades of Tangerine #E48311
Tints of Tangerine #E48311
RGB
CMYK
RGB Variations
Color information
#E48311 (or 0xE48311) is known color: Tangerine. HEX triplet: E4, 83 and 11. RGB value is (228,131,17). Sum of RGB (Red+Green+Blue) = 228+131+17=376 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.64% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 228 - color contains mainly: red. Hex color #E48311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48311 is #1B7CEE. Grayscale: #939393. Windows color (decimal): -1801455 or 1147876. OLE color: 1147876.
HSL color Cylindrical-coordinate representation of color #E48311: hue angle of 32.42º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E48311 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 17 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.11 |
| HSL | 32.42º | 0.86% | 0.48% | - |
| HSV(B) | 32.42º | 0.93% | 0.89% | - |
| XYZ | 40.21 | 32.77 | 4.74 | - |
| YUV | 147.01 | 54.64 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 17 | 0 | 0.43 | 0.93 | 0.11 | 32.42 | 0.86 | 0.48 |
| Hex | E4 | 83 | 11 | 0 | 2B | 5D | B | 20 | 56 | 30 |
| Octal | 344 | 203 | 21 | 0 | 53 | 135 | 13 | 40 | 126 | 60 |
| Binary | 11100100 | 10000011 | 10001 | 0 | 101011 | 1011101 | 1011 | 100000 | 1010110 | 110000 |
Color Harmonies of #E48311
Complementary color
Monochromatic Colors of #E48311
Black with #E48311
Text Example
Text Example
White with #E48311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48311; }
p { color: rgb(228,131,17); }
H1.HeaderClassName
{
color: #E48311;
}
.AnyTagClassName
{
color: #E48311;
}
</style>
background-color css
<style>
a { background-color: #E48311; }
a { background-color: rgb(228,131,17); }
div.DivClassName
{
background-color: #E48311;
}
.BgClassName
{
background-color: #E48311;
}
</style>
border-color css
<style>
span { border-color: #E48311; }
span { border-color: rgb(228,131,17); }
td.TdClassName
{
border-color: #E48311;
}
.TagClassName
{
border-color: #E48311;
}
</style>