Shades of Mandarian Orange #9E2912
Tints of Mandarian Orange #9E2912
RGB
CMYK
RGB Variations
Color information
#9E2912 (or 0x9E2912) is known color: Mandarian Orange. HEX triplet: 9E, 29 and 12. RGB value is (158,41,18). Sum of RGB (Red+Green+Blue) = 158+41+18=217 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.81% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2912 is #61D6ED. Grayscale: #494949. Windows color (decimal): -6412014 or 1190302. OLE color: 1190302.
HSL color Cylindrical-coordinate representation of color #9E2912: hue angle of 9.86º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E2912 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 41 | 18 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.38 |
| HSL | 9.86º | 0.8% | 0.35% | - |
| HSV(B) | 9.86º | 0.89% | 0.62% | - |
| XYZ | 15 | 8.9 | 1.5 | - |
| YUV | 73.36 | 96.76 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 41 | 18 | 0 | 0.74 | 0.89 | 0.38 | 9.86 | 0.8 | 0.35 |
| Hex | 9E | 29 | 12 | 0 | 4A | 59 | 26 | A | 50 | 23 |
| Octal | 236 | 51 | 22 | 0 | 112 | 131 | 46 | 12 | 120 | 43 |
| Binary | 10011110 | 101001 | 10010 | 0 | 1001010 | 1011001 | 100110 | 1010 | 1010000 | 100011 |
Color Harmonies of #9E2912
Complementary color
Monochromatic Colors of #9E2912
Black with #9E2912
Text Example
Text Example
White with #9E2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2912; }
p { color: rgb(158,41,18); }
H1.HeaderClassName
{
color: #9E2912;
}
.AnyTagClassName
{
color: #9E2912;
}
</style>
background-color css
<style>
a { background-color: #9E2912; }
a { background-color: rgb(158,41,18); }
div.DivClassName
{
background-color: #9E2912;
}
.BgClassName
{
background-color: #9E2912;
}
</style>
border-color css
<style>
span { border-color: #9E2912; }
span { border-color: rgb(158,41,18); }
td.TdClassName
{
border-color: #9E2912;
}
.TagClassName
{
border-color: #9E2912;
}
</style>