Shades of Tangerine #E0830B
Tints of Tangerine #E0830B
RGB
CMYK
RGB Variations
Color information
#E0830B (or 0xE0830B) is known color: Tangerine. HEX triplet: E0, 83 and 0B. RGB value is (224,131,11). Sum of RGB (Red+Green+Blue) = 224+131+11=366 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.20% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 11 (4.69% from 255 or 3.01% from 366); Max value from RGB is 224 - color contains mainly: red. Hex color #E0830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E0830B is #1F7CF4. Grayscale: #919191. Windows color (decimal): -2063605 or 754656. OLE color: 754656.
HSL color Cylindrical-coordinate representation of color #E0830B: hue angle of 33.8º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0830B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 131 | 11 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.12 |
| HSL | 33.8º | 0.91% | 0.46% | - |
| HSV(B) | 33.8º | 0.95% | 0.88% | - |
| XYZ | 38.92 | 32.1 | 4.46 | - |
| YUV | 145.13 | 52.31 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 131 | 11 | 0 | 0.42 | 0.95 | 0.12 | 33.8 | 0.91 | 0.46 |
| Hex | E0 | 83 | B | 0 | 2A | 5F | C | 22 | 5B | 2E |
| Octal | 340 | 203 | 13 | 0 | 52 | 137 | 14 | 42 | 133 | 56 |
| Binary | 11100000 | 10000011 | 1011 | 0 | 101010 | 1011111 | 1100 | 100010 | 1011011 | 101110 |
Color Harmonies of #E0830B
Complementary color
Monochromatic Colors of #E0830B
Black with #E0830B
Text Example
Text Example
White with #E0830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0830B; }
p { color: rgb(224,131,11); }
H1.HeaderClassName
{
color: #E0830B;
}
.AnyTagClassName
{
color: #E0830B;
}
</style>
background-color css
<style>
a { background-color: #E0830B; }
a { background-color: rgb(224,131,11); }
div.DivClassName
{
background-color: #E0830B;
}
.BgClassName
{
background-color: #E0830B;
}
</style>
border-color css
<style>
span { border-color: #E0830B; }
span { border-color: rgb(224,131,11); }
td.TdClassName
{
border-color: #E0830B;
}
.TagClassName
{
border-color: #E0830B;
}
</style>