Shades of Tangerine #EE8A05
Tints of Tangerine #EE8A05
RGB
CMYK
RGB Variations
Color information
#EE8A05 (or 0xEE8A05) is known color: Tangerine. HEX triplet: EE, 8A and 05. RGB value is (238,138,5). Sum of RGB (Red+Green+Blue) = 238+138+5=381 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.47% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8A05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8A05 is #1175FA. Grayscale: #999999. Windows color (decimal): -1144315 or 363246. OLE color: 363246.
HSL color Cylindrical-coordinate representation of color #EE8A05: hue angle of 34.25º 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 #EE8A05 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 138 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.07 |
| HSL | 34.25º | 0.96% | 0.48% | - |
| HSV(B) | 34.25º | 0.98% | 0.93% | - |
| XYZ | 44.38 | 36.37 | 4.82 | - |
| YUV | 152.74 | 44.63 | 188.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 138 | 5 | 0 | 0.42 | 0.98 | 0.07 | 34.25 | 0.96 | 0.48 |
| Hex | EE | 8A | 5 | 0 | 2A | 62 | 7 | 22 | 60 | 30 |
| Octal | 356 | 212 | 5 | 0 | 52 | 142 | 7 | 42 | 140 | 60 |
| Binary | 11101110 | 10001010 | 101 | 0 | 101010 | 1100010 | 111 | 100010 | 1100000 | 110000 |
Color Harmonies of #EE8A05
Complementary color
Monochromatic Colors of #EE8A05
Black with #EE8A05
Text Example
Text Example
White with #EE8A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE8A05; }
p { color: rgb(238,138,5); }
H1.HeaderClassName
{
color: #EE8A05;
}
.AnyTagClassName
{
color: #EE8A05;
}
</style>
background-color css
<style>
a { background-color: #EE8A05; }
a { background-color: rgb(238,138,5); }
div.DivClassName
{
background-color: #EE8A05;
}
.BgClassName
{
background-color: #EE8A05;
}
</style>
border-color css
<style>
span { border-color: #EE8A05; }
span { border-color: rgb(238,138,5); }
td.TdClassName
{
border-color: #EE8A05;
}
.TagClassName
{
border-color: #EE8A05;
}
</style>