Shades of Tangerine #E0830D
Tints of Tangerine #E0830D
RGB
CMYK
RGB Variations
Color information
#E0830D (or 0xE0830D) is known color: Tangerine. HEX triplet: E0, 83 and 0D. RGB value is (224,131,13). Sum of RGB (Red+Green+Blue) = 224+131+13=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0830D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0830D is #1F7CF2. Grayscale: #919191. Windows color (decimal): -2063603 or 885728. OLE color: 885728.
HSL color Cylindrical-coordinate representation of color #E0830D: hue angle of 33.55º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0830D is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 13 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.12 |
| HSL | 33.55º | 0.89% | 0.46% | - |
| HSV(B) | 33.55º | 0.94% | 0.88% | - |
| XYZ | 38.93 | 32.11 | 4.53 | - |
| YUV | 145.36 | 53.31 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 13 | 0 | 0.42 | 0.94 | 0.12 | 33.55 | 0.89 | 0.46 |
| Hex | E0 | 83 | D | 0 | 2A | 5E | C | 22 | 59 | 2E |
| Octal | 340 | 203 | 15 | 0 | 52 | 136 | 14 | 42 | 131 | 56 |
| Binary | 11100000 | 10000011 | 1101 | 0 | 101010 | 1011110 | 1100 | 100010 | 1011001 | 101110 |
Color Harmonies of #E0830D
Complementary color
Monochromatic Colors of #E0830D
Black with #E0830D
Text Example
Text Example
White with #E0830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0830D; }
p { color: rgb(224,131,13); }
H1.HeaderClassName
{
color: #E0830D;
}
.AnyTagClassName
{
color: #E0830D;
}
</style>
background-color css
<style>
a { background-color: #E0830D; }
a { background-color: rgb(224,131,13); }
div.DivClassName
{
background-color: #E0830D;
}
.BgClassName
{
background-color: #E0830D;
}
</style>
border-color css
<style>
span { border-color: #E0830D; }
span { border-color: rgb(224,131,13); }
td.TdClassName
{
border-color: #E0830D;
}
.TagClassName
{
border-color: #E0830D;
}
</style>