Html Css Color HEX #ED770A Mango Tango

📋 copy color: '#ED770A'

red 237 ◦ green 119 ◦ blue 10

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

Shades of Mango Tango #ED770A

Tints of Mango Tango #ED770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 64.75%
G = 32.51%
B = 2.73%

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

#ED770A (or 0xED770A) is known color: Mango Tango. HEX triplet: ED, 77 and 0A. RGB value is (237,119,10). Sum of RGB (Red+Green+Blue) = 237+119+10=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED770A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED770A is #1288F5. Grayscale: #8E8E8E. Windows color (decimal): -1214710 or 686061. OLE color: 686061.

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

Color convert

RGB 237 119 10 -
CMYK 0 0.50 0.96 0.07
HSL 28.81º 0.92% 0.48% -
HSV(B) 28.81º 0.96% 0.93% -
XYZ 41.58 31.22 4.12 -
YUV 141.86 53.59 195.86 -
System Red Green Blue C M Y K H S L
Decimal 237 119 10 0 0.50 0.96 0.07 28.81 0.92 0.48
Hex ED 77 A 0 32 60 7 1D 5C 30
Octal 355 167 12 0 62 140 7 35 134 60
Binary 11101101 1110111 1010 0 110010 1100000 111 11101 1011100 110000

Color Harmonies of #ED770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED770A

Black with #ED770A

Text Example


Text Example

White with #ED770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED770A; }

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

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

background-color css

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

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

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

border-color css

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

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

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