Shades of Tangerine #EE8F0A
Tints of Tangerine #EE8F0A
RGB
CMYK
RGB Variations
Color information
#EE8F0A (or 0xEE8F0A) is known color: Tangerine. HEX triplet: EE, 8F and 0A. RGB value is (238,143,10). Sum of RGB (Red+Green+Blue) = 238+143+10=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 10 (4.30% from 255 or 2.56% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8F0A is #1170F5. Grayscale: #9C9C9C. Windows color (decimal): -1143030 or 692206. OLE color: 692206.
HSL color Cylindrical-coordinate representation of color #EE8F0A: hue angle of 35º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE8F0A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 10 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.07 |
| HSL | 35º | 0.92% | 0.49% | - |
| HSV(B) | 35º | 0.96% | 0.93% | - |
| XYZ | 45.14 | 37.84 | 5.21 | - |
| YUV | 156.24 | 45.47 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 10 | 0 | 0.40 | 0.96 | 0.07 | 35 | 0.92 | 0.49 |
| Hex | EE | 8F | A | 0 | 28 | 60 | 7 | 23 | 5C | 31 |
| Octal | 356 | 217 | 12 | 0 | 50 | 140 | 7 | 43 | 134 | 61 |
| Binary | 11101110 | 10001111 | 1010 | 0 | 101000 | 1100000 | 111 | 100011 | 1011100 | 110001 |
Color Harmonies of #EE8F0A
Complementary color
Monochromatic Colors of #EE8F0A
Black with #EE8F0A
Text Example
Text Example
White with #EE8F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F0A; }
p { color: rgb(238,143,10); }
H1.HeaderClassName
{
color: #EE8F0A;
}
.AnyTagClassName
{
color: #EE8F0A;
}
</style>
background-color css
<style>
a { background-color: #EE8F0A; }
a { background-color: rgb(238,143,10); }
div.DivClassName
{
background-color: #EE8F0A;
}
.BgClassName
{
background-color: #EE8F0A;
}
</style>
border-color css
<style>
span { border-color: #EE8F0A; }
span { border-color: rgb(238,143,10); }
td.TdClassName
{
border-color: #EE8F0A;
}
.TagClassName
{
border-color: #EE8F0A;
}
</style>