Html Css Color HEX #EA7412 Mango Tango

📋 copy color: '#EA7412'

red 234 ◦ green 116 ◦ blue 18

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

Shades of Mango Tango #EA7412

Tints of Mango Tango #EA7412

RGB

 RED value IS 234 (91.8% from 255) = 63.59%

 GREEN value IS 116 (45.7% from 255) = 31.52%

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

R = 63.59%
G = 31.52%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA7412 (or 0xEA7412) is known color: Mango Tango. HEX triplet: EA, 74 and 12. RGB value is (234,116,18). Sum of RGB (Red+Green+Blue) = 234+116+18=368 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.59% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7412 is #158BED. Grayscale: #8C8C8C. Windows color (decimal): -1412078 or 1209578. OLE color: 1209578.

HSL color Cylindrical-coordinate representation of color #EA7412: hue angle of 27.22º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA7412 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 116 18 -
CMYK 0 0.50 0.92 0.08
HSL 27.22º 0.86% 0.49% -
HSV(B) 27.22º 0.92% 0.92% -
XYZ 40.29 30.03 4.24 -
YUV 140.11 59.09 194.97 -
System Red Green Blue C M Y K H S L
Decimal 234 116 18 0 0.50 0.92 0.08 27.22 0.86 0.49
Hex EA 74 12 0 32 5C 8 1B 56 31
Octal 352 164 22 0 62 134 10 33 126 61
Binary 11101010 1110100 10010 0 110010 1011100 1000 11011 1010110 110001

Color Harmonies of #EA7412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7412

Black with #EA7412

Text Example


Text Example

White with #EA7412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7412; }

 p { color: rgb(234,116,18); }

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

background-color css

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

 a { background-color: rgb(234,116,18); }

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

border-color css

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

 span { border-color: rgb(234,116,18); }

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