#8E2420

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

Shades of Mandarian Orange #8E2420

Tints of Mandarian Orange #8E2420

Color information

#8E2420 (or 0x8E2420) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 24 and 20. RGB value is (142,36,32). Sum of RGB (Red+Green+Blue) = 142+36+32=210 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.62% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2420 is #71DBDF. Grayscale: #434343. Windows color (decimal): -7461856 or 2106510. OLE color: 2106510.

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

Color convert

RGB1423632-
CMYK00.750.770.44
HSL2.18º63.22%34.12%-
HSV(B)2.18º77.46%55.69%-
XYZ12.057.122.11-
YUV67.24108.12181.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.62%
GREEN value IS 36 (14.45% from 255) = 17.14%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=67.62%
G=17.14%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142363200.750.770.442.1863.2234.12
Hex8E242004B4D2C23f22
Octal216444001131155427742
Binary1000111010010010000001001011100110110110010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,36,32); }

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

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

 a { background-color: rgb(142,36,32); }

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

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

 span { border-color: rgb(142,36,32); }

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