#8E231E

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

Shades of Mandarian Orange #8E231E

Tints of Mandarian Orange #8E231E

Color information

#8E231E (or 0x8E231E) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 23 and 1E. RGB value is (142,35,30). Sum of RGB (Red+Green+Blue) = 142+35+30=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E231E is #71DCE1. Grayscale: #424242. Windows color (decimal): -7462114 or 1975182. OLE color: 1975182.

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

Color convert

RGB1423530-
CMYK00.750.790.44
HSL2.68º65.12%33.73%-
HSV(B)2.68º78.87%55.69%-
XYZ11.997.051.96-
YUV66.42107.45181.91-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 68.60%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=68.60%
G=16.91%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142353000.750.790.442.6865.1233.73
Hex8E231E04B4F2C34122
Octal2164336011311754310142
Binary1000111010001111110010010111001111101100111000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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