Shades of Tangerine #EE8400
Tints of Tangerine #EE8400
RGB
CMYK
RGB Variations
Color information
#EE8400 (or 0xEE8400) is known color: Tangerine. HEX triplet: EE, 84 and 00. RGB value is (238,132,0). Sum of RGB (Red+Green+Blue) = 238+132+0=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8400 is #117BFF. Grayscale: #959595. Windows color (decimal): -1145856 or 34030. OLE color: 34030.
HSL color Cylindrical-coordinate representation of color #EE8400: hue angle of 33.28º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE8400 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.07 |
| HSL | 33.28º | 1% | 0.47% | - |
| HSV(B) | 33.28º | 1% | 0.93% | - |
| XYZ | 43.51 | 34.68 | 4.4 | - |
| YUV | 148.65 | 44.12 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 0 | 0 | 0.45 | 1 | 0.07 | 33.28 | 1 | 0.47 |
| Hex | EE | 84 | 0 | 0 | 2D | 64 | 7 | 21 | 64 | 2F |
| Octal | 356 | 204 | 0 | 0 | 55 | 144 | 7 | 41 | 144 | 57 |
| Binary | 11101110 | 10000100 | 0 | 0 | 101101 | 1100100 | 111 | 100001 | 1100100 | 101111 |
Color Harmonies of #EE8400
Complementary color
Monochromatic Colors of #EE8400
Black with #EE8400
Text Example
Text Example
White with #EE8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8400; }
p { color: rgb(238,132,0); }
H1.HeaderClassName
{
color: #EE8400;
}
.AnyTagClassName
{
color: #EE8400;
}
</style>
background-color css
<style>
a { background-color: #EE8400; }
a { background-color: rgb(238,132,0); }
div.DivClassName
{
background-color: #EE8400;
}
.BgClassName
{
background-color: #EE8400;
}
</style>
border-color css
<style>
span { border-color: #EE8400; }
span { border-color: rgb(238,132,0); }
td.TdClassName
{
border-color: #EE8400;
}
.TagClassName
{
border-color: #EE8400;
}
</style>