Shades of Tangerine #E5860B
Tints of Tangerine #E5860B
RGB
CMYK
RGB Variations
Color information
#E5860B (or 0xE5860B) is known color: Tangerine. HEX triplet: E5, 86 and 0B. RGB value is (229,134,11). Sum of RGB (Red+Green+Blue) = 229+134+11=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5860B is #1A79F4. Grayscale: #949494. Windows color (decimal): -1735157 or 755429. OLE color: 755429.
HSL color Cylindrical-coordinate representation of color #E5860B: hue angle of 33.85º 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 #E5860B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.10 |
| HSL | 33.85º | 0.91% | 0.47% | - |
| HSV(B) | 33.85º | 0.95% | 0.9% | - |
| XYZ | 40.9 | 33.73 | 4.67 | - |
| YUV | 148.38 | 50.47 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 11 | 0 | 0.41 | 0.95 | 0.10 | 33.85 | 0.91 | 0.47 |
| Hex | E5 | 86 | B | 0 | 29 | 5F | A | 22 | 5B | 2F |
| Octal | 345 | 206 | 13 | 0 | 51 | 137 | 12 | 42 | 133 | 57 |
| Binary | 11100101 | 10000110 | 1011 | 0 | 101001 | 1011111 | 1010 | 100010 | 1011011 | 101111 |
Color Harmonies of #E5860B
Complementary color
Monochromatic Colors of #E5860B
Black with #E5860B
Text Example
Text Example
White with #E5860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5860B; }
p { color: rgb(229,134,11); }
H1.HeaderClassName
{
color: #E5860B;
}
.AnyTagClassName
{
color: #E5860B;
}
</style>
background-color css
<style>
a { background-color: #E5860B; }
a { background-color: rgb(229,134,11); }
div.DivClassName
{
background-color: #E5860B;
}
.BgClassName
{
background-color: #E5860B;
}
</style>
border-color css
<style>
span { border-color: #E5860B; }
span { border-color: rgb(229,134,11); }
td.TdClassName
{
border-color: #E5860B;
}
.TagClassName
{
border-color: #E5860B;
}
</style>