Html Css Color HEX #E76C0A Mango Tango

📋 copy color: '#E76C0A'

red 231 ◦ green 108 ◦ blue 10

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

Shades of Mango Tango #E76C0A

Tints of Mango Tango #E76C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 66.19%
G = 30.95%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E76C0A (or 0xE76C0A) is known color: Mango Tango. HEX triplet: E7, 6C and 0A. RGB value is (231,108,10). Sum of RGB (Red+Green+Blue) = 231+108+10=349 (46% of max value = 765). Red value is 231 (90.62% from 255 or 66.19% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76C0A is #1893F5. Grayscale: #868686. Windows color (decimal): -1610742 or 683239. OLE color: 683239.

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

Color convert

RGB 231 108 10 -
CMYK 0 0.53 0.96 0.09
HSL 26.61º 0.92% 0.47% -
HSV(B) 26.61º 0.96% 0.91% -
XYZ 38.37 27.74 3.62 -
YUV 133.61 58.25 197.47 -
System Red Green Blue C M Y K H S L
Decimal 231 108 10 0 0.53 0.96 0.09 26.61 0.92 0.47
Hex E7 6C A 0 35 60 9 1B 5C 2F
Octal 347 154 12 0 65 140 11 33 134 57
Binary 11100111 1101100 1010 0 110101 1100000 1001 11011 1011100 101111

Color Harmonies of #E76C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76C0A

Black with #E76C0A

Text Example


Text Example

White with #E76C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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