Shades of Tangerine #EE8008
Tints of Tangerine #EE8008
RGB
CMYK
RGB Variations
Color information
#EE8008 (or 0xEE8008) is known color: Tangerine. HEX triplet: EE, 80 and 08. RGB value is (238,128,8). Sum of RGB (Red+Green+Blue) = 238+128+8=374 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.64% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8008 is #117FF7. Grayscale: #939393. Windows color (decimal): -1146872 or 557294. OLE color: 557294.
HSL color Cylindrical-coordinate representation of color #EE8008: hue angle of 31.3º 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 #EE8008 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 128 | 8 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.07 |
| HSL | 31.3º | 0.93% | 0.48% | - |
| HSV(B) | 31.3º | 0.97% | 0.93% | - |
| XYZ | 43.02 | 33.63 | 4.45 | - |
| YUV | 147.21 | 49.44 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 128 | 8 | 0 | 0.46 | 0.97 | 0.07 | 31.3 | 0.93 | 0.48 |
| Hex | EE | 80 | 8 | 0 | 2E | 61 | 7 | 1F | 5D | 30 |
| Octal | 356 | 200 | 10 | 0 | 56 | 141 | 7 | 37 | 135 | 60 |
| Binary | 11101110 | 10000000 | 1000 | 0 | 101110 | 1100001 | 111 | 11111 | 1011101 | 110000 |
Color Harmonies of #EE8008
Complementary color
Monochromatic Colors of #EE8008
Black with #EE8008
Text Example
Text Example
White with #EE8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8008; }
p { color: rgb(238,128,8); }
H1.HeaderClassName
{
color: #EE8008;
}
.AnyTagClassName
{
color: #EE8008;
}
</style>
background-color css
<style>
a { background-color: #EE8008; }
a { background-color: rgb(238,128,8); }
div.DivClassName
{
background-color: #EE8008;
}
.BgClassName
{
background-color: #EE8008;
}
</style>
border-color css
<style>
span { border-color: #EE8008; }
span { border-color: rgb(238,128,8); }
td.TdClassName
{
border-color: #EE8008;
}
.TagClassName
{
border-color: #EE8008;
}
</style>