Html Css Color HEX #EA7914 Mango Tango

📋 copy color: '#EA7914'

red 234 ◦ green 121 ◦ blue 20

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

Shades of Mango Tango #EA7914

Tints of Mango Tango #EA7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

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

R = 62.4%
G = 32.27%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA7914 (or 0xEA7914) is known color: Mango Tango. HEX triplet: EA, 79 and 14. RGB value is (234,121,20). Sum of RGB (Red+Green+Blue) = 234+121+20=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7914 is #1586EB. Grayscale: #8F8F8F. Windows color (decimal): -1410796 or 1341930. OLE color: 1341930.

HSL color Cylindrical-coordinate representation of color #EA7914: hue angle of 28.32º 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 #EA7914 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 121 20 -
CMYK 0 0.48 0.91 0.08
HSL 28.32º 0.84% 0.5% -
HSV(B) 28.32º 0.91% 0.92% -
XYZ 40.9 31.22 4.53 -
YUV 143.27 58.44 192.71 -
System Red Green Blue C M Y K H S L
Decimal 234 121 20 0 0.48 0.91 0.08 28.32 0.84 0.5
Hex EA 79 14 0 30 5B 8 1C 54 32
Octal 352 171 24 0 60 133 10 34 124 62
Binary 11101010 1111001 10100 0 110000 1011011 1000 11100 1010100 110010

Color Harmonies of #EA7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7914

Black with #EA7914

Text Example


Text Example

White with #EA7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7914; }

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

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

background-color css

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

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

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

border-color css

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

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

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