#9E2017

Color #9E2017 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9E2017

Tints of Mandarian Orange #9E2017

Color information

#9E2017 (or 0x9E2017) is unknown color: approx 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

RGB1583223-
CMYK00.800.850.38
HSL74.59%35.49%-
HSV(B)85.44%61.96%-
XYZ14.778.361.65-
YUV68.65102.24191.73-

RGB Variations

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

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.80%
R=74.18%
G=15.02%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158322300.800.850.38474.5935.49
Hex9E2017050552644b23
Octal2364027012012546411343
Binary10011110100000101110101000010101011001101001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>