Shades of Mandarian Orange #9E2108
Tints of Mandarian Orange #9E2108
RGB
CMYK
RGB Variations
Color information
#9E2108 (or 0x9E2108) is known color: Mandarian Orange. HEX triplet: 9E, 21 and 08. RGB value is (158,33,8). Sum of RGB (Red+Green+Blue) = 158+33+8=199 (26% of max value = 765). Red value is 158 (62.11% from 255 or 79.40% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2108 is #61DEF7. Grayscale: #434343. Windows color (decimal): -6414072 or 532894. OLE color: 532894.
HSL color Cylindrical-coordinate representation of color #9E2108: hue angle of 10º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E2108 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 33 | 8 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.38 |
| HSL | 10º | 0.9% | 0.33% | - |
| HSV(B) | 10º | 0.95% | 0.62% | - |
| XYZ | 14.69 | 8.37 | 1.07 | - |
| YUV | 67.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 33 | 8 | 0 | 0.79 | 0.95 | 0.38 | 10 | 0.9 | 0.33 |
| Hex | 9E | 21 | 8 | 0 | 4F | 5F | 26 | A | 5A | 21 |
| Octal | 236 | 41 | 10 | 0 | 117 | 137 | 46 | 12 | 132 | 41 |
| Binary | 10011110 | 100001 | 1000 | 0 | 1001111 | 1011111 | 100110 | 1010 | 1011010 | 100001 |
Color Harmonies of #9E2108
Complementary color
Monochromatic Colors of #9E2108
Black with #9E2108
Text Example
Text Example
White with #9E2108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2108; }
p { color: rgb(158,33,8); }
H1.HeaderClassName
{
color: #9E2108;
}
.AnyTagClassName
{
color: #9E2108;
}
</style>
background-color css
<style>
a { background-color: #9E2108; }
a { background-color: rgb(158,33,8); }
div.DivClassName
{
background-color: #9E2108;
}
.BgClassName
{
background-color: #9E2108;
}
</style>
border-color css
<style>
span { border-color: #9E2108; }
span { border-color: rgb(158,33,8); }
td.TdClassName
{
border-color: #9E2108;
}
.TagClassName
{
border-color: #9E2108;
}
</style>