Html Css Color HEX #ED760A Mango Tango

📋 copy color: '#ED760A'

red 237 ◦ green 118 ◦ blue 10

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

Shades of Mango Tango #ED760A

Tints of Mango Tango #ED760A

RGB

 RED value IS 237 (92.97% from 255) = 64.93%

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

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

R = 64.93%
G = 32.33%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED760A (or 0xED760A) is known color: Mango Tango. HEX triplet: ED, 76 and 0A. RGB value is (237,118,10). Sum of RGB (Red+Green+Blue) = 237+118+10=365 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.93% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 237 - color contains mainly: red. Hex color #ED760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED760A is #1289F5. Grayscale: #8D8D8D. Windows color (decimal): -1214966 or 685805. OLE color: 685805.

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

Color convert

RGB 237 118 10 -
CMYK 0 0.50 0.96 0.07
HSL 28.55º 0.92% 0.48% -
HSV(B) 28.55º 0.96% 0.93% -
XYZ 41.46 30.98 4.08 -
YUV 141.27 53.92 196.28 -
System Red Green Blue C M Y K H S L
Decimal 237 118 10 0 0.50 0.96 0.07 28.55 0.92 0.48
Hex ED 76 A 0 32 60 7 1D 5C 30
Octal 355 166 12 0 62 140 7 35 134 60
Binary 11101101 1110110 1010 0 110010 1100000 111 11101 1011100 110000

Color Harmonies of #ED760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED760A

Black with #ED760A

Text Example


Text Example

White with #ED760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED760A; }

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

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

background-color css

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

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

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

border-color css

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

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

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