#9E2712

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

Shades of Mandarian Orange #9E2712

Tints of Mandarian Orange #9E2712

Color information

#9E2712 (or 0x9E2712) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 27 and 12. RGB value is (158,39,18). Sum of RGB (Red+Green+Blue) = 158+39+18=215 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.49% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2712 is #61D8ED. Grayscale: #484848. Windows color (decimal): -6412526 or 1189790. OLE color: 1189790.

HSL color Cylindrical-coordinate representation of color #9E2712: hue angle of 9º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E2712 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1583918-
CMYK00.750.890.38
HSL79.55%34.51%-
HSV(B)88.61%61.96%-
XYZ14.948.761.48-
YUV72.1997.42189.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 73.49%
GREEN value IS 39 (15.62% from 255) = 18.14%
BLUE value IS 18 (7.42% from 255) = 8.37%
R=73.49%
G=18.14%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158391800.750.890.38979.5534.51
Hex9E271204B592695023
Octal23647220113131461112043
Binary100111101001111001001001011101100110011010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,39,18); }

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

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

 a { background-color: rgb(158,39,18); }

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

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

 span { border-color: rgb(158,39,18); }

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