Html Css Color HEX #E77514 Mango Tango

📋 copy color: '#E77514'

red 231 ◦ green 117 ◦ blue 20

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

Shades of Mango Tango #E77514

Tints of Mango Tango #E77514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

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

R = 62.77%
G = 31.79%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E77514 (or 0xE77514) is known color: Mango Tango. HEX triplet: E7, 75 and 14. RGB value is (231,117,20). Sum of RGB (Red+Green+Blue) = 231+117+20=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 20 (8.20% from 255 or 5.43% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E77514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77514 is #188AEB. Grayscale: #8C8C8C. Windows color (decimal): -1608428 or 1340903. OLE color: 1340903.

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

Color convert

RGB 231 117 20 -
CMYK 0 0.49 0.91 0.09
HSL 27.58º 0.84% 0.49% -
HSV(B) 27.58º 0.91% 0.91% -
XYZ 39.44 29.76 4.33 -
YUV 140.03 60.27 192.89 -
System Red Green Blue C M Y K H S L
Decimal 231 117 20 0 0.49 0.91 0.09 27.58 0.84 0.49
Hex E7 75 14 0 31 5B 9 1C 54 31
Octal 347 165 24 0 61 133 11 34 124 61
Binary 11100111 1110101 10100 0 110001 1011011 1001 11100 1010100 110001

Color Harmonies of #E77514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77514

Black with #E77514

Text Example


Text Example

White with #E77514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77514; }

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

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

background-color css

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

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

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

border-color css

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

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

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