Html Css Color HEX #8E261E Mandarian Orange

📋 copy color: '#8E261E'

red 142 ◦ green 38 ◦ blue 30

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

Shades of Mandarian Orange #8E261E

Tints of Mandarian Orange #8E261E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.1%

 BLUE value IS 30 (12.11% from 255) = 14.29%

R = 67.62%
G = 18.1%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8E261E (or 0x8E261E) is known color: Mandarian Orange. HEX triplet: 8E, 26 and 1E. RGB value is (142,38,30). Sum of RGB (Red+Green+Blue) = 142+38+30=210 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.62% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 30 (12.11% from 255 or 14.29% from 210); Max value from RGB is 142 - color contains mainly: red. Hex color #8E261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E261E is #71D9E1. Grayscale: #444444. Windows color (decimal): -7461346 or 1975950. OLE color: 1975950.

HSL color Cylindrical-coordinate representation of color #8E261E: hue angle of 4.29º 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 #8E261E is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 38 30 -
CMYK 0 0.73 0.79 0.44
HSL 4.29º 0.65% 0.34% -
HSV(B) 4.29º 0.79% 0.56% -
XYZ 12.08 7.23 1.99 -
YUV 68.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 142 38 30 0 0.73 0.79 0.44 4.29 0.65 0.34
Hex 8E 26 1E 0 49 4F 2C 4 41 22
Octal 216 46 36 0 111 117 54 4 101 42
Binary 10001110 100110 11110 0 1001001 1001111 101100 100 1000001 100010

Color Harmonies of #8E261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E261E

Black with #8E261E

Text Example


Text Example

White with #8E261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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