Html Css Color HEX #EA7714 Mango Tango

📋 copy color: '#EA7714'

red 234 ◦ green 119 ◦ blue 20

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

Shades of Mango Tango #EA7714

Tints of Mango Tango #EA7714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

 BLUE value IS 20 (8.2% from 255) = 5.36%

R = 62.73%
G = 31.9%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA7714 (or 0xEA7714) is known color: Mango Tango. HEX triplet: EA, 77 and 14. RGB value is (234,119,20). Sum of RGB (Red+Green+Blue) = 234+119+20=373 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.73% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7714 is #1588EB. Grayscale: #8E8E8E. Windows color (decimal): -1411308 or 1341418. OLE color: 1341418.

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

Color convert

RGB 234 119 20 -
CMYK 0 0.49 0.91 0.08
HSL 27.76º 0.84% 0.5% -
HSV(B) 27.76º 0.91% 0.92% -
XYZ 40.65 30.74 4.45 -
YUV 142.1 59.1 193.55 -
System Red Green Blue C M Y K H S L
Decimal 234 119 20 0 0.49 0.91 0.08 27.76 0.84 0.5
Hex EA 77 14 0 31 5B 8 1C 54 32
Octal 352 167 24 0 61 133 10 34 124 62
Binary 11101010 1110111 10100 0 110001 1011011 1000 11100 1010100 110010

Color Harmonies of #EA7714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7714

Black with #EA7714

Text Example


Text Example

White with #EA7714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7714; }

 p { color: rgb(234,119,20); }

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

background-color css

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

 a { background-color: rgb(234,119,20); }

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

border-color css

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

 span { border-color: rgb(234,119,20); }

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