Html Css Color HEX #EA7010 Mango Tango

📋 copy color: '#EA7010'

red 234 ◦ green 112 ◦ blue 16

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

Shades of Mango Tango #EA7010

Tints of Mango Tango #EA7010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.94%

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

R = 64.64%
G = 30.94%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA7010 (or 0xEA7010) is known color: Mango Tango. HEX triplet: EA, 70 and 10. RGB value is (234,112,16). Sum of RGB (Red+Green+Blue) = 234+112+16=362 (47% of max value = 765). Red value is 234 (91.80% from 255 or 64.64% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7010 is #158FEF. Grayscale: #8A8A8A. Windows color (decimal): -1413104 or 1077482. OLE color: 1077482.

HSL color Cylindrical-coordinate representation of color #EA7010: hue angle of 26.42º 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 #EA7010 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 112 16 -
CMYK 0 0.52 0.93 0.08
HSL 26.42º 0.87% 0.49% -
HSV(B) 26.42º 0.93% 0.92% -
XYZ 39.82 29.12 4.01 -
YUV 137.53 59.42 196.81 -
System Red Green Blue C M Y K H S L
Decimal 234 112 16 0 0.52 0.93 0.08 26.42 0.87 0.49
Hex EA 70 10 0 34 5D 8 1A 57 31
Octal 352 160 20 0 64 135 10 32 127 61
Binary 11101010 1110000 10000 0 110100 1011101 1000 11010 1010111 110001

Color Harmonies of #EA7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7010

Black with #EA7010

Text Example


Text Example

White with #EA7010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7010; }

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

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

background-color css

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

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

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

border-color css

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

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

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