Html Css Color HEX #EA770A Mango Tango

📋 copy color: '#EA770A'

red 234 ◦ green 119 ◦ blue 10

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

Shades of Mango Tango #EA770A

Tints of Mango Tango #EA770A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 64.46%
G = 32.78%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA770A (or 0xEA770A) is known color: Mango Tango. HEX triplet: EA, 77 and 0A. RGB value is (234,119,10). Sum of RGB (Red+Green+Blue) = 234+119+10=363 (48% of max value = 765). Red value is 234 (91.80% from 255 or 64.46% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 234 - color contains mainly: red. Hex color #EA770A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA770A is #1588F5. Grayscale: #8D8D8D. Windows color (decimal): -1411318 or 686058. OLE color: 686058.

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

Color convert

RGB 234 119 10 -
CMYK 0 0.49 0.96 0.08
HSL 29.2º 0.92% 0.48% -
HSV(B) 29.2º 0.96% 0.92% -
XYZ 40.58 30.71 4.08 -
YUV 140.96 54.1 194.36 -
System Red Green Blue C M Y K H S L
Decimal 234 119 10 0 0.49 0.96 0.08 29.2 0.92 0.48
Hex EA 77 A 0 31 60 8 1D 5C 30
Octal 352 167 12 0 61 140 10 35 134 60
Binary 11101010 1110111 1010 0 110001 1100000 1000 11101 1011100 110000

Color Harmonies of #EA770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA770A

Black with #EA770A

Text Example


Text Example

White with #EA770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA770A; }

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

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

background-color css

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

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

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

border-color css

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

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

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