Shades of Tangerine #E18B00
Tints of Tangerine #E18B00
RGB
CMYK
RGB Variations
Color information
#E18B00 (or 0xE18B00) is known color: Tangerine. HEX triplet: E1, 8B and 00. RGB value is (225,139,0). Sum of RGB (Red+Green+Blue) = 225+139+0=364 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.81% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 0 (0.39% from 255 or 0% from 364); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18B00 is #1E74FF. Grayscale: #959595. Windows color (decimal): -1996032 or 35809. OLE color: 35809.
HSL color Cylindrical-coordinate representation of color #E18B00: hue angle of 37.07º 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 #E18B00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.12 |
| HSL | 37.07º | 1% | 0.44% | - |
| HSV(B) | 37.07º | 1% | 0.88% | - |
| XYZ | 40.28 | 34.47 | 4.53 | - |
| YUV | 148.87 | 43.99 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 0 | 0 | 0.38 | 1 | 0.12 | 37.07 | 1 | 0.44 |
| Hex | E1 | 8B | 0 | 0 | 26 | 64 | C | 25 | 64 | 2C |
| Octal | 341 | 213 | 0 | 0 | 46 | 144 | 14 | 45 | 144 | 54 |
| Binary | 11100001 | 10001011 | 0 | 0 | 100110 | 1100100 | 1100 | 100101 | 1100100 | 101100 |
Color Harmonies of #E18B00
Complementary color
Monochromatic Colors of #E18B00
Black with #E18B00
Text Example
Text Example
White with #E18B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B00; }
p { color: rgb(225,139,0); }
H1.HeaderClassName
{
color: #E18B00;
}
.AnyTagClassName
{
color: #E18B00;
}
</style>
background-color css
<style>
a { background-color: #E18B00; }
a { background-color: rgb(225,139,0); }
div.DivClassName
{
background-color: #E18B00;
}
.BgClassName
{
background-color: #E18B00;
}
</style>
border-color css
<style>
span { border-color: #E18B00; }
span { border-color: rgb(225,139,0); }
td.TdClassName
{
border-color: #E18B00;
}
.TagClassName
{
border-color: #E18B00;
}
</style>