Shades of Mandarian Orange #9E2507
Tints of Mandarian Orange #9E2507
RGB
CMYK
RGB Variations
Color information
#9E2507 (or 0x9E2507) is known color: Mandarian Orange. HEX triplet: 9E, 25 and 07. RGB value is (158,37,7). Sum of RGB (Red+Green+Blue) = 158+37+7=202 (26% of max value = 765). Red value is 158 (62.11% from 255 or 78.22% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2507 is #61DAF8. Grayscale: #454545. Windows color (decimal): -6413049 or 468382. OLE color: 468382.
HSL color Cylindrical-coordinate representation of color #9E2507: hue angle of 11.92º 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 #9E2507 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 7 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.38 |
| HSL | 11.92º | 0.92% | 0.32% | - |
| HSV(B) | 11.92º | 0.96% | 0.62% | - |
| XYZ | 14.8 | 8.61 | 1.08 | - |
| YUV | 69.76 | 92.59 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 7 | 0 | 0.77 | 0.96 | 0.38 | 11.92 | 0.92 | 0.32 |
| Hex | 9E | 25 | 7 | 0 | 4D | 60 | 26 | C | 5C | 20 |
| Octal | 236 | 45 | 7 | 0 | 115 | 140 | 46 | 14 | 134 | 40 |
| Binary | 10011110 | 100101 | 111 | 0 | 1001101 | 1100000 | 100110 | 1100 | 1011100 | 100000 |
Color Harmonies of #9E2507
Complementary color
Monochromatic Colors of #9E2507
Black with #9E2507
Text Example
Text Example
White with #9E2507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2507; }
p { color: rgb(158,37,7); }
H1.HeaderClassName
{
color: #9E2507;
}
.AnyTagClassName
{
color: #9E2507;
}
</style>
background-color css
<style>
a { background-color: #9E2507; }
a { background-color: rgb(158,37,7); }
div.DivClassName
{
background-color: #9E2507;
}
.BgClassName
{
background-color: #9E2507;
}
</style>
border-color css
<style>
span { border-color: #9E2507; }
span { border-color: rgb(158,37,7); }
td.TdClassName
{
border-color: #9E2507;
}
.TagClassName
{
border-color: #9E2507;
}
</style>