#8E221E

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

Shades of Mandarian Orange #8E221E

Tints of Mandarian Orange #8E221E

Color information

#8E221E (or 0x8E221E) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 22 and 1E. RGB value is (142,34,30). Sum of RGB (Red+Green+Blue) = 142+34+30=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 30 (12.11% from 255 or 14.56% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E221E is #71DDE1. Grayscale: #414141. Windows color (decimal): -7462370 or 1974926. OLE color: 1974926.

HSL color Cylindrical-coordinate representation of color #8E221E: hue angle of 2.14º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8E221E is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB1423430-
CMYK00.760.790.44
HSL2.14º65.12%33.73%-
HSV(B)2.14º78.87%55.69%-
XYZ11.966.991.95-
YUV65.84107.78182.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.93%
GREEN value IS 34 (13.67% from 255) = 16.50%
BLUE value IS 30 (12.11% from 255) = 14.56%
R=68.93%
G=16.50%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142343000.760.790.442.1465.1233.73
Hex8E221E04C4F2C24122
Octal2164236011411754210142
Binary1000111010001011110010011001001111101100101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E221E; }

 p { color: rgb(142,34,30); }

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

<style>
 a { background-color: #8E221E; }

 a { background-color: rgb(142,34,30); }

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

<style>
 span { border-color: #8E221E; }

 span { border-color: rgb(142,34,30); }

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