Shades of Tangerine #E67F00
Tints of Tangerine #E67F00
RGB
CMYK
RGB Variations
Color information
#E67F00 (or 0xE67F00) is known color: Tangerine. HEX triplet: E6, 7F and 00. RGB value is (230,127,0). Sum of RGB (Red+Green+Blue) = 230+127+0=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E67F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67F00 is #1980FF. Grayscale: #8F8F8F. Windows color (decimal): -1671424 or 32742. OLE color: 32742.
HSL color Cylindrical-coordinate representation of color #E67F00: hue angle of 33.13º 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 #E67F00 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 127 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.10 |
| HSL | 33.13º | 1% | 0.45% | - |
| HSV(B) | 33.13º | 1% | 0.9% | - |
| XYZ | 40.22 | 32 | 4.06 | - |
| YUV | 143.32 | 47.12 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 127 | 0 | 0 | 0.45 | 1 | 0.10 | 33.13 | 1 | 0.45 |
| Hex | E6 | 7F | 0 | 0 | 2D | 64 | A | 21 | 64 | 2D |
| Octal | 346 | 177 | 0 | 0 | 55 | 144 | 12 | 41 | 144 | 55 |
| Binary | 11100110 | 1111111 | 0 | 0 | 101101 | 1100100 | 1010 | 100001 | 1100100 | 101101 |
Color Harmonies of #E67F00
Complementary color
Monochromatic Colors of #E67F00
Black with #E67F00
Text Example
Text Example
White with #E67F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67F00; }
p { color: rgb(230,127,0); }
H1.HeaderClassName
{
color: #E67F00;
}
.AnyTagClassName
{
color: #E67F00;
}
</style>
background-color css
<style>
a { background-color: #E67F00; }
a { background-color: rgb(230,127,0); }
div.DivClassName
{
background-color: #E67F00;
}
.BgClassName
{
background-color: #E67F00;
}
</style>
border-color css
<style>
span { border-color: #E67F00; }
span { border-color: rgb(230,127,0); }
td.TdClassName
{
border-color: #E67F00;
}
.TagClassName
{
border-color: #E67F00;
}
</style>