Shades of Tangerine #EE8405
Tints of Tangerine #EE8405
RGB
CMYK
RGB Variations
Color information
#EE8405 (or 0xEE8405) is known color: Tangerine. HEX triplet: EE, 84 and 05. RGB value is (238,132,5). Sum of RGB (Red+Green+Blue) = 238+132+5=375 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.47% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 5 (2.34% from 255 or 1.33% from 375); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8405 is #117BFA. Grayscale: #959595. Windows color (decimal): -1145851 or 361710. OLE color: 361710.
HSL color Cylindrical-coordinate representation of color #EE8405: hue angle of 32.7º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE8405 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 5 | - |
| CMYK | 0 | 0.45 | 0.98 | 0.07 |
| HSL | 32.7º | 0.96% | 0.48% | - |
| HSV(B) | 32.7º | 0.98% | 0.93% | - |
| XYZ | 43.54 | 34.69 | 4.54 | - |
| YUV | 149.22 | 46.62 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 5 | 0 | 0.45 | 0.98 | 0.07 | 32.7 | 0.96 | 0.48 |
| Hex | EE | 84 | 5 | 0 | 2D | 62 | 7 | 21 | 60 | 30 |
| Octal | 356 | 204 | 5 | 0 | 55 | 142 | 7 | 41 | 140 | 60 |
| Binary | 11101110 | 10000100 | 101 | 0 | 101101 | 1100010 | 111 | 100001 | 1100000 | 110000 |
Color Harmonies of #EE8405
Complementary color
Monochromatic Colors of #EE8405
Black with #EE8405
Text Example
Text Example
White with #EE8405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8405; }
p { color: rgb(238,132,5); }
H1.HeaderClassName
{
color: #EE8405;
}
.AnyTagClassName
{
color: #EE8405;
}
</style>
background-color css
<style>
a { background-color: #EE8405; }
a { background-color: rgb(238,132,5); }
div.DivClassName
{
background-color: #EE8405;
}
.BgClassName
{
background-color: #EE8405;
}
</style>
border-color css
<style>
span { border-color: #EE8405; }
span { border-color: rgb(238,132,5); }
td.TdClassName
{
border-color: #EE8405;
}
.TagClassName
{
border-color: #EE8405;
}
</style>