Shades of Tangerine #EE840D
Tints of Tangerine #EE840D
RGB
CMYK
RGB Variations
Color information
#EE840D (or 0xEE840D) is known color: Tangerine. HEX triplet: EE, 84 and 0D. RGB value is (238,132,13). Sum of RGB (Red+Green+Blue) = 238+132+13=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 132 (51.95% from 255 or 34.46% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE840D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE840D is #117BF2. Grayscale: #969696. Windows color (decimal): -1145843 or 885998. OLE color: 885998.
HSL color Cylindrical-coordinate representation of color #EE840D: hue angle of 31.73º degrees, saturation: 0.9, 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 #EE840D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 132 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.07 |
| HSL | 31.73º | 0.9% | 0.49% | - |
| HSV(B) | 31.73º | 0.95% | 0.93% | - |
| XYZ | 43.58 | 34.71 | 4.78 | - |
| YUV | 150.13 | 50.62 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 132 | 13 | 0 | 0.45 | 0.95 | 0.07 | 31.73 | 0.9 | 0.49 |
| Hex | EE | 84 | D | 0 | 2D | 5F | 7 | 20 | 5A | 31 |
| Octal | 356 | 204 | 15 | 0 | 55 | 137 | 7 | 40 | 132 | 61 |
| Binary | 11101110 | 10000100 | 1101 | 0 | 101101 | 1011111 | 111 | 100000 | 1011010 | 110001 |
Color Harmonies of #EE840D
Complementary color
Monochromatic Colors of #EE840D
Black with #EE840D
Text Example
Text Example
White with #EE840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE840D; }
p { color: rgb(238,132,13); }
H1.HeaderClassName
{
color: #EE840D;
}
.AnyTagClassName
{
color: #EE840D;
}
</style>
background-color css
<style>
a { background-color: #EE840D; }
a { background-color: rgb(238,132,13); }
div.DivClassName
{
background-color: #EE840D;
}
.BgClassName
{
background-color: #EE840D;
}
</style>
border-color css
<style>
span { border-color: #EE840D; }
span { border-color: rgb(238,132,13); }
td.TdClassName
{
border-color: #EE840D;
}
.TagClassName
{
border-color: #EE840D;
}
</style>