Shades of Tangerine #E3840C
Tints of Tangerine #E3840C
RGB
CMYK
RGB Variations
Color information
#E3840C (or 0xE3840C) is known color: Tangerine. HEX triplet: E3, 84 and 0C. RGB value is (227,132,12). Sum of RGB (Red+Green+Blue) = 227+132+12=371 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.19% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 227 - color contains mainly: red. Hex color #E3840C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3840C is #1C7BF3. Grayscale: #939393. Windows color (decimal): -1866740 or 820451. OLE color: 820451.
HSL color Cylindrical-coordinate representation of color #E3840C: hue angle of 33.49º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3840C is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 12 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.11 |
| HSL | 33.49º | 0.9% | 0.47% | - |
| HSV(B) | 33.49º | 0.95% | 0.89% | - |
| XYZ | 40 | 32.86 | 4.58 | - |
| YUV | 146.73 | 51.97 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 12 | 0 | 0.42 | 0.95 | 0.11 | 33.49 | 0.9 | 0.47 |
| Hex | E3 | 84 | C | 0 | 2A | 5F | B | 21 | 5A | 2F |
| Octal | 343 | 204 | 14 | 0 | 52 | 137 | 13 | 41 | 132 | 57 |
| Binary | 11100011 | 10000100 | 1100 | 0 | 101010 | 1011111 | 1011 | 100001 | 1011010 | 101111 |
Color Harmonies of #E3840C
Complementary color
Monochromatic Colors of #E3840C
Black with #E3840C
Text Example
Text Example
White with #E3840C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3840C; }
p { color: rgb(227,132,12); }
H1.HeaderClassName
{
color: #E3840C;
}
.AnyTagClassName
{
color: #E3840C;
}
</style>
background-color css
<style>
a { background-color: #E3840C; }
a { background-color: rgb(227,132,12); }
div.DivClassName
{
background-color: #E3840C;
}
.BgClassName
{
background-color: #E3840C;
}
</style>
border-color css
<style>
span { border-color: #E3840C; }
span { border-color: rgb(227,132,12); }
td.TdClassName
{
border-color: #E3840C;
}
.TagClassName
{
border-color: #E3840C;
}
</style>