Shades of Tangerine #E08D00
Tints of Tangerine #E08D00
RGB
CMYK
RGB Variations
Color information
#E08D00 (or 0xE08D00) is known color: Tangerine. HEX triplet: E0, 8D and 00. RGB value is (224,141,0). Sum of RGB (Red+Green+Blue) = 224+141+0=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E08D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E08D00 is #1F72FF. Grayscale: #969696. Windows color (decimal): -2061056 or 36320. OLE color: 36320.
HSL color Cylindrical-coordinate representation of color #E08D00: hue angle of 37.77º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E08D00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 141 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.12 |
| HSL | 37.77º | 1% | 0.44% | - |
| HSV(B) | 37.77º | 1% | 0.88% | - |
| XYZ | 40.27 | 34.9 | 4.61 | - |
| YUV | 149.74 | 43.5 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 141 | 0 | 0 | 0.37 | 1 | 0.12 | 37.77 | 1 | 0.44 |
| Hex | E0 | 8D | 0 | 0 | 25 | 64 | C | 26 | 64 | 2C |
| Octal | 340 | 215 | 0 | 0 | 45 | 144 | 14 | 46 | 144 | 54 |
| Binary | 11100000 | 10001101 | 0 | 0 | 100101 | 1100100 | 1100 | 100110 | 1100100 | 101100 |
Color Harmonies of #E08D00
Complementary color
Monochromatic Colors of #E08D00
Black with #E08D00
Text Example
Text Example
White with #E08D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E08D00; }
p { color: rgb(224,141,0); }
H1.HeaderClassName
{
color: #E08D00;
}
.AnyTagClassName
{
color: #E08D00;
}
</style>
background-color css
<style>
a { background-color: #E08D00; }
a { background-color: rgb(224,141,0); }
div.DivClassName
{
background-color: #E08D00;
}
.BgClassName
{
background-color: #E08D00;
}
</style>
border-color css
<style>
span { border-color: #E08D00; }
span { border-color: rgb(224,141,0); }
td.TdClassName
{
border-color: #E08D00;
}
.TagClassName
{
border-color: #E08D00;
}
</style>