Html Css Color HEX #EB760A Mango Tango

📋 copy color: '#EB760A'

red 235 ◦ green 118 ◦ blue 10

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

Shades of Mango Tango #EB760A

Tints of Mango Tango #EB760A

RGB

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

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

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

R = 64.74%
G = 32.51%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB760A (or 0xEB760A) is known color: Mango Tango. HEX triplet: EB, 76 and 0A. RGB value is (235,118,10). Sum of RGB (Red+Green+Blue) = 235+118+10=363 (48% of max value = 765). Red value is 235 (92.19% from 255 or 64.74% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 235 - color contains mainly: red. Hex color #EB760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB760A is #1489F5. Grayscale: #8D8D8D. Windows color (decimal): -1346038 or 685803. OLE color: 685803.

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

Color convert

RGB 235 118 10 -
CMYK 0 0.50 0.96 0.08
HSL 28.8º 0.92% 0.48% -
HSV(B) 28.8º 0.96% 0.92% -
XYZ 40.79 30.64 4.05 -
YUV 140.67 54.26 195.28 -
System Red Green Blue C M Y K H S L
Decimal 235 118 10 0 0.50 0.96 0.08 28.8 0.92 0.48
Hex EB 76 A 0 32 60 8 1D 5C 30
Octal 353 166 12 0 62 140 10 35 134 60
Binary 11101011 1110110 1010 0 110010 1100000 1000 11101 1011100 110000

Color Harmonies of #EB760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB760A

Black with #EB760A

Text Example


Text Example

White with #EB760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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