Html Css Color HEX #E18012 Mango Tango

📋 copy color: '#E18012'

red 225 ◦ green 128 ◦ blue 18

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

Shades of Mango Tango #E18012

Tints of Mango Tango #E18012

RGB

 RED value IS 225 (88.28% from 255) = 60.65%

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 18 (7.42% from 255) = 4.85%

R = 60.65%
G = 34.5%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E18012 (or 0xE18012) is known color: Mango Tango. HEX triplet: E1, 80 and 12. RGB value is (225,128,18). Sum of RGB (Red+Green+Blue) = 225+128+18=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E18012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18012 is #1E7FED. Grayscale: #909090. Windows color (decimal): -1998830 or 1212641. OLE color: 1212641.

HSL color Cylindrical-coordinate representation of color #E18012: hue angle of 31.88º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E18012 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 128 18 -
CMYK 0 0.43 0.92 0.12
HSL 31.88º 0.85% 0.48% -
HSV(B) 31.88º 0.92% 0.88% -
XYZ 38.88 31.49 4.6 -
YUV 144.46 56.64 185.44 -
System Red Green Blue C M Y K H S L
Decimal 225 128 18 0 0.43 0.92 0.12 31.88 0.85 0.48
Hex E1 80 12 0 2B 5C C 20 55 30
Octal 341 200 22 0 53 134 14 40 125 60
Binary 11100001 10000000 10010 0 101011 1011100 1100 100000 1010101 110000

Color Harmonies of #E18012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18012

Black with #E18012

Text Example


Text Example

White with #E18012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18012; }

 p { color: rgb(225,128,18); }

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

background-color css

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

 a { background-color: rgb(225,128,18); }

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

border-color css

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

 span { border-color: rgb(225,128,18); }

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