Shades of Mandarian Orange #9E2516
Tints of Mandarian Orange #9E2516
RGB
CMYK
RGB Variations
Color information
#9E2516 (or 0x9E2516) is known color: Mandarian Orange. HEX triplet: 9E, 25 and 16. RGB value is (158,37,22). Sum of RGB (Red+Green+Blue) = 158+37+22=217 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.81% from 217); Green value is 37 (14.84% from 255 or 17.05% from 217); Blue value is 22 (8.98% from 255 or 10.14% from 217); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2516 is #61DAE9. Grayscale: #474747. Windows color (decimal): -6413034 or 1451422. OLE color: 1451422.
HSL color Cylindrical-coordinate representation of color #9E2516: hue angle of 6.62º 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 #9E2516 is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 22 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.38 |
| HSL | 6.62º | 0.76% | 0.35% | - |
| HSV(B) | 6.62º | 0.86% | 0.62% | - |
| XYZ | 14.91 | 8.65 | 1.64 | - |
| YUV | 71.47 | 100.09 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 22 | 0 | 0.77 | 0.86 | 0.38 | 6.62 | 0.76 | 0.35 |
| Hex | 9E | 25 | 16 | 0 | 4D | 56 | 26 | 7 | 4C | 23 |
| Octal | 236 | 45 | 26 | 0 | 115 | 126 | 46 | 7 | 114 | 43 |
| Binary | 10011110 | 100101 | 10110 | 0 | 1001101 | 1010110 | 100110 | 111 | 1001100 | 100011 |
Color Harmonies of #9E2516
Complementary color
Monochromatic Colors of #9E2516
Black with #9E2516
Text Example
Text Example
White with #9E2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2516; }
p { color: rgb(158,37,22); }
H1.HeaderClassName
{
color: #9E2516;
}
.AnyTagClassName
{
color: #9E2516;
}
</style>
background-color css
<style>
a { background-color: #9E2516; }
a { background-color: rgb(158,37,22); }
div.DivClassName
{
background-color: #9E2516;
}
.BgClassName
{
background-color: #9E2516;
}
</style>
border-color css
<style>
span { border-color: #9E2516; }
span { border-color: rgb(158,37,22); }
td.TdClassName
{
border-color: #9E2516;
}
.TagClassName
{
border-color: #9E2516;
}
</style>