Shades of Tangerine #E3850D
Tints of Tangerine #E3850D
RGB
CMYK
RGB Variations
Color information
#E3850D (or 0xE3850D) is known color: Tangerine. HEX triplet: E3, 85 and 0D. RGB value is (227,133,13). Sum of RGB (Red+Green+Blue) = 227+133+13=373 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.86% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 227 - color contains mainly: red. Hex color #E3850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3850D is #1C7AF2. Grayscale: #949494. Windows color (decimal): -1866483 or 886243. OLE color: 886243.
HSL color Cylindrical-coordinate representation of color #E3850D: hue angle of 33.64º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3850D is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 13 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.11 |
| HSL | 33.64º | 0.89% | 0.47% | - |
| HSV(B) | 33.64º | 0.94% | 0.89% | - |
| XYZ | 40.14 | 33.14 | 4.66 | - |
| YUV | 147.43 | 52.14 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 13 | 0 | 0.41 | 0.94 | 0.11 | 33.64 | 0.89 | 0.47 |
| Hex | E3 | 85 | D | 0 | 29 | 5E | B | 22 | 59 | 2F |
| Octal | 343 | 205 | 15 | 0 | 51 | 136 | 13 | 42 | 131 | 57 |
| Binary | 11100011 | 10000101 | 1101 | 0 | 101001 | 1011110 | 1011 | 100010 | 1011001 | 101111 |
Color Harmonies of #E3850D
Complementary color
Monochromatic Colors of #E3850D
Black with #E3850D
Text Example
Text Example
White with #E3850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3850D; }
p { color: rgb(227,133,13); }
H1.HeaderClassName
{
color: #E3850D;
}
.AnyTagClassName
{
color: #E3850D;
}
</style>
background-color css
<style>
a { background-color: #E3850D; }
a { background-color: rgb(227,133,13); }
div.DivClassName
{
background-color: #E3850D;
}
.BgClassName
{
background-color: #E3850D;
}
</style>
border-color css
<style>
span { border-color: #E3850D; }
span { border-color: rgb(227,133,13); }
td.TdClassName
{
border-color: #E3850D;
}
.TagClassName
{
border-color: #E3850D;
}
</style>