Html Css Color HEX #9E2116 Mandarian Orange

📋 copy color: '#9E2116'

red 158 ◦ green 33 ◦ blue 22

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

Shades of Mandarian Orange #9E2116

Tints of Mandarian Orange #9E2116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

 BLUE value IS 22 (8.98% from 255) = 10.33%

R = 74.18%
G = 15.49%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E2116 (or 0x9E2116) is known color: Mandarian Orange. HEX triplet: 9E, 21 and 16. RGB value is (158,33,22). Sum of RGB (Red+Green+Blue) = 158+33+22=213 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.18% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2116 is #61DEE9. Grayscale: #454545. Windows color (decimal): -6414058 or 1450398. OLE color: 1450398.

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

Color convert

RGB 158 33 22 -
CMYK 0 0.79 0.86 0.38
HSL 4.85º 0.76% 0.35% -
HSV(B) 4.85º 0.86% 0.62% -
XYZ 14.79 8.41 1.6 -
YUV 69.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 158 33 22 0 0.79 0.86 0.38 4.85 0.76 0.35
Hex 9E 21 16 0 4F 56 26 5 4C 23
Octal 236 41 26 0 117 126 46 5 114 43
Binary 10011110 100001 10110 0 1001111 1010110 100110 101 1001100 100011

Color Harmonies of #9E2116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2116

Black with #9E2116

Text Example


Text Example

White with #9E2116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,33,22); }

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

background-color css

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

 a { background-color: rgb(158,33,22); }

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

border-color css

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

 span { border-color: rgb(158,33,22); }

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