Shades of Mandarian Orange #9E1710
Tints of Mandarian Orange #9E1710
RGB
CMYK
RGB Variations
Color information
#9E1710 (or 0x9E1710) is known color: Mandarian Orange. HEX triplet: 9E, 17 and 10. RGB value is (158,23,16). Sum of RGB (Red+Green+Blue) = 158+23+16=197 (26% of max value = 765). Red value is 158 (62.11% from 255 or 80.20% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E1710 is #61E8EF. Grayscale: #3E3E3E. Windows color (decimal): -6416624 or 1054622. OLE color: 1054622.
HSL color Cylindrical-coordinate representation of color #9E1710: hue angle of 2.96º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E1710 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 16 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.38 |
| HSL | 2.96º | 0.82% | 0.34% | - |
| HSV(B) | 2.96º | 0.9% | 0.62% | - |
| XYZ | 14.5 | 7.92 | 1.25 | - |
| YUV | 62.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 16 | 0 | 0.85 | 0.90 | 0.38 | 2.96 | 0.82 | 0.34 |
| Hex | 9E | 17 | 10 | 0 | 55 | 5A | 26 | 3 | 52 | 22 |
| Octal | 236 | 27 | 20 | 0 | 125 | 132 | 46 | 3 | 122 | 42 |
| Binary | 10011110 | 10111 | 10000 | 0 | 1010101 | 1011010 | 100110 | 11 | 1010010 | 100010 |
Color Harmonies of #9E1710
Complementary color
Monochromatic Colors of #9E1710
Black with #9E1710
Text Example
Text Example
White with #9E1710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1710; }
p { color: rgb(158,23,16); }
H1.HeaderClassName
{
color: #9E1710;
}
.AnyTagClassName
{
color: #9E1710;
}
</style>
background-color css
<style>
a { background-color: #9E1710; }
a { background-color: rgb(158,23,16); }
div.DivClassName
{
background-color: #9E1710;
}
.BgClassName
{
background-color: #9E1710;
}
</style>
border-color css
<style>
span { border-color: #9E1710; }
span { border-color: rgb(158,23,16); }
td.TdClassName
{
border-color: #9E1710;
}
.TagClassName
{
border-color: #9E1710;
}
</style>