Shades of Tangerine #E3880C
Tints of Tangerine #E3880C
RGB
CMYK
RGB Variations
Color information
#E3880C (or 0xE3880C) is known color: Tangerine. HEX triplet: E3, 88 and 0C. RGB value is (227,136,12). Sum of RGB (Red+Green+Blue) = 227+136+12=375 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.53% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 227 - color contains mainly: red. Hex color #E3880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3880C is #1C77F3. Grayscale: #959595. Windows color (decimal): -1865716 or 821475. OLE color: 821475.
HSL color Cylindrical-coordinate representation of color #E3880C: hue angle of 34.6º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3880C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.11 |
| HSL | 34.6º | 0.9% | 0.47% | - |
| HSV(B) | 34.6º | 0.95% | 0.89% | - |
| XYZ | 40.55 | 33.97 | 4.77 | - |
| YUV | 149.07 | 50.65 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 12 | 0 | 0.40 | 0.95 | 0.11 | 34.6 | 0.9 | 0.47 |
| Hex | E3 | 88 | C | 0 | 28 | 5F | B | 23 | 5A | 2F |
| Octal | 343 | 210 | 14 | 0 | 50 | 137 | 13 | 43 | 132 | 57 |
| Binary | 11100011 | 10001000 | 1100 | 0 | 101000 | 1011111 | 1011 | 100011 | 1011010 | 101111 |
Color Harmonies of #E3880C
Complementary color
Monochromatic Colors of #E3880C
Black with #E3880C
Text Example
Text Example
White with #E3880C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3880C; }
p { color: rgb(227,136,12); }
H1.HeaderClassName
{
color: #E3880C;
}
.AnyTagClassName
{
color: #E3880C;
}
</style>
background-color css
<style>
a { background-color: #E3880C; }
a { background-color: rgb(227,136,12); }
div.DivClassName
{
background-color: #E3880C;
}
.BgClassName
{
background-color: #E3880C;
}
</style>
border-color css
<style>
span { border-color: #E3880C; }
span { border-color: rgb(227,136,12); }
td.TdClassName
{
border-color: #E3880C;
}
.TagClassName
{
border-color: #E3880C;
}
</style>