Html Css Color HEX #E77314 Mango Tango

📋 copy color: '#E77314'

red 231 ◦ green 115 ◦ blue 20

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

Shades of Mango Tango #E77314

Tints of Mango Tango #E77314

RGB

 RED value IS 231 (90.63% from 255) = 63.11%

 GREEN value IS 115 (45.31% from 255) = 31.42%

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

R = 63.11%
G = 31.42%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E77314 (or 0xE77314) is known color: Mango Tango. HEX triplet: E7, 73 and 14. RGB value is (231,115,20). Sum of RGB (Red+Green+Blue) = 231+115+20=366 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.11% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 231 - color contains mainly: red. Hex color #E77314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77314 is #188CEB. Grayscale: #8B8B8B. Windows color (decimal): -1608940 or 1340391. OLE color: 1340391.

HSL color Cylindrical-coordinate representation of color #E77314: hue angle of 27.01º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E77314 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 115 20 -
CMYK 0 0.50 0.91 0.09
HSL 27.01º 0.84% 0.49% -
HSV(B) 27.01º 0.91% 0.91% -
XYZ 39.21 29.3 4.25 -
YUV 138.85 60.93 193.72 -
System Red Green Blue C M Y K H S L
Decimal 231 115 20 0 0.50 0.91 0.09 27.01 0.84 0.49
Hex E7 73 14 0 32 5B 9 1B 54 31
Octal 347 163 24 0 62 133 11 33 124 61
Binary 11100111 1110011 10100 0 110010 1011011 1001 11011 1010100 110001

Color Harmonies of #E77314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77314

Black with #E77314

Text Example


Text Example

White with #E77314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77314; }

 p { color: rgb(231,115,20); }

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

background-color css

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

 a { background-color: rgb(231,115,20); }

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

border-color css

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

 span { border-color: rgb(231,115,20); }

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