Shades of Mandarian Orange #9E2505
Tints of Mandarian Orange #9E2505
RGB
CMYK
RGB Variations
Color information
#9E2505 (or 0x9E2505) is known color: Mandarian Orange. HEX triplet: 9E, 25 and 05. RGB value is (158,37,5). Sum of RGB (Red+Green+Blue) = 158+37+5=200 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2505 is #61DAFA. Grayscale: #454545. Windows color (decimal): -6413051 or 337310. OLE color: 337310.
HSL color Cylindrical-coordinate representation of color #9E2505: hue angle of 12.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E2505 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.38 |
| HSL | 12.55º | 0.94% | 0.32% | - |
| HSV(B) | 12.55º | 0.97% | 0.62% | - |
| XYZ | 14.79 | 8.6 | 1.02 | - |
| YUV | 69.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 5 | 0 | 0.77 | 0.97 | 0.38 | 12.55 | 0.94 | 0.32 |
| Hex | 9E | 25 | 5 | 0 | 4D | 61 | 26 | D | 5E | 20 |
| Octal | 236 | 45 | 5 | 0 | 115 | 141 | 46 | 15 | 136 | 40 |
| Binary | 10011110 | 100101 | 101 | 0 | 1001101 | 1100001 | 100110 | 1101 | 1011110 | 100000 |
Color Harmonies of #9E2505
Complementary color
Monochromatic Colors of #9E2505
Black with #9E2505
Text Example
Text Example
White with #9E2505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2505; }
p { color: rgb(158,37,5); }
H1.HeaderClassName
{
color: #9E2505;
}
.AnyTagClassName
{
color: #9E2505;
}
</style>
background-color css
<style>
a { background-color: #9E2505; }
a { background-color: rgb(158,37,5); }
div.DivClassName
{
background-color: #9E2505;
}
.BgClassName
{
background-color: #9E2505;
}
</style>
border-color css
<style>
span { border-color: #9E2505; }
span { border-color: rgb(158,37,5); }
td.TdClassName
{
border-color: #9E2505;
}
.TagClassName
{
border-color: #9E2505;
}
</style>