Shades of Tangerine #E2840F
Tints of Tangerine #E2840F
RGB
CMYK
RGB Variations
Color information
#E2840F (or 0xE2840F) is known color: Tangerine. HEX triplet: E2, 84 and 0F. RGB value is (226,132,15). Sum of RGB (Red+Green+Blue) = 226+132+15=373 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.59% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 226 - color contains mainly: red. Hex color #E2840F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E2840F is #1D7BF0. Grayscale: #939393. Windows color (decimal): -1932273 or 1017058. OLE color: 1017058.
HSL color Cylindrical-coordinate representation of color #E2840F: hue angle of 33.27º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2840F is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 15 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.11 |
| HSL | 33.27º | 0.88% | 0.47% | - |
| HSV(B) | 33.27º | 0.93% | 0.89% | - |
| XYZ | 39.7 | 32.71 | 4.67 | - |
| YUV | 146.77 | 53.64 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 15 | 0 | 0.42 | 0.93 | 0.11 | 33.27 | 0.88 | 0.47 |
| Hex | E2 | 84 | F | 0 | 2A | 5D | B | 21 | 58 | 2F |
| Octal | 342 | 204 | 17 | 0 | 52 | 135 | 13 | 41 | 130 | 57 |
| Binary | 11100010 | 10000100 | 1111 | 0 | 101010 | 1011101 | 1011 | 100001 | 1011000 | 101111 |
Color Harmonies of #E2840F
Complementary color
Monochromatic Colors of #E2840F
Black with #E2840F
Text Example
Text Example
White with #E2840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2840F; }
p { color: rgb(226,132,15); }
H1.HeaderClassName
{
color: #E2840F;
}
.AnyTagClassName
{
color: #E2840F;
}
</style>
background-color css
<style>
a { background-color: #E2840F; }
a { background-color: rgb(226,132,15); }
div.DivClassName
{
background-color: #E2840F;
}
.BgClassName
{
background-color: #E2840F;
}
</style>
border-color css
<style>
span { border-color: #E2840F; }
span { border-color: rgb(226,132,15); }
td.TdClassName
{
border-color: #E2840F;
}
.TagClassName
{
border-color: #E2840F;
}
</style>