#8E2724

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

Shades of Mandarian Orange #8E2724

Tints of Mandarian Orange #8E2724

Color information

#8E2724 (or 0x8E2724) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 27 and 24. RGB value is (142,39,36). Sum of RGB (Red+Green+Blue) = 142+39+36=217 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.44% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 36 (14.45% from 255 or 16.59% from 217); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2724 is #71D8DB. Grayscale: #454545. Windows color (decimal): -7461084 or 2369422. OLE color: 2369422.

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

Color convert

RGB1423936-
CMYK00.730.750.44
HSL1.7º59.55%34.9%-
HSV(B)1.7º74.65%55.69%-
XYZ12.27.332.44-
YUV69.46109.12179.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 65.44%
GREEN value IS 39 (15.62% from 255) = 17.97%
BLUE value IS 36 (14.45% from 255) = 16.59%
R=65.44%
G=17.97%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.75
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142393600.730.750.441.759.5534.9
Hex8E27240494B2C23c23
Octal216474401111135427443
Binary1000111010011110010001001001100101110110010111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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