Html Css Color HEX #EA7410 Mango Tango

📋 copy color: '#EA7410'

red 234 ◦ green 116 ◦ blue 16

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

Shades of Mango Tango #EA7410

Tints of Mango Tango #EA7410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.37%

R = 63.93%
G = 31.69%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA7410 (or 0xEA7410) is known color: Mango Tango. HEX triplet: EA, 74 and 10. RGB value is (234,116,16). Sum of RGB (Red+Green+Blue) = 234+116+16=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7410 is #158BEF. Grayscale: #8C8C8C. Windows color (decimal): -1412080 or 1078506. OLE color: 1078506.

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

Color convert

RGB 234 116 16 -
CMYK 0 0.50 0.93 0.08
HSL 27.52º 0.87% 0.49% -
HSV(B) 27.52º 0.93% 0.92% -
XYZ 40.27 30.02 4.16 -
YUV 139.88 58.09 195.13 -
System Red Green Blue C M Y K H S L
Decimal 234 116 16 0 0.50 0.93 0.08 27.52 0.87 0.49
Hex EA 74 10 0 32 5D 8 1C 57 31
Octal 352 164 20 0 62 135 10 34 127 61
Binary 11101010 1110100 10000 0 110010 1011101 1000 11100 1010111 110001

Color Harmonies of #EA7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7410

Black with #EA7410

Text Example


Text Example

White with #EA7410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7410; }

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

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

background-color css

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

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

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

border-color css

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

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

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