Shades of Tangerine #E98C0A
Tints of Tangerine #E98C0A
RGB
CMYK
RGB Variations
Color information
#E98C0A (or 0xE98C0A) is known color: Tangerine. HEX triplet: E9, 8C and 0A. RGB value is (233,140,10). Sum of RGB (Red+Green+Blue) = 233+140+10=383 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.84% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98C0A is #1673F5. Grayscale: #999999. Windows color (decimal): -1471478 or 691433. OLE color: 691433.
HSL color Cylindrical-coordinate representation of color #E98C0A: hue angle of 34.98º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E98C0A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 10 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.09 |
| HSL | 34.98º | 0.92% | 0.48% | - |
| HSV(B) | 34.98º | 0.96% | 0.91% | - |
| XYZ | 43.04 | 36.1 | 4.99 | - |
| YUV | 152.99 | 47.31 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 10 | 0 | 0.40 | 0.96 | 0.09 | 34.98 | 0.92 | 0.48 |
| Hex | E9 | 8C | A | 0 | 28 | 60 | 9 | 23 | 5C | 30 |
| Octal | 351 | 214 | 12 | 0 | 50 | 140 | 11 | 43 | 134 | 60 |
| Binary | 11101001 | 10001100 | 1010 | 0 | 101000 | 1100000 | 1001 | 100011 | 1011100 | 110000 |
Color Harmonies of #E98C0A
Complementary color
Monochromatic Colors of #E98C0A
Black with #E98C0A
Text Example
Text Example
White with #E98C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C0A; }
p { color: rgb(233,140,10); }
H1.HeaderClassName
{
color: #E98C0A;
}
.AnyTagClassName
{
color: #E98C0A;
}
</style>
background-color css
<style>
a { background-color: #E98C0A; }
a { background-color: rgb(233,140,10); }
div.DivClassName
{
background-color: #E98C0A;
}
.BgClassName
{
background-color: #E98C0A;
}
</style>
border-color css
<style>
span { border-color: #E98C0A; }
span { border-color: rgb(233,140,10); }
td.TdClassName
{
border-color: #E98C0A;
}
.TagClassName
{
border-color: #E98C0A;
}
</style>