Shades of Mandarian Orange #9E2316
Tints of Mandarian Orange #9E2316
RGB
CMYK
RGB Variations
Color information
#9E2316 (or 0x9E2316) is known color: Mandarian Orange. HEX triplet: 9E, 23 and 16. RGB value is (158,35,22). Sum of RGB (Red+Green+Blue) = 158+35+22=215 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.49% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 22 (8.98% from 255 or 10.23% from 215); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2316 is #61DCE9. Grayscale: #464646. Windows color (decimal): -6413546 or 1450910. OLE color: 1450910.
HSL color Cylindrical-coordinate representation of color #9E2316: hue angle of 5.74º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E2316 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 22 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.38 |
| HSL | 5.74º | 0.76% | 0.35% | - |
| HSV(B) | 5.74º | 0.86% | 0.62% | - |
| XYZ | 14.85 | 8.53 | 1.62 | - |
| YUV | 70.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 22 | 0 | 0.78 | 0.86 | 0.38 | 5.74 | 0.76 | 0.35 |
| Hex | 9E | 23 | 16 | 0 | 4E | 56 | 26 | 6 | 4C | 23 |
| Octal | 236 | 43 | 26 | 0 | 116 | 126 | 46 | 6 | 114 | 43 |
| Binary | 10011110 | 100011 | 10110 | 0 | 1001110 | 1010110 | 100110 | 110 | 1001100 | 100011 |
Color Harmonies of #9E2316
Complementary color
Monochromatic Colors of #9E2316
Black with #9E2316
Text Example
Text Example
White with #9E2316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2316; }
p { color: rgb(158,35,22); }
H1.HeaderClassName
{
color: #9E2316;
}
.AnyTagClassName
{
color: #9E2316;
}
</style>
background-color css
<style>
a { background-color: #9E2316; }
a { background-color: rgb(158,35,22); }
div.DivClassName
{
background-color: #9E2316;
}
.BgClassName
{
background-color: #9E2316;
}
</style>
border-color css
<style>
span { border-color: #9E2316; }
span { border-color: rgb(158,35,22); }
td.TdClassName
{
border-color: #9E2316;
}
.TagClassName
{
border-color: #9E2316;
}
</style>