Shades of Tangerine #EE870B
Tints of Tangerine #EE870B
RGB
CMYK
RGB Variations
Color information
#EE870B (or 0xEE870B) is known color: Tangerine. HEX triplet: EE, 87 and 0B. RGB value is (238,135,11). Sum of RGB (Red+Green+Blue) = 238+135+11=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE870B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE870B is #1178F4. Grayscale: #989898. Windows color (decimal): -1145077 or 755694. OLE color: 755694.
HSL color Cylindrical-coordinate representation of color #EE870B: hue angle of 32.78º 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 #EE870B is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 11 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.07 |
| HSL | 32.78º | 0.91% | 0.49% | - |
| HSV(B) | 32.78º | 0.95% | 0.93% | - |
| XYZ | 43.98 | 35.53 | 4.86 | - |
| YUV | 151.66 | 48.62 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 11 | 0 | 0.43 | 0.95 | 0.07 | 32.78 | 0.91 | 0.49 |
| Hex | EE | 87 | B | 0 | 2B | 5F | 7 | 21 | 5B | 31 |
| Octal | 356 | 207 | 13 | 0 | 53 | 137 | 7 | 41 | 133 | 61 |
| Binary | 11101110 | 10000111 | 1011 | 0 | 101011 | 1011111 | 111 | 100001 | 1011011 | 110001 |
Color Harmonies of #EE870B
Complementary color
Monochromatic Colors of #EE870B
Black with #EE870B
Text Example
Text Example
White with #EE870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE870B; }
p { color: rgb(238,135,11); }
H1.HeaderClassName
{
color: #EE870B;
}
.AnyTagClassName
{
color: #EE870B;
}
</style>
background-color css
<style>
a { background-color: #EE870B; }
a { background-color: rgb(238,135,11); }
div.DivClassName
{
background-color: #EE870B;
}
.BgClassName
{
background-color: #EE870B;
}
</style>
border-color css
<style>
span { border-color: #EE870B; }
span { border-color: rgb(238,135,11); }
td.TdClassName
{
border-color: #EE870B;
}
.TagClassName
{
border-color: #EE870B;
}
</style>