Html Css Color HEX #EA770D Mango Tango

📋 copy color: '#EA770D'

red 234 ◦ green 119 ◦ blue 13

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

Shades of Mango Tango #EA770D

Tints of Mango Tango #EA770D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.55%

R = 63.93%
G = 32.51%
B = 3.55%

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

#EA770D (or 0xEA770D) is known color: Mango Tango. HEX triplet: EA, 77 and 0D. RGB value is (234,119,13). Sum of RGB (Red+Green+Blue) = 234+119+13=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA770D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA770D is #1588F2. Grayscale: #8D8D8D. Windows color (decimal): -1411315 or 882666. OLE color: 882666.

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

Color convert

RGB 234 119 13 -
CMYK 0 0.49 0.94 0.08
HSL 28.78º 0.89% 0.48% -
HSV(B) 28.78º 0.94% 0.92% -
XYZ 40.6 30.72 4.17 -
YUV 141.3 55.6 194.12 -
System Red Green Blue C M Y K H S L
Decimal 234 119 13 0 0.49 0.94 0.08 28.78 0.89 0.48
Hex EA 77 D 0 31 5E 8 1D 59 30
Octal 352 167 15 0 61 136 10 35 131 60
Binary 11101010 1110111 1101 0 110001 1011110 1000 11101 1011001 110000

Color Harmonies of #EA770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA770D

Black with #EA770D

Text Example


Text Example

White with #EA770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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