Html Css Color HEX #EA780F Mango Tango

📋 copy color: '#EA780F'

red 234 ◦ green 120 ◦ blue 15

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

Shades of Mango Tango #EA780F

Tints of Mango Tango #EA780F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.52%

 BLUE value IS 15 (6.25% from 255) = 4.07%

R = 63.41%
G = 32.52%
B = 4.07%

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

#EA780F (or 0xEA780F) is known color: Mango Tango. HEX triplet: EA, 78 and 0F. RGB value is (234,120,15). Sum of RGB (Red+Green+Blue) = 234+120+15=369 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.41% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 15 (6.25% from 255 or 4.07% from 369); Max value from RGB is 234 - color contains mainly: red. Hex color #EA780F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA780F is #1587F0. Grayscale: #8E8E8E. Windows color (decimal): -1411057 or 1013994. OLE color: 1013994.

HSL color Cylindrical-coordinate representation of color #EA780F: hue angle of 28.77º degrees, saturation: 0.88, 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 #EA780F is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 120 15 -
CMYK 0 0.49 0.94 0.08
HSL 28.77º 0.88% 0.49% -
HSV(B) 28.77º 0.94% 0.92% -
XYZ 40.73 30.96 4.28 -
YUV 142.12 56.27 193.54 -
System Red Green Blue C M Y K H S L
Decimal 234 120 15 0 0.49 0.94 0.08 28.77 0.88 0.49
Hex EA 78 F 0 31 5E 8 1D 58 31
Octal 352 170 17 0 61 136 10 35 130 61
Binary 11101010 1111000 1111 0 110001 1011110 1000 11101 1011000 110001

Color Harmonies of #EA780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA780F

Black with #EA780F

Text Example


Text Example

White with #EA780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA780F; }

 p { color: rgb(234,120,15); }

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

background-color css

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

 a { background-color: rgb(234,120,15); }

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

border-color css

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

 span { border-color: rgb(234,120,15); }

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