#9E2812

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

Shades of Mandarian Orange #9E2812

Tints of Mandarian Orange #9E2812

Color information

#9E2812 (or 0x9E2812) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 28 and 12. RGB value is (158,40,18). Sum of RGB (Red+Green+Blue) = 158+40+18=216 (28% of max value = 765). Red value is 158 (62.11% from 255 or 73.15% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2812 is #61D7ED. Grayscale: #484848. Windows color (decimal): -6412270 or 1190046. OLE color: 1190046.

HSL color Cylindrical-coordinate representation of color #9E2812: hue angle of 9.43º 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 #9E2812 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1584018-
CMYK00.750.890.38
HSL9.43º79.55%34.51%-
HSV(B)9.43º88.61%61.96%-
XYZ14.978.831.49-
YUV72.7797.09188.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 73.15%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 18 (7.42% from 255) = 8.33%
R=73.15%
G=18.52%
B=8.33%

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
Decimal158401800.750.890.389.4379.5534.51
Hex9E281204B592695023
Octal23650220113131461112043
Binary100111101010001001001001011101100110011010011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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