#8E2319

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

Shades of Mandarian Orange #8E2319

Tints of Mandarian Orange #8E2319

Color information

#8E2319 (or 0x8E2319) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 23 and 19. RGB value is (142,35,25). Sum of RGB (Red+Green+Blue) = 142+35+25=202 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.30% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2319 is #71DCE6. Grayscale: #424242. Windows color (decimal): -7462119 or 1647502. OLE color: 1647502.

HSL color Cylindrical-coordinate representation of color #8E2319: hue angle of 5.13º degrees, saturation: 0.7, 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 #8E2319 is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1423525-
CMYK00.750.820.44
HSL5.13º70.06%32.75%-
HSV(B)5.13º82.39%55.69%-
XYZ11.937.021.65-
YUV65.85104.95182.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 70.30%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 25 (10.16% from 255) = 12.38%
R=70.30%
G=17.33%
B=12.38%

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
Decimal142352500.750.820.445.1370.0632.75
Hex8E231904B522C54621
Octal2164331011312254510641
Binary10001110100011110010100101110100101011001011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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