Shades of Mandarian Orange #9E2307
Tints of Mandarian Orange #9E2307
RGB
CMYK
RGB Variations
Color information
#9E2307 (or 0x9E2307) is known color: Mandarian Orange. HEX triplet: 9E, 23 and 07. RGB value is (158,35,7). Sum of RGB (Red+Green+Blue) = 158+35+7=200 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2307 is #61DCF8. Grayscale: #444444. Windows color (decimal): -6413561 or 467870. OLE color: 467870.
HSL color Cylindrical-coordinate representation of color #9E2307: hue angle of 11.13º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E2307 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 35 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.38 |
| HSL | 11.13º | 0.92% | 0.32% | - |
| HSV(B) | 11.13º | 0.96% | 0.62% | - |
| XYZ | 14.74 | 8.49 | 1.06 | - |
| YUV | 68.59 | 93.25 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 35 | 7 | 0 | 0.78 | 0.96 | 0.38 | 11.13 | 0.92 | 0.32 |
| Hex | 9E | 23 | 7 | 0 | 4E | 60 | 26 | B | 5C | 20 |
| Octal | 236 | 43 | 7 | 0 | 116 | 140 | 46 | 13 | 134 | 40 |
| Binary | 10011110 | 100011 | 111 | 0 | 1001110 | 1100000 | 100110 | 1011 | 1011100 | 100000 |
Color Harmonies of #9E2307
Complementary color
Monochromatic Colors of #9E2307
Black with #9E2307
Text Example
Text Example
White with #9E2307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2307; }
p { color: rgb(158,35,7); }
H1.HeaderClassName
{
color: #9E2307;
}
.AnyTagClassName
{
color: #9E2307;
}
</style>
background-color css
<style>
a { background-color: #9E2307; }
a { background-color: rgb(158,35,7); }
div.DivClassName
{
background-color: #9E2307;
}
.BgClassName
{
background-color: #9E2307;
}
</style>
border-color css
<style>
span { border-color: #9E2307; }
span { border-color: rgb(158,35,7); }
td.TdClassName
{
border-color: #9E2307;
}
.TagClassName
{
border-color: #9E2307;
}
</style>