#8E2619

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

Shades of Mandarian Orange #8E2619

Tints of Mandarian Orange #8E2619

Color information

#8E2619 (or 0x8E2619) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 26 and 19. RGB value is (142,38,25). Sum of RGB (Red+Green+Blue) = 142+38+25=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2619 is #71D9E6. Grayscale: #434343. Windows color (decimal): -7461351 or 1648270. OLE color: 1648270.

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

Color convert

RGB1423825-
CMYK00.730.820.44
HSL6.67º70.06%32.75%-
HSV(B)6.67º82.39%55.69%-
XYZ12.027.211.68-
YUV67.61103.96181.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.27%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 25 (10.16% from 255) = 12.20%
R=69.27%
G=18.54%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142382500.730.820.446.6770.0632.75
Hex8E2619049522C74621
Octal2164631011112254710641
Binary10001110100110110010100100110100101011001111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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