#8E2419

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

Shades of Mandarian Orange #8E2419

Tints of Mandarian Orange #8E2419

Color information

#8E2419 (or 0x8E2419) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 24 and 19. RGB value is (142,36,25). Sum of RGB (Red+Green+Blue) = 142+36+25=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2419 is #71DBE6. Grayscale: #424242. Windows color (decimal): -7461863 or 1647758. OLE color: 1647758.

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

Color convert

RGB1423625-
CMYK00.750.820.44
HSL5.64º70.06%32.75%-
HSV(B)5.64º82.39%55.69%-
XYZ11.967.081.66-
YUV66.44104.62181.89-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 25 (10.16% from 255) = 12.32%
R=69.95%
G=17.73%
B=12.32%

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
Decimal142362500.750.820.445.6470.0632.75
Hex8E241904B522C64621
Octal2164431011312254610641
Binary10001110100100110010100101110100101011001101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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