Shades of Tangerine #E6870A
Tints of Tangerine #E6870A
RGB
CMYK
RGB Variations
Color information
#E6870A (or 0xE6870A) is known color: Tangerine. HEX triplet: E6, 87 and 0A. RGB value is (230,135,10). Sum of RGB (Red+Green+Blue) = 230+135+10=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E6870A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6870A is #1978F5. Grayscale: #959595. Windows color (decimal): -1669366 or 690150. OLE color: 690150.
HSL color Cylindrical-coordinate representation of color #E6870A: hue angle of 34.09º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6870A is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 10 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.10 |
| HSL | 34.09º | 0.92% | 0.47% | - |
| HSV(B) | 34.09º | 0.96% | 0.9% | - |
| XYZ | 41.35 | 34.17 | 4.7 | - |
| YUV | 149.16 | 49.47 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 10 | 0 | 0.41 | 0.96 | 0.10 | 34.09 | 0.92 | 0.47 |
| Hex | E6 | 87 | A | 0 | 29 | 60 | A | 22 | 5C | 2F |
| Octal | 346 | 207 | 12 | 0 | 51 | 140 | 12 | 42 | 134 | 57 |
| Binary | 11100110 | 10000111 | 1010 | 0 | 101001 | 1100000 | 1010 | 100010 | 1011100 | 101111 |
Color Harmonies of #E6870A
Complementary color
Monochromatic Colors of #E6870A
Black with #E6870A
Text Example
Text Example
White with #E6870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6870A; }
p { color: rgb(230,135,10); }
H1.HeaderClassName
{
color: #E6870A;
}
.AnyTagClassName
{
color: #E6870A;
}
</style>
background-color css
<style>
a { background-color: #E6870A; }
a { background-color: rgb(230,135,10); }
div.DivClassName
{
background-color: #E6870A;
}
.BgClassName
{
background-color: #E6870A;
}
</style>
border-color css
<style>
span { border-color: #E6870A; }
span { border-color: rgb(230,135,10); }
td.TdClassName
{
border-color: #E6870A;
}
.TagClassName
{
border-color: #E6870A;
}
</style>