Shades of Tangerine #E08601
Tints of Tangerine #E08601
RGB
CMYK
RGB Variations
Color information
#E08601 (or 0xE08601) is known color: Tangerine. HEX triplet: E0, 86 and 01. RGB value is (224,134,1). Sum of RGB (Red+Green+Blue) = 224+134+1=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 1 (0.78% from 255 or 0.28% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E08601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08601 is #1F79FE. Grayscale: #929292. Windows color (decimal): -2062847 or 100064. OLE color: 100064.
HSL color Cylindrical-coordinate representation of color #E08601: hue angle of 35.78º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E08601 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 1 | - |
| CMYK | 0 | 0.40 | 1.00 | 0.12 |
| HSL | 35.78º | 0.99% | 0.44% | - |
| HSV(B) | 35.78º | 1% | 0.88% | - |
| XYZ | 39.27 | 32.9 | 4.31 | - |
| YUV | 145.75 | 46.32 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 1 | 0 | 0.40 | 1.00 | 0.12 | 35.78 | 0.99 | 0.44 |
| Hex | E0 | 86 | 1 | 0 | 28 | 64 | C | 24 | 63 | 2C |
| Octal | 340 | 206 | 1 | 0 | 50 | 144 | 14 | 44 | 143 | 54 |
| Binary | 11100000 | 10000110 | 1 | 0 | 101000 | 1100100 | 1100 | 100100 | 1100011 | 101100 |
Color Harmonies of #E08601
Complementary color
Monochromatic Colors of #E08601
Black with #E08601
Text Example
Text Example
White with #E08601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08601; }
p { color: rgb(224,134,1); }
H1.HeaderClassName
{
color: #E08601;
}
.AnyTagClassName
{
color: #E08601;
}
</style>
background-color css
<style>
a { background-color: #E08601; }
a { background-color: rgb(224,134,1); }
div.DivClassName
{
background-color: #E08601;
}
.BgClassName
{
background-color: #E08601;
}
</style>
border-color css
<style>
span { border-color: #E08601; }
span { border-color: rgb(224,134,1); }
td.TdClassName
{
border-color: #E08601;
}
.TagClassName
{
border-color: #E08601;
}
</style>