#8E2214

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

Shades of Mandarian Orange #8E2214

Tints of Mandarian Orange #8E2214

Color information

#8E2214 (or 0x8E2214) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 22 and 14. RGB value is (142,34,20). Sum of RGB (Red+Green+Blue) = 142+34+20=196 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.45% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2214 is #71DDEB. Grayscale: #404040. Windows color (decimal): -7462380 or 1319566. OLE color: 1319566.

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

Color convert

RGB1423420-
CMYK00.760.860.44
HSL6.89º75.31%31.76%-
HSV(B)6.89º85.92%55.69%-
XYZ11.856.951.38-
YUV64.7102.78183.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.45%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 20 (8.20% from 255) = 10.20%
R=72.45%
G=17.35%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142342000.760.860.446.8975.3131.76
Hex8E221404C562C74b20
Octal2164224011412654711340
Binary10001110100010101000100110010101101011001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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