Shades of Tangerine #EE8F01
Tints of Tangerine #EE8F01
RGB
CMYK
RGB Variations
Color information
#EE8F01 (or 0xEE8F01) is known color: Tangerine. HEX triplet: EE, 8F and 01. RGB value is (238,143,1). Sum of RGB (Red+Green+Blue) = 238+143+1=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8F01 is #1170FE. Grayscale: #9B9B9B. Windows color (decimal): -1143039 or 102382. OLE color: 102382.
HSL color Cylindrical-coordinate representation of color #EE8F01: hue angle of 35.95º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE8F01 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 143 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.07 |
| HSL | 35.95º | 0.99% | 0.47% | - |
| HSV(B) | 35.95º | 1% | 0.93% | - |
| XYZ | 45.09 | 37.82 | 4.95 | - |
| YUV | 155.22 | 40.97 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 143 | 1 | 0 | 0.40 | 1.00 | 0.07 | 35.95 | 0.99 | 0.47 |
| Hex | EE | 8F | 1 | 0 | 28 | 64 | 7 | 24 | 63 | 2F |
| Octal | 356 | 217 | 1 | 0 | 50 | 144 | 7 | 44 | 143 | 57 |
| Binary | 11101110 | 10001111 | 1 | 0 | 101000 | 1100100 | 111 | 100100 | 1100011 | 101111 |
Color Harmonies of #EE8F01
Complementary color
Monochromatic Colors of #EE8F01
Black with #EE8F01
Text Example
Text Example
White with #EE8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8F01; }
p { color: rgb(238,143,1); }
H1.HeaderClassName
{
color: #EE8F01;
}
.AnyTagClassName
{
color: #EE8F01;
}
</style>
background-color css
<style>
a { background-color: #EE8F01; }
a { background-color: rgb(238,143,1); }
div.DivClassName
{
background-color: #EE8F01;
}
.BgClassName
{
background-color: #EE8F01;
}
</style>
border-color css
<style>
span { border-color: #EE8F01; }
span { border-color: rgb(238,143,1); }
td.TdClassName
{
border-color: #EE8F01;
}
.TagClassName
{
border-color: #EE8F01;
}
</style>