Html Css Color HEX #8E281A Mandarian Orange

📋 copy color: '#8E281A'

red 142 ◦ green 40 ◦ blue 26

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

Shades of Mandarian Orange #8E281A

Tints of Mandarian Orange #8E281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 68.27%
G = 19.23%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E281A (or 0x8E281A) is known color: Mandarian Orange. HEX triplet: 8E, 28 and 1A. RGB value is (142,40,26). Sum of RGB (Red+Green+Blue) = 142+40+26=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E281A is #71D7E5. Grayscale: #454545. Windows color (decimal): -7460838 or 1714318. OLE color: 1714318.

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

Color convert

RGB 142 40 26 -
CMYK 0 0.72 0.82 0.44
HSL 7.24º 0.69% 0.33% -
HSV(B) 7.24º 0.82% 0.56% -
XYZ 12.1 7.34 1.76 -
YUV 68.9 103.79 180.14 -
System Red Green Blue C M Y K H S L
Decimal 142 40 26 0 0.72 0.82 0.44 7.24 0.69 0.33
Hex 8E 28 1A 0 48 52 2C 7 45 21
Octal 216 50 32 0 110 122 54 7 105 41
Binary 10001110 101000 11010 0 1001000 1010010 101100 111 1000101 100001

Color Harmonies of #8E281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E281A

Black with #8E281A

Text Example


Text Example

White with #8E281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,26); }

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

background-color css

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

 a { background-color: rgb(142,40,26); }

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

border-color css

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

 span { border-color: rgb(142,40,26); }

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