Html Css Color HEX #E76A00 Mango Tango

📋 copy color: '#E76A00'

red 231 ◦ green 106 ◦ blue 0

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

Shades of Mango Tango #E76A00

Tints of Mango Tango #E76A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.45%

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

R = 68.55%
G = 31.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#E76A00 (or 0xE76A00) is known color: Mango Tango. HEX triplet: E7, 6A and 00. RGB value is (231,106,0). Sum of RGB (Red+Green+Blue) = 231+106+0=337 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.55% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 0 (0.39% from 255 or 0% from 337); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76A00 is #1895FF. Grayscale: #838383. Windows color (decimal): -1611264 or 27367. OLE color: 27367.

HSL color Cylindrical-coordinate representation of color #E76A00: hue angle of 27.53º 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 #E76A00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 0 -
CMYK 0 0.54 1 0.09
HSL 27.53º 1% 0.45% -
HSV(B) 27.53º 1% 0.91% -
XYZ 38.11 27.3 3.26 -
YUV 131.29 53.91 199.12 -
System Red Green Blue C M Y K H S L
Decimal 231 106 0 0 0.54 1 0.09 27.53 1 0.45
Hex E7 6A 0 0 36 64 9 1C 64 2D
Octal 347 152 0 0 66 144 11 34 144 55
Binary 11100111 1101010 0 0 110110 1100100 1001 11100 1100100 101101

Color Harmonies of #E76A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A00

Black with #E76A00

Text Example


Text Example

White with #E76A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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