#8E2213

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

Shades of Mandarian Orange #8E2213

Tints of Mandarian Orange #8E2213

Color information

#8E2213 (or 0x8E2213) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 22 and 13. RGB value is (142,34,19). Sum of RGB (Red+Green+Blue) = 142+34+19=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2213 is #71DDEC. Grayscale: #404040. Windows color (decimal): -7462381 or 1254030. OLE color: 1254030.

HSL color Cylindrical-coordinate representation of color #8E2213: hue angle of 7.32º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E2213 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB1423419-
CMYK00.760.870.44
HSL7.32º76.4%31.57%-
HSV(B)7.32º86.62%55.69%-
XYZ11.846.941.33-
YUV64.58102.28183.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.82%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 19 (7.81% from 255) = 9.74%
R=72.82%
G=17.44%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142341900.760.870.447.3276.431.57
Hex8E221304C572C74c20
Octal2164223011412754711440
Binary10001110100010100110100110010101111011001111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,34,19); }

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

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

 a { background-color: rgb(142,34,19); }

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

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

 span { border-color: rgb(142,34,19); }

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