Html Css Color HEX #EB740A Mango Tango

📋 copy color: '#EB740A'

red 235 ◦ green 116 ◦ blue 10

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

Shades of Mango Tango #EB740A

Tints of Mango Tango #EB740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 65.1%
G = 32.13%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB740A (or 0xEB740A) is known color: Mango Tango. HEX triplet: EB, 74 and 0A. RGB value is (235,116,10). Sum of RGB (Red+Green+Blue) = 235+116+10=361 (47% of max value = 765). Red value is 235 (92.19% from 255 or 65.10% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 235 - color contains mainly: red. Hex color #EB740A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB740A is #148BF5. Grayscale: #8C8C8C. Windows color (decimal): -1346550 or 685291. OLE color: 685291.

HSL color Cylindrical-coordinate representation of color #EB740A: hue angle of 28.27º 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 #EB740A is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 116 10 -
CMYK 0 0.51 0.96 0.08
HSL 28.27º 0.92% 0.48% -
HSV(B) 28.27º 0.96% 0.92% -
XYZ 40.56 30.17 3.97 -
YUV 139.5 54.92 196.12 -
System Red Green Blue C M Y K H S L
Decimal 235 116 10 0 0.51 0.96 0.08 28.27 0.92 0.48
Hex EB 74 A 0 33 60 8 1C 5C 30
Octal 353 164 12 0 63 140 10 34 134 60
Binary 11101011 1110100 1010 0 110011 1100000 1000 11100 1011100 110000

Color Harmonies of #EB740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB740A

Black with #EB740A

Text Example


Text Example

White with #EB740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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