#9E230D

Color #9E230D Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9E230D

Tints of Mandarian Orange #9E230D

Color information

#9E230D (or 0x9E230D) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 23 and 0D. RGB value is (158,35,13). Sum of RGB (Red+Green+Blue) = 158+35+13=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E230D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E230D is #61DCF2. Grayscale: #454545. Windows color (decimal): -6413555 or 861086. OLE color: 861086.

HSL color Cylindrical-coordinate representation of color #9E230D: hue angle of 9.1º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E230D is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB1583513-
CMYK00.780.920.38
HSL9.1º84.8%33.53%-
HSV(B)9.1º91.77%61.96%-
XYZ14.778.51.24-
YUV69.2796.25191.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 76.70%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=76.70%
G=16.99%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158351300.780.920.389.184.833.53
Hex9E23D04E5C2695522
Octal23643150116134461112542
Binary10011110100011110101001110101110010011010011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E230D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E230D; }

 p { color: rgb(158,35,13); }

 H1.HeaderClassName
 {
   color: #9E230D;
 }
 .AnyTagClassName
 {
   color: #9E230D;
 }
</style>
background-color css

<style>
 a { background-color: #9E230D; }

 a { background-color: rgb(158,35,13); }

 div.DivClassName
 {
   background-color: #9E230D;
 }
 .BgClassName
 {
   background-color: #9E230D;
 }
</style>
border-color css

<style>
 span { border-color: #9E230D; }

 span { border-color: rgb(158,35,13); }

 td.TdClassName
 {
   border-color: #9E230D;
 }
 .TagClassName
 {
   border-color: #9E230D;
 }
</style>