Html Css Color HEX #EB760E Mango Tango

📋 copy color: '#EB760E'

red 235 ◦ green 118 ◦ blue 14

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

Shades of Mango Tango #EB760E

Tints of Mango Tango #EB760E

RGB

 RED value IS 235 (92.19% from 255) = 64.03%

 GREEN value IS 118 (46.48% from 255) = 32.15%

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 64.03%
G = 32.15%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB760E (or 0xEB760E) is known color: Mango Tango. HEX triplet: EB, 76 and 0E. RGB value is (235,118,14). Sum of RGB (Red+Green+Blue) = 235+118+14=367 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.03% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 235 - color contains mainly: red. Hex color #EB760E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB760E is #1489F1. Grayscale: #8D8D8D. Windows color (decimal): -1346034 or 947947. OLE color: 947947.

HSL color Cylindrical-coordinate representation of color #EB760E: hue angle of 28.24º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB760E is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 118 14 -
CMYK 0 0.50 0.94 0.08
HSL 28.24º 0.89% 0.49% -
HSV(B) 28.24º 0.94% 0.92% -
XYZ 40.82 30.65 4.18 -
YUV 141.13 56.26 194.96 -
System Red Green Blue C M Y K H S L
Decimal 235 118 14 0 0.50 0.94 0.08 28.24 0.89 0.49
Hex EB 76 E 0 32 5E 8 1C 59 31
Octal 353 166 16 0 62 136 10 34 131 61
Binary 11101011 1110110 1110 0 110010 1011110 1000 11100 1011001 110001

Color Harmonies of #EB760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB760E

Black with #EB760E

Text Example


Text Example

White with #EB760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB760E; }

 p { color: rgb(235,118,14); }

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

background-color css

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

 a { background-color: rgb(235,118,14); }

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

border-color css

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

 span { border-color: rgb(235,118,14); }

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