Html Css Color HEX #9E2205 Mandarian Orange

📋 copy color: '#9E2205'

red 158 ◦ green 34 ◦ blue 5

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

Shades of Mandarian Orange #9E2205

Tints of Mandarian Orange #9E2205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 80.2%
G = 17.26%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E2205 (or 0x9E2205) is known color: Mandarian Orange. HEX triplet: 9E, 22 and 05. RGB value is (158,34,5). Sum of RGB (Red+Green+Blue) = 158+34+5=197 (26% of max value = 765). Red value is 158 (62.11% from 255 or 80.20% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2205 is #61DDFA. Grayscale: #444444. Windows color (decimal): -6413819 or 336542. OLE color: 336542.

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

Color convert

RGB 158 34 5 -
CMYK 0 0.78 0.97 0.38
HSL 11.37º 0.94% 0.32% -
HSV(B) 11.37º 0.97% 0.62% -
XYZ 14.7 8.42 0.99 -
YUV 67.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 158 34 5 0 0.78 0.97 0.38 11.37 0.94 0.32
Hex 9E 22 5 0 4E 61 26 B 5E 20
Octal 236 42 5 0 116 141 46 13 136 40
Binary 10011110 100010 101 0 1001110 1100001 100110 1011 1011110 100000

Color Harmonies of #9E2205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2205

Black with #9E2205

Text Example


Text Example

White with #9E2205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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