Shades of Tangerine #E5890C
Tints of Tangerine #E5890C
RGB
CMYK
RGB Variations
Color information
#E5890C (or 0xE5890C) is known color: Tangerine. HEX triplet: E5, 89 and 0C. RGB value is (229,137,12). Sum of RGB (Red+Green+Blue) = 229+137+12=378 (50% of max value = 765). Red value is 229 (89.84% from 255 or 60.58% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 229 - color contains mainly: red. Hex color #E5890C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5890C is #1A76F3. Grayscale: #969696. Windows color (decimal): -1734388 or 821733. OLE color: 821733.
HSL color Cylindrical-coordinate representation of color #E5890C: hue angle of 34.56º degrees, saturation: 0.9, 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 #E5890C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.10 |
| HSL | 34.56º | 0.9% | 0.47% | - |
| HSV(B) | 34.56º | 0.95% | 0.9% | - |
| XYZ | 41.33 | 34.58 | 4.84 | - |
| YUV | 150.26 | 49.98 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 12 | 0 | 0.40 | 0.95 | 0.10 | 34.56 | 0.9 | 0.47 |
| Hex | E5 | 89 | C | 0 | 28 | 5F | A | 23 | 5A | 2F |
| Octal | 345 | 211 | 14 | 0 | 50 | 137 | 12 | 43 | 132 | 57 |
| Binary | 11100101 | 10001001 | 1100 | 0 | 101000 | 1011111 | 1010 | 100011 | 1011010 | 101111 |
Color Harmonies of #E5890C
Complementary color
Monochromatic Colors of #E5890C
Black with #E5890C
Text Example
Text Example
White with #E5890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5890C; }
p { color: rgb(229,137,12); }
H1.HeaderClassName
{
color: #E5890C;
}
.AnyTagClassName
{
color: #E5890C;
}
</style>
background-color css
<style>
a { background-color: #E5890C; }
a { background-color: rgb(229,137,12); }
div.DivClassName
{
background-color: #E5890C;
}
.BgClassName
{
background-color: #E5890C;
}
</style>
border-color css
<style>
span { border-color: #E5890C; }
span { border-color: rgb(229,137,12); }
td.TdClassName
{
border-color: #E5890C;
}
.TagClassName
{
border-color: #E5890C;
}
</style>