Html Css Color HEX #8E2518 Mandarian Orange

📋 copy color: '#8E2518'

red 142 ◦ green 37 ◦ blue 24

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

Shades of Mandarian Orange #8E2518

Tints of Mandarian Orange #8E2518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.23%

 BLUE value IS 24 (9.77% from 255) = 11.82%

R = 69.95%
G = 18.23%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#8E2518 (or 0x8E2518) is known color: Mandarian Orange. HEX triplet: 8E, 25 and 18. RGB value is (142,37,24). Sum of RGB (Red+Green+Blue) = 142+37+24=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8E2518 is #71DAE7. Grayscale: #434343. Windows color (decimal): -7461608 or 1582478. OLE color: 1582478.

HSL color Cylindrical-coordinate representation of color #8E2518: hue angle of 6.61º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E2518 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 37 24 -
CMYK 0 0.74 0.83 0.44
HSL 6.61º 0.71% 0.33% -
HSV(B) 6.61º 0.83% 0.56% -
XYZ 11.98 7.14 1.61 -
YUV 66.91 103.79 181.56 -
System Red Green Blue C M Y K H S L
Decimal 142 37 24 0 0.74 0.83 0.44 6.61 0.71 0.33
Hex 8E 25 18 0 4A 53 2C 7 47 21
Octal 216 45 30 0 112 123 54 7 107 41
Binary 10001110 100101 11000 0 1001010 1010011 101100 111 1000111 100001

Color Harmonies of #8E2518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2518

Black with #8E2518

Text Example


Text Example

White with #8E2518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,37,24); }

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

background-color css

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

 a { background-color: rgb(142,37,24); }

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

border-color css

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

 span { border-color: rgb(142,37,24); }

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