Shades of Mandarian Orange #9E2311
Tints of Mandarian Orange #9E2311
RGB
CMYK
RGB Variations
Color information
#9E2311 (or 0x9E2311) is known color: Mandarian Orange. HEX triplet: 9E, 23 and 11. RGB value is (158,35,17). Sum of RGB (Red+Green+Blue) = 158+35+17=210 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.24% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2311 is #61DCEE. Grayscale: #454545. Windows color (decimal): -6413551 or 1123230. OLE color: 1123230.
HSL color Cylindrical-coordinate representation of color #9E2311: hue angle of 7.66º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E2311 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 17 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.38 |
| HSL | 7.66º | 0.81% | 0.34% | - |
| HSV(B) | 7.66º | 0.89% | 0.62% | - |
| XYZ | 14.8 | 8.51 | 1.39 | - |
| YUV | 69.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 17 | 0 | 0.78 | 0.89 | 0.38 | 7.66 | 0.81 | 0.34 |
| Hex | 9E | 23 | 11 | 0 | 4E | 59 | 26 | 8 | 51 | 22 |
| Octal | 236 | 43 | 21 | 0 | 116 | 131 | 46 | 10 | 121 | 42 |
| Binary | 10011110 | 100011 | 10001 | 0 | 1001110 | 1011001 | 100110 | 1000 | 1010001 | 100010 |
Color Harmonies of #9E2311
Complementary color
Monochromatic Colors of #9E2311
Black with #9E2311
Text Example
Text Example
White with #9E2311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2311; }
p { color: rgb(158,35,17); }
H1.HeaderClassName
{
color: #9E2311;
}
.AnyTagClassName
{
color: #9E2311;
}
</style>
background-color css
<style>
a { background-color: #9E2311; }
a { background-color: rgb(158,35,17); }
div.DivClassName
{
background-color: #9E2311;
}
.BgClassName
{
background-color: #9E2311;
}
</style>
border-color css
<style>
span { border-color: #9E2311; }
span { border-color: rgb(158,35,17); }
td.TdClassName
{
border-color: #9E2311;
}
.TagClassName
{
border-color: #9E2311;
}
</style>