Html Css Color HEX #E76A14 Mango Tango

📋 copy color: '#E76A14'

red 231 ◦ green 106 ◦ blue 20

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

Shades of Mango Tango #E76A14

Tints of Mango Tango #E76A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

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

R = 64.71%
G = 29.69%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E76A14 (or 0xE76A14) is known color: Mango Tango. HEX triplet: E7, 6A and 14. RGB value is (231,106,20). Sum of RGB (Red+Green+Blue) = 231+106+20=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 20 (8.20% from 255 or 5.60% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76A14 is #1895EB. Grayscale: #868686. Windows color (decimal): -1611244 or 1338087. OLE color: 1338087.

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

Color convert

RGB 231 106 20 -
CMYK 0 0.54 0.91 0.09
HSL 24.45º 0.84% 0.49% -
HSV(B) 24.45º 0.91% 0.91% -
XYZ 38.24 27.35 3.93 -
YUV 133.57 63.91 197.49 -
System Red Green Blue C M Y K H S L
Decimal 231 106 20 0 0.54 0.91 0.09 24.45 0.84 0.49
Hex E7 6A 14 0 36 5B 9 18 54 31
Octal 347 152 24 0 66 133 11 30 124 61
Binary 11100111 1101010 10100 0 110110 1011011 1001 11000 1010100 110001

Color Harmonies of #E76A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A14

Black with #E76A14

Text Example


Text Example

White with #E76A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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