Shades of Tangerine #E98C0C
Tints of Tangerine #E98C0C
RGB
CMYK
RGB Variations
Color information
#E98C0C (or 0xE98C0C) is known color: Tangerine. HEX triplet: E9, 8C and 0C. RGB value is (233,140,12). Sum of RGB (Red+Green+Blue) = 233+140+12=385 (50% of max value = 765). Red value is 233 (91.41% from 255 or 60.52% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E98C0C is #1673F3. Grayscale: #999999. Windows color (decimal): -1471476 or 822505. OLE color: 822505.
HSL color Cylindrical-coordinate representation of color #E98C0C: hue angle of 34.75º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E98C0C is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 140 | 12 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.09 |
| HSL | 34.75º | 0.9% | 0.48% | - |
| HSV(B) | 34.75º | 0.95% | 0.91% | - |
| XYZ | 43.05 | 36.11 | 5.05 | - |
| YUV | 153.22 | 48.31 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 140 | 12 | 0 | 0.40 | 0.95 | 0.09 | 34.75 | 0.9 | 0.48 |
| Hex | E9 | 8C | C | 0 | 28 | 5F | 9 | 23 | 5A | 30 |
| Octal | 351 | 214 | 14 | 0 | 50 | 137 | 11 | 43 | 132 | 60 |
| Binary | 11101001 | 10001100 | 1100 | 0 | 101000 | 1011111 | 1001 | 100011 | 1011010 | 110000 |
Color Harmonies of #E98C0C
Complementary color
Monochromatic Colors of #E98C0C
Black with #E98C0C
Text Example
Text Example
White with #E98C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E98C0C; }
p { color: rgb(233,140,12); }
H1.HeaderClassName
{
color: #E98C0C;
}
.AnyTagClassName
{
color: #E98C0C;
}
</style>
background-color css
<style>
a { background-color: #E98C0C; }
a { background-color: rgb(233,140,12); }
div.DivClassName
{
background-color: #E98C0C;
}
.BgClassName
{
background-color: #E98C0C;
}
</style>
border-color css
<style>
span { border-color: #E98C0C; }
span { border-color: rgb(233,140,12); }
td.TdClassName
{
border-color: #E98C0C;
}
.TagClassName
{
border-color: #E98C0C;
}
</style>