Html Css Color HEX #E76B10 Mango Tango

📋 copy color: '#E76B10'

red 231 ◦ green 107 ◦ blue 16

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

Shades of Mango Tango #E76B10

Tints of Mango Tango #E76B10

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.23%

 BLUE value IS 16 (6.64% from 255) = 4.52%

R = 65.25%
G = 30.23%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E76B10 (or 0xE76B10) is known color: Mango Tango. HEX triplet: E7, 6B and 10. RGB value is (231,107,16). Sum of RGB (Red+Green+Blue) = 231+107+16=354 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.25% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76B10 is #1894EF. Grayscale: #868686. Windows color (decimal): -1610992 or 1076199. OLE color: 1076199.

HSL color Cylindrical-coordinate representation of color #E76B10: hue angle of 25.4º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E76B10 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 107 16 -
CMYK 0 0.54 0.93 0.09
HSL 25.4º 0.87% 0.48% -
HSV(B) 25.4º 0.93% 0.91% -
XYZ 38.31 27.54 3.79 -
YUV 133.7 61.58 197.4 -
System Red Green Blue C M Y K H S L
Decimal 231 107 16 0 0.54 0.93 0.09 25.4 0.87 0.48
Hex E7 6B 10 0 36 5D 9 19 57 30
Octal 347 153 20 0 66 135 11 31 127 60
Binary 11100111 1101011 10000 0 110110 1011101 1001 11001 1010111 110000

Color Harmonies of #E76B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76B10

Black with #E76B10

Text Example


Text Example

White with #E76B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76B10; }

 p { color: rgb(231,107,16); }

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

background-color css

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

 a { background-color: rgb(231,107,16); }

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

border-color css

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

 span { border-color: rgb(231,107,16); }

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