#8E2A26

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

Shades of Mandarian Orange #8E2A26

Tints of Mandarian Orange #8E2A26

Color information

#8E2A26 (or 0x8E2A26) is unknown color: approx Mandarian Orange. HEX triplet: 8E, 2A and 26. RGB value is (142,42,38). Sum of RGB (Red+Green+Blue) = 142+42+38=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2A26 is #71D5D9. Grayscale: #474747. Windows color (decimal): -7460314 or 2501262. OLE color: 2501262.

HSL color Cylindrical-coordinate representation of color #8E2A26: hue angle of 2.31º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E2A26 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.44.

Color convert

RGB1424238-
CMYK00.700.730.44
HSL2.31º57.78%35.29%-
HSV(B)2.31º73.24%55.69%-
XYZ12.337.552.64-
YUV71.44109.13178.33-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.96%
GREEN value IS 42 (16.80% from 255) = 18.92%
BLUE value IS 38 (15.23% from 255) = 17.12%
R=63.96%
G=18.92%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142423800.700.730.442.3157.7835.29
Hex8E2A26046492C23a23
Octal216524601061115427243
Binary1000111010101010011001000110100100110110010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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