Html Css Color HEX #9E2512 Mandarian Orange

📋 copy color: '#9E2512'

red 158 ◦ green 37 ◦ blue 18

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

Shades of Mandarian Orange #9E2512

Tints of Mandarian Orange #9E2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.37%

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

R = 74.18%
G = 17.37%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E2512 (or 0x9E2512) is known color: Mandarian Orange. HEX triplet: 9E, 25 and 12. RGB value is (158,37,18). Sum of RGB (Red+Green+Blue) = 158+37+18=213 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.18% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2512 is #61DAED. Grayscale: #474747. Windows color (decimal): -6413038 or 1189278. OLE color: 1189278.

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

Color convert

RGB 158 37 18 -
CMYK 0 0.77 0.89 0.38
HSL 8.14º 0.8% 0.35% -
HSV(B) 8.14º 0.89% 0.62% -
XYZ 14.87 8.64 1.46 -
YUV 71.01 98.09 190.04 -
System Red Green Blue C M Y K H S L
Decimal 158 37 18 0 0.77 0.89 0.38 8.14 0.8 0.35
Hex 9E 25 12 0 4D 59 26 8 50 23
Octal 236 45 22 0 115 131 46 10 120 43
Binary 10011110 100101 10010 0 1001101 1011001 100110 1000 1010000 100011

Color Harmonies of #9E2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2512

Black with #9E2512

Text Example


Text Example

White with #9E2512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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