Html Css Color HEX #8E2216 Mandarian Orange

📋 copy color: '#8E2216'

red 142 ◦ green 34 ◦ blue 22

#8E2216
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #8E2216

Tints of Mandarian Orange #8E2216

RGB

 RED value IS 142 (55.86% from 255) = 71.72%

 GREEN value IS 34 (13.67% from 255) = 17.17%

 BLUE value IS 22 (8.98% from 255) = 11.11%

R = 71.72%
G = 17.17%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E2216 (or 0x8E2216) is known color: Mandarian Orange. HEX triplet: 8E, 22 and 16. RGB value is (142,34,22). Sum of RGB (Red+Green+Blue) = 142+34+22=198 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.72% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2216 is #71DDE9. Grayscale: #414141. Windows color (decimal): -7462378 or 1450638. OLE color: 1450638.

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

Color convert

RGB 142 34 22 -
CMYK 0 0.76 0.85 0.44
HSL 0.73% 0.32% -
HSV(B) 0.85% 0.56% -
XYZ 11.87 6.95 1.48 -
YUV 64.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 142 34 22 0 0.76 0.85 0.44 6 0.73 0.32
Hex 8E 22 16 0 4C 55 2C 6 49 20
Octal 216 42 26 0 114 125 54 6 111 40
Binary 10001110 100010 10110 0 1001100 1010101 101100 110 1001001 100000

Color Harmonies of #8E2216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2216

Black with #8E2216

Text Example


Text Example

White with #8E2216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E2216;
 }
 .AnyTagClassName
 {
   color: #8E2216;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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