Shades of Tangerine #E78008
Tints of Tangerine #E78008
RGB
CMYK
RGB Variations
Color information
#E78008 (or 0xE78008) is known color: Tangerine. HEX triplet: E7, 80 and 08. RGB value is (231,128,8). Sum of RGB (Red+Green+Blue) = 231+128+8=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E78008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78008 is #187FF7. Grayscale: #919191. Windows color (decimal): -1605624 or 557287. OLE color: 557287.
HSL color Cylindrical-coordinate representation of color #E78008: hue angle of 32.29º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E78008 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 128 | 8 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.09 |
| HSL | 32.29º | 0.93% | 0.47% | - |
| HSV(B) | 32.29º | 0.97% | 0.91% | - |
| XYZ | 40.72 | 32.44 | 4.35 | - |
| YUV | 145.12 | 50.62 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 128 | 8 | 0 | 0.45 | 0.97 | 0.09 | 32.29 | 0.93 | 0.47 |
| Hex | E7 | 80 | 8 | 0 | 2D | 61 | 9 | 20 | 5D | 2F |
| Octal | 347 | 200 | 10 | 0 | 55 | 141 | 11 | 40 | 135 | 57 |
| Binary | 11100111 | 10000000 | 1000 | 0 | 101101 | 1100001 | 1001 | 100000 | 1011101 | 101111 |
Color Harmonies of #E78008
Complementary color
Monochromatic Colors of #E78008
Black with #E78008
Text Example
Text Example
White with #E78008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78008; }
p { color: rgb(231,128,8); }
H1.HeaderClassName
{
color: #E78008;
}
.AnyTagClassName
{
color: #E78008;
}
</style>
background-color css
<style>
a { background-color: #E78008; }
a { background-color: rgb(231,128,8); }
div.DivClassName
{
background-color: #E78008;
}
.BgClassName
{
background-color: #E78008;
}
</style>
border-color css
<style>
span { border-color: #E78008; }
span { border-color: rgb(231,128,8); }
td.TdClassName
{
border-color: #E78008;
}
.TagClassName
{
border-color: #E78008;
}
</style>