Shades of Tangerine #E68500
Tints of Tangerine #E68500
RGB
CMYK
RGB Variations
Color information
#E68500 (or 0xE68500) is known color: Tangerine. HEX triplet: E6, 85 and 00. RGB value is (230,133,0). Sum of RGB (Red+Green+Blue) = 230+133+0=363 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.36% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 230 - color contains mainly: red. Hex color #E68500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68500 is #197AFF. Grayscale: #939393. Windows color (decimal): -1669888 or 34278. OLE color: 34278.
HSL color Cylindrical-coordinate representation of color #E68500: hue angle of 34.7º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E68500 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.10 |
| HSL | 34.7º | 1% | 0.45% | - |
| HSV(B) | 34.7º | 1% | 0.9% | - |
| XYZ | 41.02 | 33.6 | 4.32 | - |
| YUV | 146.84 | 45.14 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 0 | 0 | 0.42 | 1 | 0.10 | 34.7 | 1 | 0.45 |
| Hex | E6 | 85 | 0 | 0 | 2A | 64 | A | 23 | 64 | 2D |
| Octal | 346 | 205 | 0 | 0 | 52 | 144 | 12 | 43 | 144 | 55 |
| Binary | 11100110 | 10000101 | 0 | 0 | 101010 | 1100100 | 1010 | 100011 | 1100100 | 101101 |
Color Harmonies of #E68500
Complementary color
Monochromatic Colors of #E68500
Black with #E68500
Text Example
Text Example
White with #E68500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68500; }
p { color: rgb(230,133,0); }
H1.HeaderClassName
{
color: #E68500;
}
.AnyTagClassName
{
color: #E68500;
}
</style>
background-color css
<style>
a { background-color: #E68500; }
a { background-color: rgb(230,133,0); }
div.DivClassName
{
background-color: #E68500;
}
.BgClassName
{
background-color: #E68500;
}
</style>
border-color css
<style>
span { border-color: #E68500; }
span { border-color: rgb(230,133,0); }
td.TdClassName
{
border-color: #E68500;
}
.TagClassName
{
border-color: #E68500;
}
</style>