Html Css Color HEX #E76E14 Mango Tango

📋 copy color: '#E76E14'

red 231 ◦ green 110 ◦ blue 20

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

Shades of Mango Tango #E76E14

Tints of Mango Tango #E76E14

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.47%

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

R = 63.99%
G = 30.47%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E76E14 (or 0xE76E14) is known color: Mango Tango. HEX triplet: E7, 6E and 14. RGB value is (231,110,20). Sum of RGB (Red+Green+Blue) = 231+110+20=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76E14 is #1891EB. Grayscale: #888888. Windows color (decimal): -1610220 or 1339111. OLE color: 1339111.

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

Color convert

RGB 231 110 20 -
CMYK 0 0.52 0.91 0.09
HSL 25.59º 0.84% 0.49% -
HSV(B) 25.59º 0.91% 0.91% -
XYZ 38.66 28.19 4.07 -
YUV 135.92 62.59 195.82 -
System Red Green Blue C M Y K H S L
Decimal 231 110 20 0 0.52 0.91 0.09 25.59 0.84 0.49
Hex E7 6E 14 0 34 5B 9 1A 54 31
Octal 347 156 24 0 64 133 11 32 124 61
Binary 11100111 1101110 10100 0 110100 1011011 1001 11010 1010100 110001

Color Harmonies of #E76E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E14

Black with #E76E14

Text Example


Text Example

White with #E76E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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