Shades of Mandarian Orange #9E2007
Tints of Mandarian Orange #9E2007
RGB
CMYK
RGB Variations
Color information
#9E2007 (or 0x9E2007) is known color: Mandarian Orange. HEX triplet: 9E, 20 and 07. RGB value is (158,32,7). Sum of RGB (Red+Green+Blue) = 158+32+7=197 (26% of max value = 765). Red value is 158 (62.11% from 255 or 80.20% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2007 is #61DFF8. Grayscale: #434343. Windows color (decimal): -6414329 or 467102. OLE color: 467102.
HSL color Cylindrical-coordinate representation of color #9E2007: hue angle of 9.93º 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 #9E2007 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 32 | 7 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.38 |
| HSL | 9.93º | 0.92% | 0.32% | - |
| HSV(B) | 9.93º | 0.96% | 0.62% | - |
| XYZ | 14.66 | 8.32 | 1.03 | - |
| YUV | 66.82 | 94.24 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 32 | 7 | 0 | 0.80 | 0.96 | 0.38 | 9.93 | 0.92 | 0.32 |
| Hex | 9E | 20 | 7 | 0 | 50 | 60 | 26 | A | 5C | 20 |
| Octal | 236 | 40 | 7 | 0 | 120 | 140 | 46 | 12 | 134 | 40 |
| Binary | 10011110 | 100000 | 111 | 0 | 1010000 | 1100000 | 100110 | 1010 | 1011100 | 100000 |
Color Harmonies of #9E2007
Complementary color
Monochromatic Colors of #9E2007
Black with #9E2007
Text Example
Text Example
White with #9E2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2007; }
p { color: rgb(158,32,7); }
H1.HeaderClassName
{
color: #9E2007;
}
.AnyTagClassName
{
color: #9E2007;
}
</style>
background-color css
<style>
a { background-color: #9E2007; }
a { background-color: rgb(158,32,7); }
div.DivClassName
{
background-color: #9E2007;
}
.BgClassName
{
background-color: #9E2007;
}
</style>
border-color css
<style>
span { border-color: #9E2007; }
span { border-color: rgb(158,32,7); }
td.TdClassName
{
border-color: #9E2007;
}
.TagClassName
{
border-color: #9E2007;
}
</style>