Shades of Tangerine #EE8C08
Tints of Tangerine #EE8C08
RGB
CMYK
RGB Variations
Color information
#EE8C08 (or 0xEE8C08) is known color: Tangerine. HEX triplet: EE, 8C and 08. RGB value is (238,140,8). Sum of RGB (Red+Green+Blue) = 238+140+8=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8C08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8C08 is #1173F7. Grayscale: #9A9A9A. Windows color (decimal): -1143800 or 560366. OLE color: 560366.
HSL color Cylindrical-coordinate representation of color #EE8C08: hue angle of 34.43º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE8C08 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 140 | 8 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.07 |
| HSL | 34.43º | 0.93% | 0.48% | - |
| HSV(B) | 34.43º | 0.97% | 0.93% | - |
| XYZ | 44.68 | 36.95 | 5.01 | - |
| YUV | 154.25 | 45.47 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 140 | 8 | 0 | 0.41 | 0.97 | 0.07 | 34.43 | 0.93 | 0.48 |
| Hex | EE | 8C | 8 | 0 | 29 | 61 | 7 | 22 | 5D | 30 |
| Octal | 356 | 214 | 10 | 0 | 51 | 141 | 7 | 42 | 135 | 60 |
| Binary | 11101110 | 10001100 | 1000 | 0 | 101001 | 1100001 | 111 | 100010 | 1011101 | 110000 |
Color Harmonies of #EE8C08
Complementary color
Monochromatic Colors of #EE8C08
Black with #EE8C08
Text Example
Text Example
White with #EE8C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8C08; }
p { color: rgb(238,140,8); }
H1.HeaderClassName
{
color: #EE8C08;
}
.AnyTagClassName
{
color: #EE8C08;
}
</style>
background-color css
<style>
a { background-color: #EE8C08; }
a { background-color: rgb(238,140,8); }
div.DivClassName
{
background-color: #EE8C08;
}
.BgClassName
{
background-color: #EE8C08;
}
</style>
border-color css
<style>
span { border-color: #EE8C08; }
span { border-color: rgb(238,140,8); }
td.TdClassName
{
border-color: #EE8C08;
}
.TagClassName
{
border-color: #EE8C08;
}
</style>