Shades of Tangerine #E3880B
Tints of Tangerine #E3880B
RGB
CMYK
RGB Variations
Color information
#E3880B (or 0xE3880B) is known color: Tangerine. HEX triplet: E3, 88 and 0B. RGB value is (227,136,11). Sum of RGB (Red+Green+Blue) = 227+136+11=374 (49% of max value = 765). Red value is 227 (89.06% from 255 or 60.70% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 227 - color contains mainly: red. Hex color #E3880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3880B is #1C77F4. Grayscale: #959595. Windows color (decimal): -1865717 or 755939. OLE color: 755939.
HSL color Cylindrical-coordinate representation of color #E3880B: hue angle of 34.72º degrees, saturation: 0.91, 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 #E3880B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.11 |
| HSL | 34.72º | 0.91% | 0.47% | - |
| HSV(B) | 34.72º | 0.95% | 0.89% | - |
| XYZ | 40.54 | 33.96 | 4.74 | - |
| YUV | 148.96 | 50.15 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 11 | 0 | 0.40 | 0.95 | 0.11 | 34.72 | 0.91 | 0.47 |
| Hex | E3 | 88 | B | 0 | 28 | 5F | B | 23 | 5B | 2F |
| Octal | 343 | 210 | 13 | 0 | 50 | 137 | 13 | 43 | 133 | 57 |
| Binary | 11100011 | 10001000 | 1011 | 0 | 101000 | 1011111 | 1011 | 100011 | 1011011 | 101111 |
Color Harmonies of #E3880B
Complementary color
Monochromatic Colors of #E3880B
Black with #E3880B
Text Example
Text Example
White with #E3880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3880B; }
p { color: rgb(227,136,11); }
H1.HeaderClassName
{
color: #E3880B;
}
.AnyTagClassName
{
color: #E3880B;
}
</style>
background-color css
<style>
a { background-color: #E3880B; }
a { background-color: rgb(227,136,11); }
div.DivClassName
{
background-color: #E3880B;
}
.BgClassName
{
background-color: #E3880B;
}
</style>
border-color css
<style>
span { border-color: #E3880B; }
span { border-color: rgb(227,136,11); }
td.TdClassName
{
border-color: #E3880B;
}
.TagClassName
{
border-color: #E3880B;
}
</style>