Html Css Color HEX #E77C06 Mango Tango

📋 copy color: '#E77C06'

red 231 ◦ green 124 ◦ blue 6

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

Shades of Mango Tango #E77C06

Tints of Mango Tango #E77C06

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

 BLUE value IS 6 (2.73% from 255) = 1.66%

R = 63.99%
G = 34.35%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E77C06 (or 0xE77C06) is known color: Mango Tango. HEX triplet: E7, 7C and 06. RGB value is (231,124,6). Sum of RGB (Red+Green+Blue) = 231+124+6=361 (47% of max value = 765). Red value is 231 (90.62% from 255 or 63.99% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 6 (2.73% from 255 or 1.66% from 361); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E77C06 is #1883F9. Grayscale: #8F8F8F. Windows color (decimal): -1606650 or 425191. OLE color: 425191.

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

Color convert

RGB 231 124 6 -
CMYK 0 0.46 0.97 0.09
HSL 31.47º 0.95% 0.46% -
HSV(B) 31.47º 0.97% 0.91% -
XYZ 40.2 31.42 4.12 -
YUV 142.54 50.95 191.09 -
System Red Green Blue C M Y K H S L
Decimal 231 124 6 0 0.46 0.97 0.09 31.47 0.95 0.46
Hex E7 7C 6 0 2E 61 9 1F 5F 2E
Octal 347 174 6 0 56 141 11 37 137 56
Binary 11100111 1111100 110 0 101110 1100001 1001 11111 1011111 101110

Color Harmonies of #E77C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77C06

Black with #E77C06

Text Example


Text Example

White with #E77C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77C06; }

 p { color: rgb(231,124,6); }

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

background-color css

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

 a { background-color: rgb(231,124,6); }

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

border-color css

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

 span { border-color: rgb(231,124,6); }

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