Html Css Color HEX #E76C00 Mango Tango

📋 copy color: '#E76C00'

red 231 ◦ green 108 ◦ blue 0

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

Shades of Mango Tango #E76C00

Tints of Mango Tango #E76C00

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.14%
G = 31.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E76C00 (or 0xE76C00) is known color: Mango Tango. HEX triplet: E7, 6C and 00. RGB value is (231,108,0). Sum of RGB (Red+Green+Blue) = 231+108+0=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76C00 is #1893FF. Grayscale: #858585. Windows color (decimal): -1610752 or 27879. OLE color: 27879.

HSL color Cylindrical-coordinate representation of color #E76C00: hue angle of 28.05º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E76C00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 108 0 -
CMYK 0 0.53 1 0.09
HSL 28.05º 1% 0.45% -
HSV(B) 28.05º 1% 0.91% -
XYZ 38.32 27.71 3.33 -
YUV 132.47 53.25 198.28 -
System Red Green Blue C M Y K H S L
Decimal 231 108 0 0 0.53 1 0.09 28.05 1 0.45
Hex E7 6C 0 0 35 64 9 1C 64 2D
Octal 347 154 0 0 65 144 11 34 144 55
Binary 11100111 1101100 0 0 110101 1100100 1001 11100 1100100 101101

Color Harmonies of #E76C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76C00

Black with #E76C00

Text Example


Text Example

White with #E76C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76C00; }

 p { color: rgb(231,108,0); }

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

background-color css

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

 a { background-color: rgb(231,108,0); }

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

border-color css

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

 span { border-color: rgb(231,108,0); }

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