Shades of Tangerine #EE880B
Tints of Tangerine #EE880B
RGB
CMYK
RGB Variations
Color information
#EE880B (or 0xEE880B) is known color: Tangerine. HEX triplet: EE, 88 and 0B. RGB value is (238,136,11). Sum of RGB (Red+Green+Blue) = 238+136+11=385 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.82% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 238 - color contains mainly: red. Hex color #EE880B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE880B is #1177F4. Grayscale: #989898. Windows color (decimal): -1144821 or 755950. OLE color: 755950.
HSL color Cylindrical-coordinate representation of color #EE880B: hue angle of 33.04º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE880B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.07 |
| HSL | 33.04º | 0.91% | 0.49% | - |
| HSV(B) | 33.04º | 0.95% | 0.93% | - |
| XYZ | 44.12 | 35.81 | 4.9 | - |
| YUV | 152.25 | 48.29 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 11 | 0 | 0.43 | 0.95 | 0.07 | 33.04 | 0.91 | 0.49 |
| Hex | EE | 88 | B | 0 | 2B | 5F | 7 | 21 | 5B | 31 |
| Octal | 356 | 210 | 13 | 0 | 53 | 137 | 7 | 41 | 133 | 61 |
| Binary | 11101110 | 10001000 | 1011 | 0 | 101011 | 1011111 | 111 | 100001 | 1011011 | 110001 |
Color Harmonies of #EE880B
Complementary color
Monochromatic Colors of #EE880B
Black with #EE880B
Text Example
Text Example
White with #EE880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE880B; }
p { color: rgb(238,136,11); }
H1.HeaderClassName
{
color: #EE880B;
}
.AnyTagClassName
{
color: #EE880B;
}
</style>
background-color css
<style>
a { background-color: #EE880B; }
a { background-color: rgb(238,136,11); }
div.DivClassName
{
background-color: #EE880B;
}
.BgClassName
{
background-color: #EE880B;
}
</style>
border-color css
<style>
span { border-color: #EE880B; }
span { border-color: rgb(238,136,11); }
td.TdClassName
{
border-color: #EE880B;
}
.TagClassName
{
border-color: #EE880B;
}
</style>