Shades of Mandarian Orange #9E1A17
Tints of Mandarian Orange #9E1A17
RGB
CMYK
RGB Variations
Color information
#9E1A17 (or 0x9E1A17) is known color: Mandarian Orange. HEX triplet: 9E, 1A and 17. RGB value is (158,26,23). Sum of RGB (Red+Green+Blue) = 158+26+23=207 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.33% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E1A17 is #61E5E8. Grayscale: #414141. Windows color (decimal): -6415849 or 1514142. OLE color: 1514142.
HSL color Cylindrical-coordinate representation of color #9E1A17: hue angle of 1.33º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1A17 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 26 | 23 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.38 |
| HSL | 1.33º | 0.75% | 0.35% | - |
| HSV(B) | 1.33º | 0.85% | 0.62% | - |
| XYZ | 14.62 | 8.07 | 1.6 | - |
| YUV | 65.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 26 | 23 | 0 | 0.84 | 0.85 | 0.38 | 1.33 | 0.75 | 0.35 |
| Hex | 9E | 1A | 17 | 0 | 54 | 55 | 26 | 1 | 4B | 23 |
| Octal | 236 | 32 | 27 | 0 | 124 | 125 | 46 | 1 | 113 | 43 |
| Binary | 10011110 | 11010 | 10111 | 0 | 1010100 | 1010101 | 100110 | 1 | 1001011 | 100011 |
Color Harmonies of #9E1A17
Complementary color
Monochromatic Colors of #9E1A17
Black with #9E1A17
Text Example
Text Example
White with #9E1A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1A17; }
p { color: rgb(158,26,23); }
H1.HeaderClassName
{
color: #9E1A17;
}
.AnyTagClassName
{
color: #9E1A17;
}
</style>
background-color css
<style>
a { background-color: #9E1A17; }
a { background-color: rgb(158,26,23); }
div.DivClassName
{
background-color: #9E1A17;
}
.BgClassName
{
background-color: #9E1A17;
}
</style>
border-color css
<style>
span { border-color: #9E1A17; }
span { border-color: rgb(158,26,23); }
td.TdClassName
{
border-color: #9E1A17;
}
.TagClassName
{
border-color: #9E1A17;
}
</style>