Shades of Tangerine #E68A05
Tints of Tangerine #E68A05
RGB
CMYK
RGB Variations
Color information
#E68A05 (or 0xE68A05) is known color: Tangerine. HEX triplet: E6, 8A and 05. RGB value is (230,138,5). Sum of RGB (Red+Green+Blue) = 230+138+5=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68A05 is #1975FA. Grayscale: #969696. Windows color (decimal): -1668603 or 363238. OLE color: 363238.
HSL color Cylindrical-coordinate representation of color #E68A05: hue angle of 35.47º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E68A05 is Cyan = 0, Magento = 0.4, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 5 | - |
| CMYK | 0 | 0.4 | 0.98 | 0.10 |
| HSL | 35.47º | 0.96% | 0.46% | - |
| HSV(B) | 35.47º | 0.98% | 0.9% | - |
| XYZ | 41.75 | 35.01 | 4.7 | - |
| YUV | 150.35 | 45.98 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 5 | 0 | 0.4 | 0.98 | 0.10 | 35.47 | 0.96 | 0.46 |
| Hex | E6 | 8A | 5 | 0 | 28 | 62 | A | 23 | 60 | 2E |
| Octal | 346 | 212 | 5 | 0 | 50 | 142 | 12 | 43 | 140 | 56 |
| Binary | 11100110 | 10001010 | 101 | 0 | 101000 | 1100010 | 1010 | 100011 | 1100000 | 101110 |
Color Harmonies of #E68A05
Complementary color
Monochromatic Colors of #E68A05
Black with #E68A05
Text Example
Text Example
White with #E68A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68A05; }
p { color: rgb(230,138,5); }
H1.HeaderClassName
{
color: #E68A05;
}
.AnyTagClassName
{
color: #E68A05;
}
</style>
background-color css
<style>
a { background-color: #E68A05; }
a { background-color: rgb(230,138,5); }
div.DivClassName
{
background-color: #E68A05;
}
.BgClassName
{
background-color: #E68A05;
}
</style>
border-color css
<style>
span { border-color: #E68A05; }
span { border-color: rgb(230,138,5); }
td.TdClassName
{
border-color: #E68A05;
}
.TagClassName
{
border-color: #E68A05;
}
</style>