#8E221C

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

Shades of Mandarian Orange #8E221C

Tints of Mandarian Orange #8E221C

Color information

#8E221C (or 0x8E221C) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 22 and 1C. RGB value is (142,34,28). Sum of RGB (Red+Green+Blue) = 142+34+28=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E221C is #71DDE3. Grayscale: #414141. Windows color (decimal): -7462372 or 1843854. OLE color: 1843854.

HSL color Cylindrical-coordinate representation of color #8E221C: hue angle of 3.16º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E221C is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB1423428-
CMYK00.760.800.44
HSL3.16º67.06%33.33%-
HSV(B)3.16º80.28%55.69%-
XYZ11.946.981.82-
YUV65.61106.78182.49-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.61%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 28 (11.33% from 255) = 13.73%
R=69.61%
G=16.67%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142342800.760.800.443.1667.0633.33
Hex8E221C04C502C34321
Octal2164234011412054310341
Binary1000111010001011100010011001010000101100111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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