Html Css Color HEX #E77814 Mango Tango

📋 copy color: '#E77814'

red 231 ◦ green 120 ◦ blue 20

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

Shades of Mango Tango #E77814

Tints of Mango Tango #E77814

RGB

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

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

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

R = 62.26%
G = 32.35%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E77814 (or 0xE77814) is known color: Mango Tango. HEX triplet: E7, 78 and 14. RGB value is (231,120,20). Sum of RGB (Red+Green+Blue) = 231+120+20=371 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.26% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 231 - color contains mainly: red. Hex color #E77814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77814 is #1887EB. Grayscale: #8E8E8E. Windows color (decimal): -1607660 or 1341671. OLE color: 1341671.

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

Color convert

RGB 231 120 20 -
CMYK 0 0.48 0.91 0.09
HSL 28.44º 0.84% 0.49% -
HSV(B) 28.44º 0.91% 0.91% -
XYZ 39.8 30.47 4.45 -
YUV 141.79 59.27 191.63 -
System Red Green Blue C M Y K H S L
Decimal 231 120 20 0 0.48 0.91 0.09 28.44 0.84 0.49
Hex E7 78 14 0 30 5B 9 1C 54 31
Octal 347 170 24 0 60 133 11 34 124 61
Binary 11100111 1111000 10100 0 110000 1011011 1001 11100 1010100 110001

Color Harmonies of #E77814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77814

Black with #E77814

Text Example


Text Example

White with #E77814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77814; }

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

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

background-color css

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

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

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

border-color css

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

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

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