Html Css Color HEX #EA770E Mango Tango

📋 copy color: '#EA770E'

red 234 ◦ green 119 ◦ blue 14

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

Shades of Mango Tango #EA770E

Tints of Mango Tango #EA770E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 63.76%
G = 32.43%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA770E (or 0xEA770E) is known color: Mango Tango. HEX triplet: EA, 77 and 0E. RGB value is (234,119,14). Sum of RGB (Red+Green+Blue) = 234+119+14=367 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.76% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 234 - color contains mainly: red. Hex color #EA770E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA770E is #1588F1. Grayscale: #8D8D8D. Windows color (decimal): -1411314 or 948202. OLE color: 948202.

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

Color convert

RGB 234 119 14 -
CMYK 0 0.49 0.94 0.08
HSL 28.64º 0.89% 0.49% -
HSV(B) 28.64º 0.94% 0.92% -
XYZ 40.61 30.72 4.2 -
YUV 141.42 56.1 194.04 -
System Red Green Blue C M Y K H S L
Decimal 234 119 14 0 0.49 0.94 0.08 28.64 0.89 0.49
Hex EA 77 E 0 31 5E 8 1D 59 31
Octal 352 167 16 0 61 136 10 35 131 61
Binary 11101010 1110111 1110 0 110001 1011110 1000 11101 1011001 110001

Color Harmonies of #EA770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA770E

Black with #EA770E

Text Example


Text Example

White with #EA770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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