Html Css Color HEX #E76C01 Mango Tango

📋 copy color: '#E76C01'

red 231 ◦ green 108 ◦ blue 1

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

Shades of Mango Tango #E76C01

Tints of Mango Tango #E76C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 67.94%
G = 31.76%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E76C01 (or 0xE76C01) is known color: Mango Tango. HEX triplet: E7, 6C and 01. RGB value is (231,108,1). Sum of RGB (Red+Green+Blue) = 231+108+1=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76C01 is #1893FE. Grayscale: #858585. Windows color (decimal): -1610751 or 93415. OLE color: 93415.

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

Color convert

RGB 231 108 1 -
CMYK 0 0.53 1.00 0.09
HSL 27.91º 0.99% 0.45% -
HSV(B) 27.91º 1% 0.91% -
XYZ 38.32 27.72 3.36 -
YUV 132.58 53.75 198.2 -
System Red Green Blue C M Y K H S L
Decimal 231 108 1 0 0.53 1.00 0.09 27.91 0.99 0.45
Hex E7 6C 1 0 35 64 9 1C 63 2D
Octal 347 154 1 0 65 144 11 34 143 55
Binary 11100111 1101100 1 0 110101 1100100 1001 11100 1100011 101101

Color Harmonies of #E76C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76C01

Black with #E76C01

Text Example


Text Example

White with #E76C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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