#8E231A

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

Shades of Mandarian Orange #8E231A

Tints of Mandarian Orange #8E231A

Color information

#8E231A (or 0x8E231A) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 23 and 1A. RGB value is (142,35,26). Sum of RGB (Red+Green+Blue) = 142+35+26=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 26 (10.55% from 255 or 12.81% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E231A is #71DCE5. Grayscale: #424242. Windows color (decimal): -7462118 or 1713038. OLE color: 1713038.

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

Color convert

RGB1423526-
CMYK00.750.820.44
HSL4.66º69.05%32.94%-
HSV(B)4.66º81.69%55.69%-
XYZ11.947.031.7-
YUV65.97105.45182.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 26 (10.55% from 255) = 12.81%
R=69.95%
G=17.24%
B=12.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142352600.750.820.444.6669.0532.94
Hex8E231A04B522C54521
Octal2164332011312254510541
Binary10001110100011110100100101110100101011001011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,35,26); }

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

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

 a { background-color: rgb(142,35,26); }

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

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

 span { border-color: rgb(142,35,26); }

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