Shades of Tangerine #EE8804
Tints of Tangerine #EE8804
RGB
CMYK
RGB Variations
Color information
#EE8804 (or 0xEE8804) is known color: Tangerine. HEX triplet: EE, 88 and 04. RGB value is (238,136,4). Sum of RGB (Red+Green+Blue) = 238+136+4=378 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.96% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8804 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8804 is #1177FB. Grayscale: #989898. Windows color (decimal): -1144828 or 297198. OLE color: 297198.
HSL color Cylindrical-coordinate representation of color #EE8804: hue angle of 33.85º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE8804 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 136 | 4 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.07 |
| HSL | 33.85º | 0.97% | 0.47% | - |
| HSV(B) | 33.85º | 0.98% | 0.93% | - |
| XYZ | 44.09 | 35.79 | 4.7 | - |
| YUV | 151.45 | 44.79 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 136 | 4 | 0 | 0.43 | 0.98 | 0.07 | 33.85 | 0.97 | 0.47 |
| Hex | EE | 88 | 4 | 0 | 2B | 62 | 7 | 22 | 61 | 2F |
| Octal | 356 | 210 | 4 | 0 | 53 | 142 | 7 | 42 | 141 | 57 |
| Binary | 11101110 | 10001000 | 100 | 0 | 101011 | 1100010 | 111 | 100010 | 1100001 | 101111 |
Color Harmonies of #EE8804
Complementary color
Monochromatic Colors of #EE8804
Black with #EE8804
Text Example
Text Example
White with #EE8804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8804; }
p { color: rgb(238,136,4); }
H1.HeaderClassName
{
color: #EE8804;
}
.AnyTagClassName
{
color: #EE8804;
}
</style>
background-color css
<style>
a { background-color: #EE8804; }
a { background-color: rgb(238,136,4); }
div.DivClassName
{
background-color: #EE8804;
}
.BgClassName
{
background-color: #EE8804;
}
</style>
border-color css
<style>
span { border-color: #EE8804; }
span { border-color: rgb(238,136,4); }
td.TdClassName
{
border-color: #EE8804;
}
.TagClassName
{
border-color: #EE8804;
}
</style>