Shades of Tangerine #E6810F
Tints of Tangerine #E6810F
RGB
CMYK
RGB Variations
Color information
#E6810F (or 0xE6810F) is known color: Tangerine. HEX triplet: E6, 81 and 0F. RGB value is (230,129,15). Sum of RGB (Red+Green+Blue) = 230+129+15=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E6810F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E6810F is #197EF0. Grayscale: #929292. Windows color (decimal): -1670897 or 1016294. OLE color: 1016294.
HSL color Cylindrical-coordinate representation of color #E6810F: hue angle of 31.81º 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 #E6810F is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 15 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.10 |
| HSL | 31.81º | 0.88% | 0.48% | - |
| HSV(B) | 31.81º | 0.93% | 0.9% | - |
| XYZ | 40.57 | 32.56 | 4.6 | - |
| YUV | 146.2 | 53.96 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 15 | 0 | 0.44 | 0.93 | 0.10 | 31.81 | 0.88 | 0.48 |
| Hex | E6 | 81 | F | 0 | 2C | 5D | A | 20 | 58 | 30 |
| Octal | 346 | 201 | 17 | 0 | 54 | 135 | 12 | 40 | 130 | 60 |
| Binary | 11100110 | 10000001 | 1111 | 0 | 101100 | 1011101 | 1010 | 100000 | 1011000 | 110000 |
Color Harmonies of #E6810F
Complementary color
Monochromatic Colors of #E6810F
Black with #E6810F
Text Example
Text Example
White with #E6810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6810F; }
p { color: rgb(230,129,15); }
H1.HeaderClassName
{
color: #E6810F;
}
.AnyTagClassName
{
color: #E6810F;
}
</style>
background-color css
<style>
a { background-color: #E6810F; }
a { background-color: rgb(230,129,15); }
div.DivClassName
{
background-color: #E6810F;
}
.BgClassName
{
background-color: #E6810F;
}
</style>
border-color css
<style>
span { border-color: #E6810F; }
span { border-color: rgb(230,129,15); }
td.TdClassName
{
border-color: #E6810F;
}
.TagClassName
{
border-color: #E6810F;
}
</style>