Shades of Tangerine #E08508
Tints of Tangerine #E08508
RGB
CMYK
RGB Variations
Color information
#E08508 (or 0xE08508) is known color: Tangerine. HEX triplet: E0, 85 and 08. RGB value is (224,133,8). Sum of RGB (Red+Green+Blue) = 224+133+8=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E08508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08508 is #1F7AF7. Grayscale: #929292. Windows color (decimal): -2063096 or 558560. OLE color: 558560.
HSL color Cylindrical-coordinate representation of color #E08508: hue angle of 34.72º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E08508 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.12 |
| HSL | 34.72º | 0.93% | 0.45% | - |
| HSV(B) | 34.72º | 0.96% | 0.88% | - |
| XYZ | 39.17 | 32.64 | 4.47 | - |
| YUV | 145.96 | 50.15 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 8 | 0 | 0.41 | 0.96 | 0.12 | 34.72 | 0.93 | 0.45 |
| Hex | E0 | 85 | 8 | 0 | 29 | 60 | C | 23 | 5D | 2D |
| Octal | 340 | 205 | 10 | 0 | 51 | 140 | 14 | 43 | 135 | 55 |
| Binary | 11100000 | 10000101 | 1000 | 0 | 101001 | 1100000 | 1100 | 100011 | 1011101 | 101101 |
Color Harmonies of #E08508
Complementary color
Monochromatic Colors of #E08508
Black with #E08508
Text Example
Text Example
White with #E08508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08508; }
p { color: rgb(224,133,8); }
H1.HeaderClassName
{
color: #E08508;
}
.AnyTagClassName
{
color: #E08508;
}
</style>
background-color css
<style>
a { background-color: #E08508; }
a { background-color: rgb(224,133,8); }
div.DivClassName
{
background-color: #E08508;
}
.BgClassName
{
background-color: #E08508;
}
</style>
border-color css
<style>
span { border-color: #E08508; }
span { border-color: rgb(224,133,8); }
td.TdClassName
{
border-color: #E08508;
}
.TagClassName
{
border-color: #E08508;
}
</style>