Shades of Tangerine #E18500
Tints of Tangerine #E18500
RGB
CMYK
RGB Variations
Color information
#E18500 (or 0xE18500) is known color: Tangerine. HEX triplet: E1, 85 and 00. RGB value is (225,133,0). Sum of RGB (Red+Green+Blue) = 225+133+0=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E18500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18500 is #1E7AFF. Grayscale: #919191. Windows color (decimal): -1997568 or 34273. OLE color: 34273.
HSL color Cylindrical-coordinate representation of color #E18500: hue angle of 35.47º 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 #E18500 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.12 |
| HSL | 35.47º | 1% | 0.44% | - |
| HSV(B) | 35.47º | 1% | 0.88% | - |
| XYZ | 39.44 | 32.78 | 4.25 | - |
| YUV | 145.35 | 45.98 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 0 | 0 | 0.41 | 1 | 0.12 | 35.47 | 1 | 0.44 |
| Hex | E1 | 85 | 0 | 0 | 29 | 64 | C | 23 | 64 | 2C |
| Octal | 341 | 205 | 0 | 0 | 51 | 144 | 14 | 43 | 144 | 54 |
| Binary | 11100001 | 10000101 | 0 | 0 | 101001 | 1100100 | 1100 | 100011 | 1100100 | 101100 |
Color Harmonies of #E18500
Complementary color
Monochromatic Colors of #E18500
Black with #E18500
Text Example
Text Example
White with #E18500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18500; }
p { color: rgb(225,133,0); }
H1.HeaderClassName
{
color: #E18500;
}
.AnyTagClassName
{
color: #E18500;
}
</style>
background-color css
<style>
a { background-color: #E18500; }
a { background-color: rgb(225,133,0); }
div.DivClassName
{
background-color: #E18500;
}
.BgClassName
{
background-color: #E18500;
}
</style>
border-color css
<style>
span { border-color: #E18500; }
span { border-color: rgb(225,133,0); }
td.TdClassName
{
border-color: #E18500;
}
.TagClassName
{
border-color: #E18500;
}
</style>