Html Css Color HEX #9E2017 Mandarian Orange

📋 copy color: '#9E2017'

red 158 ◦ green 32 ◦ blue 23

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

Shades of Mandarian Orange #9E2017

Tints of Mandarian Orange #9E2017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.8%

R = 74.18%
G = 15.02%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9E2017 (or 0x9E2017) is known color: Mandarian Orange. HEX triplet: 9E, 20 and 17. RGB value is (158,32,23). Sum of RGB (Red+Green+Blue) = 158+32+23=213 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.18% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 23 (9.38% from 255 or 10.80% from 213); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2017 is #61DFE8. Grayscale: #444444. Windows color (decimal): -6414313 or 1515678. OLE color: 1515678.

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

Color convert

RGB 158 32 23 -
CMYK 0 0.80 0.85 0.38
HSL 0.75% 0.35% -
HSV(B) 0.85% 0.62% -
XYZ 14.77 8.36 1.65 -
YUV 68.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 158 32 23 0 0.80 0.85 0.38 4 0.75 0.35
Hex 9E 20 17 0 50 55 26 4 4B 23
Octal 236 40 27 0 120 125 46 4 113 43
Binary 10011110 100000 10111 0 1010000 1010101 100110 100 1001011 100011

Color Harmonies of #9E2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2017

Black with #9E2017

Text Example


Text Example

White with #9E2017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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