Shades of Tangerine #EE8F05
Tints of Tangerine #EE8F05
RGB
CMYK
RGB Variations
Color information
#EE8F05 (or 0xEE8F05) is known color: Tangerine. HEX triplet: EE, 8F and 05. RGB value is (238,143,5). Sum of RGB (Red+Green+Blue) = 238+143+5=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8F05 is #1170FA. Grayscale: #9C9C9C. Windows color (decimal): -1143035 or 364526. OLE color: 364526.
HSL color Cylindrical-coordinate representation of color #EE8F05: hue angle of 35.54º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE8F05 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 5 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.07 |
| HSL | 35.54º | 0.96% | 0.48% | - |
| HSV(B) | 35.54º | 0.98% | 0.93% | - |
| XYZ | 45.11 | 37.83 | 5.07 | - |
| YUV | 155.67 | 42.97 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 5 | 0 | 0.40 | 0.98 | 0.07 | 35.54 | 0.96 | 0.48 |
| Hex | EE | 8F | 5 | 0 | 28 | 62 | 7 | 24 | 60 | 30 |
| Octal | 356 | 217 | 5 | 0 | 50 | 142 | 7 | 44 | 140 | 60 |
| Binary | 11101110 | 10001111 | 101 | 0 | 101000 | 1100010 | 111 | 100100 | 1100000 | 110000 |
Color Harmonies of #EE8F05
Complementary color
Monochromatic Colors of #EE8F05
Black with #EE8F05
Text Example
Text Example
White with #EE8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F05; }
p { color: rgb(238,143,5); }
H1.HeaderClassName
{
color: #EE8F05;
}
.AnyTagClassName
{
color: #EE8F05;
}
</style>
background-color css
<style>
a { background-color: #EE8F05; }
a { background-color: rgb(238,143,5); }
div.DivClassName
{
background-color: #EE8F05;
}
.BgClassName
{
background-color: #EE8F05;
}
</style>
border-color css
<style>
span { border-color: #EE8F05; }
span { border-color: rgb(238,143,5); }
td.TdClassName
{
border-color: #EE8F05;
}
.TagClassName
{
border-color: #EE8F05;
}
</style>