Shades of Mandarian Orange #9E270B
Tints of Mandarian Orange #9E270B
RGB
CMYK
RGB Variations
Color information
#9E270B (or 0x9E270B) is known color: Mandarian Orange. HEX triplet: 9E, 27 and 0B. RGB value is (158,39,11). Sum of RGB (Red+Green+Blue) = 158+39+11=208 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.96% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 158 - color contains mainly: red. Hex color #9E270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E270B is #61D8F4. Grayscale: #474747. Windows color (decimal): -6412533 or 731038. OLE color: 731038.
HSL color Cylindrical-coordinate representation of color #9E270B: hue angle of 11.43º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E270B is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 39 | 11 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.38 |
| HSL | 11.43º | 0.87% | 0.33% | - |
| HSV(B) | 11.43º | 0.93% | 0.62% | - |
| XYZ | 14.89 | 8.74 | 1.22 | - |
| YUV | 71.39 | 93.92 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 39 | 11 | 0 | 0.75 | 0.93 | 0.38 | 11.43 | 0.87 | 0.33 |
| Hex | 9E | 27 | B | 0 | 4B | 5D | 26 | B | 57 | 21 |
| Octal | 236 | 47 | 13 | 0 | 113 | 135 | 46 | 13 | 127 | 41 |
| Binary | 10011110 | 100111 | 1011 | 0 | 1001011 | 1011101 | 100110 | 1011 | 1010111 | 100001 |
Color Harmonies of #9E270B
Complementary color
Monochromatic Colors of #9E270B
Black with #9E270B
Text Example
Text Example
White with #9E270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E270B; }
p { color: rgb(158,39,11); }
H1.HeaderClassName
{
color: #9E270B;
}
.AnyTagClassName
{
color: #9E270B;
}
</style>
background-color css
<style>
a { background-color: #9E270B; }
a { background-color: rgb(158,39,11); }
div.DivClassName
{
background-color: #9E270B;
}
.BgClassName
{
background-color: #9E270B;
}
</style>
border-color css
<style>
span { border-color: #9E270B; }
span { border-color: rgb(158,39,11); }
td.TdClassName
{
border-color: #9E270B;
}
.TagClassName
{
border-color: #9E270B;
}
</style>