Html Css Color HEX #E76D14 Mango Tango

📋 copy color: '#E76D14'

red 231 ◦ green 109 ◦ blue 20

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

Shades of Mango Tango #E76D14

Tints of Mango Tango #E76D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.28%

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

R = 64.17%
G = 30.28%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E76D14 (or 0xE76D14) is known color: Mango Tango. HEX triplet: E7, 6D and 14. RGB value is (231,109,20). Sum of RGB (Red+Green+Blue) = 231+109+20=360 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.17% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76D14 is #1892EB. Grayscale: #878787. Windows color (decimal): -1610476 or 1338855. OLE color: 1338855.

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

Color convert

RGB 231 109 20 -
CMYK 0 0.53 0.91 0.09
HSL 25.31º 0.84% 0.49% -
HSV(B) 25.31º 0.91% 0.91% -
XYZ 38.55 27.98 4.03 -
YUV 135.33 62.92 196.24 -
System Red Green Blue C M Y K H S L
Decimal 231 109 20 0 0.53 0.91 0.09 25.31 0.84 0.49
Hex E7 6D 14 0 35 5B 9 19 54 31
Octal 347 155 24 0 65 133 11 31 124 61
Binary 11100111 1101101 10100 0 110101 1011011 1001 11001 1010100 110001

Color Harmonies of #E76D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76D14

Black with #E76D14

Text Example


Text Example

White with #E76D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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