#9E2200

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

Shades of Mandarian Orange #9E2200

Tints of Mandarian Orange #9E2200

Color information

#9E2200 (or 0x9E2200) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 22 and 00. RGB value is (158,34,0). Sum of RGB (Red+Green+Blue) = 158+34+0=192 (25% of max value = 765). Red value is 158 (62.11% from 255 or 82.29% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2200 is #61DDFF. Grayscale: #434343. Windows color (decimal): -6413824 or 8862. OLE color: 8862.

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

Color convert

RGB158340-
CMYK00.7810.38
HSL12.91º100%30.98%-
HSV(B)12.91º100%61.96%-
XYZ14.678.410.85-
YUV67.290.08192.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 82.29%
GREEN value IS 34 (13.67% from 255) = 17.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.29%
G=17.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15834000.7810.3812.9110030.98
Hex9E22004E6426d641f
Octal2364200116144461514437
Binary1001111010001000100111011001001001101101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,34,0); }

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

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

 a { background-color: rgb(158,34,0); }

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

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

 span { border-color: rgb(158,34,0); }

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