Shades of Tangerine #EE8A00
Tints of Tangerine #EE8A00
RGB
CMYK
RGB Variations
Color information
#EE8A00 (or 0xEE8A00) is known color: Tangerine. HEX triplet: EE, 8A and 00. RGB value is (238,138,0). Sum of RGB (Red+Green+Blue) = 238+138+0=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8A00 is #1175FF. Grayscale: #989898. Windows color (decimal): -1144320 or 35566. OLE color: 35566.
HSL color Cylindrical-coordinate representation of color #EE8A00: hue angle of 34.79º 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 #EE8A00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.07 |
| HSL | 34.79º | 1% | 0.47% | - |
| HSV(B) | 34.79º | 1% | 0.93% | - |
| XYZ | 44.35 | 36.35 | 4.68 | - |
| YUV | 152.17 | 42.13 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 0 | 0 | 0.42 | 1 | 0.07 | 34.79 | 1 | 0.47 |
| Hex | EE | 8A | 0 | 0 | 2A | 64 | 7 | 23 | 64 | 2F |
| Octal | 356 | 212 | 0 | 0 | 52 | 144 | 7 | 43 | 144 | 57 |
| Binary | 11101110 | 10001010 | 0 | 0 | 101010 | 1100100 | 111 | 100011 | 1100100 | 101111 |
Color Harmonies of #EE8A00
Complementary color
Monochromatic Colors of #EE8A00
Black with #EE8A00
Text Example
Text Example
White with #EE8A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A00; }
p { color: rgb(238,138,0); }
H1.HeaderClassName
{
color: #EE8A00;
}
.AnyTagClassName
{
color: #EE8A00;
}
</style>
background-color css
<style>
a { background-color: #EE8A00; }
a { background-color: rgb(238,138,0); }
div.DivClassName
{
background-color: #EE8A00;
}
.BgClassName
{
background-color: #EE8A00;
}
</style>
border-color css
<style>
span { border-color: #EE8A00; }
span { border-color: rgb(238,138,0); }
td.TdClassName
{
border-color: #EE8A00;
}
.TagClassName
{
border-color: #EE8A00;
}
</style>