#8E281D

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

Shades of Mandarian Orange #8E281D

Tints of Mandarian Orange #8E281D

Color information

#8E281D (or 0x8E281D) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 28 and 1D. RGB value is (142,40,29). Sum of RGB (Red+Green+Blue) = 142+40+29=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E281D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E281D is #71D7E2. Grayscale: #454545. Windows color (decimal): -7460835 or 1910926. OLE color: 1910926.

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

Color convert

RGB1424029-
CMYK00.720.800.44
HSL5.84º66.08%33.53%-
HSV(B)5.84º79.58%55.69%-
XYZ12.147.361.94-
YUV69.24105.29179.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 67.30%
GREEN value IS 40 (16.02% from 255) = 18.96%
BLUE value IS 29 (11.72% from 255) = 13.74%
R=67.30%
G=18.96%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142402900.720.800.445.8466.0833.53
Hex8E281D048502C64222
Octal2165035011012054610242
Binary10001110101000111010100100010100001011001101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E281D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,40,29); }

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

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

 a { background-color: rgb(142,40,29); }

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

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

 span { border-color: rgb(142,40,29); }

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