Shades of Tangerine #EE8700
Tints of Tangerine #EE8700
RGB
CMYK
RGB Variations
Color information
#EE8700 (or 0xEE8700) is known color: Tangerine. HEX triplet: EE, 87 and 00. RGB value is (238,135,0). Sum of RGB (Red+Green+Blue) = 238+135+0=373 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.81% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8700 is #1178FF. Grayscale: #979797. Windows color (decimal): -1145088 or 34798. OLE color: 34798.
HSL color Cylindrical-coordinate representation of color #EE8700: hue angle of 34.03º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE8700 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 135 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.07 |
| HSL | 34.03º | 1% | 0.47% | - |
| HSV(B) | 34.03º | 1% | 0.93% | - |
| XYZ | 43.92 | 35.51 | 4.54 | - |
| YUV | 150.41 | 43.12 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 135 | 0 | 0 | 0.43 | 1 | 0.07 | 34.03 | 1 | 0.47 |
| Hex | EE | 87 | 0 | 0 | 2B | 64 | 7 | 22 | 64 | 2F |
| Octal | 356 | 207 | 0 | 0 | 53 | 144 | 7 | 42 | 144 | 57 |
| Binary | 11101110 | 10000111 | 0 | 0 | 101011 | 1100100 | 111 | 100010 | 1100100 | 101111 |
Color Harmonies of #EE8700
Complementary color
Monochromatic Colors of #EE8700
Black with #EE8700
Text Example
Text Example
White with #EE8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8700; }
p { color: rgb(238,135,0); }
H1.HeaderClassName
{
color: #EE8700;
}
.AnyTagClassName
{
color: #EE8700;
}
</style>
background-color css
<style>
a { background-color: #EE8700; }
a { background-color: rgb(238,135,0); }
div.DivClassName
{
background-color: #EE8700;
}
.BgClassName
{
background-color: #EE8700;
}
</style>
border-color css
<style>
span { border-color: #EE8700; }
span { border-color: rgb(238,135,0); }
td.TdClassName
{
border-color: #EE8700;
}
.TagClassName
{
border-color: #EE8700;
}
</style>