Shades of Mandarian Orange #9E2811
Tints of Mandarian Orange #9E2811
RGB
CMYK
RGB Variations
Color information
#9E2811 (or 0x9E2811) is known color: Mandarian Orange. HEX triplet: 9E, 28 and 11. RGB value is (158,40,17). Sum of RGB (Red+Green+Blue) = 158+40+17=215 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.49% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2811 is #61D7EE. Grayscale: #484848. Windows color (decimal): -6412271 or 1124510. OLE color: 1124510.
HSL color Cylindrical-coordinate representation of color #9E2811: hue angle of 9.79º 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 #9E2811 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 40 | 17 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.38 |
| HSL | 9.79º | 0.81% | 0.34% | - |
| HSV(B) | 9.79º | 0.89% | 0.62% | - |
| XYZ | 14.96 | 8.83 | 1.45 | - |
| YUV | 72.66 | 96.59 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 40 | 17 | 0 | 0.75 | 0.89 | 0.38 | 9.79 | 0.81 | 0.34 |
| Hex | 9E | 28 | 11 | 0 | 4B | 59 | 26 | A | 51 | 22 |
| Octal | 236 | 50 | 21 | 0 | 113 | 131 | 46 | 12 | 121 | 42 |
| Binary | 10011110 | 101000 | 10001 | 0 | 1001011 | 1011001 | 100110 | 1010 | 1010001 | 100010 |
Color Harmonies of #9E2811
Complementary color
Monochromatic Colors of #9E2811
Black with #9E2811
Text Example
Text Example
White with #9E2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2811; }
p { color: rgb(158,40,17); }
H1.HeaderClassName
{
color: #9E2811;
}
.AnyTagClassName
{
color: #9E2811;
}
</style>
background-color css
<style>
a { background-color: #9E2811; }
a { background-color: rgb(158,40,17); }
div.DivClassName
{
background-color: #9E2811;
}
.BgClassName
{
background-color: #9E2811;
}
</style>
border-color css
<style>
span { border-color: #9E2811; }
span { border-color: rgb(158,40,17); }
td.TdClassName
{
border-color: #9E2811;
}
.TagClassName
{
border-color: #9E2811;
}
</style>