Shades of Tangerine #E4850D
Tints of Tangerine #E4850D
RGB
CMYK
RGB Variations
Color information
#E4850D (or 0xE4850D) is known color: Tangerine. HEX triplet: E4, 85 and 0D. RGB value is (228,133,13). Sum of RGB (Red+Green+Blue) = 228+133+13=374 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.96% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 228 - color contains mainly: red. Hex color #E4850D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E4850D is #1B7AF2. Grayscale: #949494. Windows color (decimal): -1800947 or 886244. OLE color: 886244.
HSL color Cylindrical-coordinate representation of color #E4850D: hue angle of 33.49º 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 #E4850D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 133 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.11 |
| HSL | 33.49º | 0.89% | 0.47% | - |
| HSV(B) | 33.49º | 0.94% | 0.89% | - |
| XYZ | 40.46 | 33.3 | 4.68 | - |
| YUV | 147.73 | 51.97 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 133 | 13 | 0 | 0.42 | 0.94 | 0.11 | 33.49 | 0.89 | 0.47 |
| Hex | E4 | 85 | D | 0 | 2A | 5E | B | 21 | 59 | 2F |
| Octal | 344 | 205 | 15 | 0 | 52 | 136 | 13 | 41 | 131 | 57 |
| Binary | 11100100 | 10000101 | 1101 | 0 | 101010 | 1011110 | 1011 | 100001 | 1011001 | 101111 |
Color Harmonies of #E4850D
Complementary color
Monochromatic Colors of #E4850D
Black with #E4850D
Text Example
Text Example
White with #E4850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4850D; }
p { color: rgb(228,133,13); }
H1.HeaderClassName
{
color: #E4850D;
}
.AnyTagClassName
{
color: #E4850D;
}
</style>
background-color css
<style>
a { background-color: #E4850D; }
a { background-color: rgb(228,133,13); }
div.DivClassName
{
background-color: #E4850D;
}
.BgClassName
{
background-color: #E4850D;
}
</style>
border-color css
<style>
span { border-color: #E4850D; }
span { border-color: rgb(228,133,13); }
td.TdClassName
{
border-color: #E4850D;
}
.TagClassName
{
border-color: #E4850D;
}
</style>