Shades of Tangerine #E6850F
Tints of Tangerine #E6850F
RGB
CMYK
RGB Variations
Color information
#E6850F (or 0xE6850F) is known color: Tangerine. HEX triplet: E6, 85 and 0F. RGB value is (230,133,15). Sum of RGB (Red+Green+Blue) = 230+133+15=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E6850F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6850F is #197AF0. Grayscale: #959595. Windows color (decimal): -1669873 or 1017318. OLE color: 1017318.
HSL color Cylindrical-coordinate representation of color #E6850F: hue angle of 32.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6850F is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 15 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.10 |
| HSL | 32.93º | 0.88% | 0.48% | - |
| HSV(B) | 32.93º | 0.93% | 0.9% | - |
| XYZ | 41.11 | 33.63 | 4.78 | - |
| YUV | 148.55 | 52.64 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 15 | 0 | 0.42 | 0.93 | 0.10 | 32.93 | 0.88 | 0.48 |
| Hex | E6 | 85 | F | 0 | 2A | 5D | A | 21 | 58 | 30 |
| Octal | 346 | 205 | 17 | 0 | 52 | 135 | 12 | 41 | 130 | 60 |
| Binary | 11100110 | 10000101 | 1111 | 0 | 101010 | 1011101 | 1010 | 100001 | 1011000 | 110000 |
Color Harmonies of #E6850F
Complementary color
Monochromatic Colors of #E6850F
Black with #E6850F
Text Example
Text Example
White with #E6850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6850F; }
p { color: rgb(230,133,15); }
H1.HeaderClassName
{
color: #E6850F;
}
.AnyTagClassName
{
color: #E6850F;
}
</style>
background-color css
<style>
a { background-color: #E6850F; }
a { background-color: rgb(230,133,15); }
div.DivClassName
{
background-color: #E6850F;
}
.BgClassName
{
background-color: #E6850F;
}
</style>
border-color css
<style>
span { border-color: #E6850F; }
span { border-color: rgb(230,133,15); }
td.TdClassName
{
border-color: #E6850F;
}
.TagClassName
{
border-color: #E6850F;
}
</style>