Shades of Tangerine #EE8B0F
Tints of Tangerine #EE8B0F
RGB
CMYK
RGB Variations
Color information
#EE8B0F (or 0xEE8B0F) is known color: Tangerine. HEX triplet: EE, 8B and 0F. RGB value is (238,139,15). Sum of RGB (Red+Green+Blue) = 238+139+15=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8B0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8B0F is #1174F0. Grayscale: #9B9B9B. Windows color (decimal): -1144049 or 1018862. OLE color: 1018862.
HSL color Cylindrical-coordinate representation of color #EE8B0F: hue angle of 33.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE8B0F is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 139 | 15 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.07 |
| HSL | 33.36º | 0.88% | 0.5% | - |
| HSV(B) | 33.36º | 0.94% | 0.93% | - |
| XYZ | 44.58 | 36.68 | 5.18 | - |
| YUV | 154.47 | 49.3 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 139 | 15 | 0 | 0.42 | 0.94 | 0.07 | 33.36 | 0.88 | 0.5 |
| Hex | EE | 8B | F | 0 | 2A | 5E | 7 | 21 | 58 | 32 |
| Octal | 356 | 213 | 17 | 0 | 52 | 136 | 7 | 41 | 130 | 62 |
| Binary | 11101110 | 10001011 | 1111 | 0 | 101010 | 1011110 | 111 | 100001 | 1011000 | 110010 |
Color Harmonies of #EE8B0F
Complementary color
Monochromatic Colors of #EE8B0F
Black with #EE8B0F
Text Example
Text Example
White with #EE8B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8B0F; }
p { color: rgb(238,139,15); }
H1.HeaderClassName
{
color: #EE8B0F;
}
.AnyTagClassName
{
color: #EE8B0F;
}
</style>
background-color css
<style>
a { background-color: #EE8B0F; }
a { background-color: rgb(238,139,15); }
div.DivClassName
{
background-color: #EE8B0F;
}
.BgClassName
{
background-color: #EE8B0F;
}
</style>
border-color css
<style>
span { border-color: #EE8B0F; }
span { border-color: rgb(238,139,15); }
td.TdClassName
{
border-color: #EE8B0F;
}
.TagClassName
{
border-color: #EE8B0F;
}
</style>