Shades of Tangerine #E08A05
Tints of Tangerine #E08A05
RGB
CMYK
RGB Variations
Color information
#E08A05 (or 0xE08A05) is known color: Tangerine. HEX triplet: E0, 8A and 05. RGB value is (224,138,5). Sum of RGB (Red+Green+Blue) = 224+138+5=367 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.04% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 5 (2.34% from 255 or 1.36% from 367); Max value from RGB is 224 - color contains mainly: red. Hex color #E08A05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08A05 is #1F75FA. Grayscale: #959595. Windows color (decimal): -2061819 or 363232. OLE color: 363232.
HSL color Cylindrical-coordinate representation of color #E08A05: hue angle of 36.44º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E08A05 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 138 | 5 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.12 |
| HSL | 36.44º | 0.96% | 0.45% | - |
| HSV(B) | 36.44º | 0.98% | 0.88% | - |
| XYZ | 39.86 | 34.04 | 4.61 | - |
| YUV | 148.55 | 46.99 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 138 | 5 | 0 | 0.38 | 0.98 | 0.12 | 36.44 | 0.96 | 0.45 |
| Hex | E0 | 8A | 5 | 0 | 26 | 62 | C | 24 | 60 | 2D |
| Octal | 340 | 212 | 5 | 0 | 46 | 142 | 14 | 44 | 140 | 55 |
| Binary | 11100000 | 10001010 | 101 | 0 | 100110 | 1100010 | 1100 | 100100 | 1100000 | 101101 |
Color Harmonies of #E08A05
Complementary color
Monochromatic Colors of #E08A05
Black with #E08A05
Text Example
Text Example
White with #E08A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08A05; }
p { color: rgb(224,138,5); }
H1.HeaderClassName
{
color: #E08A05;
}
.AnyTagClassName
{
color: #E08A05;
}
</style>
background-color css
<style>
a { background-color: #E08A05; }
a { background-color: rgb(224,138,5); }
div.DivClassName
{
background-color: #E08A05;
}
.BgClassName
{
background-color: #E08A05;
}
</style>
border-color css
<style>
span { border-color: #E08A05; }
span { border-color: rgb(224,138,5); }
td.TdClassName
{
border-color: #E08A05;
}
.TagClassName
{
border-color: #E08A05;
}
</style>