#9E2016

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

Shades of Mandarian Orange #9E2016

Tints of Mandarian Orange #9E2016

Color information

#9E2016 (or 0x9E2016) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 20 and 16. RGB value is (158,32,22). Sum of RGB (Red+Green+Blue) = 158+32+22=212 (28% of max value = 765). Red value is 158 (62.11% from 255 or 74.53% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E2016 is #61DFE9. Grayscale: #444444. Windows color (decimal): -6414314 or 1450142. OLE color: 1450142.

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

Color convert

RGB1583222-
CMYK00.800.860.38
HSL4.41º75.56%35.29%-
HSV(B)4.41º86.08%61.96%-
XYZ14.768.361.59-
YUV68.53101.74191.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 74.53%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=74.53%
G=15.09%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158322200.800.860.384.4175.5635.29
Hex9E2016050562644c23
Octal2364026012012646411443
Binary10011110100000101100101000010101101001101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E2016;
 }
 .AnyTagClassName
 {
   color: #9E2016;
 }
</style>
background-color css

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

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

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

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

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

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