Html Css Color HEX #9E2012 Mandarian Orange

📋 copy color: '#9E2012'

red 158 ◦ green 32 ◦ blue 18

#9E2012
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #9E2012

Tints of Mandarian Orange #9E2012

RGB

 RED value IS 158 (62.11% from 255) = 75.96%

 GREEN value IS 32 (12.89% from 255) = 15.38%

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 75.96%
G = 15.38%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E2012 (or 0x9E2012) is known color: Mandarian Orange. HEX triplet: 9E, 20 and 12. RGB value is (158,32,18). Sum of RGB (Red+Green+Blue) = 158+32+18=208 (27% of max value = 765). Red value is 158 (62.11% from 255 or 75.96% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2012 is #61DFED. Grayscale: #444444. Windows color (decimal): -6414318 or 1187998. OLE color: 1187998.

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

Color convert

RGB 158 32 18 -
CMYK 0 0.80 0.89 0.38
HSL 0.8% 0.35% -
HSV(B) 0.89% 0.62% -
XYZ 14.73 8.35 1.41 -
YUV 68.08 99.74 192.14 -
System Red Green Blue C M Y K H S L
Decimal 158 32 18 0 0.80 0.89 0.38 6 0.8 0.35
Hex 9E 20 12 0 50 59 26 6 50 23
Octal 236 40 22 0 120 131 46 6 120 43
Binary 10011110 100000 10010 0 1010000 1011001 100110 110 1010000 100011

Color Harmonies of #9E2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2012

Black with #9E2012

Text Example


Text Example

White with #9E2012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E2012;
 }
 .AnyTagClassName
 {
   color: #9E2012;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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