Shades of Mandarian Orange #9E2417
Tints of Mandarian Orange #9E2417
RGB
CMYK
RGB Variations
Color information
#9E2417 (or 0x9E2417) is known color: Mandarian Orange. HEX triplet: 9E, 24 and 17. RGB value is (158,36,23). Sum of RGB (Red+Green+Blue) = 158+36+23=217 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.81% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2417 is #61DBE8. Grayscale: #474747. Windows color (decimal): -6413289 or 1516702. OLE color: 1516702.
HSL color Cylindrical-coordinate representation of color #9E2417: hue angle of 5.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E2417 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 36 | 23 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.38 |
| HSL | 5.78º | 0.75% | 0.35% | - |
| HSV(B) | 5.78º | 0.85% | 0.62% | - |
| XYZ | 14.89 | 8.59 | 1.68 | - |
| YUV | 71 | 100.92 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 36 | 23 | 0 | 0.77 | 0.85 | 0.38 | 5.78 | 0.75 | 0.35 |
| Hex | 9E | 24 | 17 | 0 | 4D | 55 | 26 | 6 | 4B | 23 |
| Octal | 236 | 44 | 27 | 0 | 115 | 125 | 46 | 6 | 113 | 43 |
| Binary | 10011110 | 100100 | 10111 | 0 | 1001101 | 1010101 | 100110 | 110 | 1001011 | 100011 |
Color Harmonies of #9E2417
Complementary color
Monochromatic Colors of #9E2417
Black with #9E2417
Text Example
Text Example
White with #9E2417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2417; }
p { color: rgb(158,36,23); }
H1.HeaderClassName
{
color: #9E2417;
}
.AnyTagClassName
{
color: #9E2417;
}
</style>
background-color css
<style>
a { background-color: #9E2417; }
a { background-color: rgb(158,36,23); }
div.DivClassName
{
background-color: #9E2417;
}
.BgClassName
{
background-color: #9E2417;
}
</style>
border-color css
<style>
span { border-color: #9E2417; }
span { border-color: rgb(158,36,23); }
td.TdClassName
{
border-color: #9E2417;
}
.TagClassName
{
border-color: #9E2417;
}
</style>