Shades of Tangerine #E6820B
Tints of Tangerine #E6820B
RGB
CMYK
RGB Variations
Color information
#E6820B (or 0xE6820B) is known color: Tangerine. HEX triplet: E6, 82 and 0B. RGB value is (230,130,11). Sum of RGB (Red+Green+Blue) = 230+130+11=371 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.99% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 230 - color contains mainly: red. Hex color #E6820B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6820B is #197DF4. Grayscale: #929292. Windows color (decimal): -1670645 or 754406. OLE color: 754406.
HSL color Cylindrical-coordinate representation of color #E6820B: hue angle of 32.6º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6820B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.10 |
| HSL | 32.6º | 0.91% | 0.47% | - |
| HSV(B) | 32.6º | 0.95% | 0.9% | - |
| XYZ | 40.68 | 32.81 | 4.51 | - |
| YUV | 146.33 | 51.63 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 11 | 0 | 0.43 | 0.95 | 0.10 | 32.6 | 0.91 | 0.47 |
| Hex | E6 | 82 | B | 0 | 2B | 5F | A | 21 | 5B | 2F |
| Octal | 346 | 202 | 13 | 0 | 53 | 137 | 12 | 41 | 133 | 57 |
| Binary | 11100110 | 10000010 | 1011 | 0 | 101011 | 1011111 | 1010 | 100001 | 1011011 | 101111 |
Color Harmonies of #E6820B
Complementary color
Monochromatic Colors of #E6820B
Black with #E6820B
Text Example
Text Example
White with #E6820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6820B; }
p { color: rgb(230,130,11); }
H1.HeaderClassName
{
color: #E6820B;
}
.AnyTagClassName
{
color: #E6820B;
}
</style>
background-color css
<style>
a { background-color: #E6820B; }
a { background-color: rgb(230,130,11); }
div.DivClassName
{
background-color: #E6820B;
}
.BgClassName
{
background-color: #E6820B;
}
</style>
border-color css
<style>
span { border-color: #E6820B; }
span { border-color: rgb(230,130,11); }
td.TdClassName
{
border-color: #E6820B;
}
.TagClassName
{
border-color: #E6820B;
}
</style>