Html Css Color HEX #ED710A Mango Tango

📋 copy color: '#ED710A'

red 237 ◦ green 113 ◦ blue 10

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

Shades of Mango Tango #ED710A

Tints of Mango Tango #ED710A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.39%

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

R = 65.83%
G = 31.39%
B = 2.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED710A (or 0xED710A) is known color: Mango Tango. HEX triplet: ED, 71 and 0A. RGB value is (237,113,10). Sum of RGB (Red+Green+Blue) = 237+113+10=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED710A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED710A is #128EF5. Grayscale: #8A8A8A. Windows color (decimal): -1216246 or 684525. OLE color: 684525.

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

Color convert

RGB 237 113 10 -
CMYK 0 0.52 0.96 0.07
HSL 27.22º 0.92% 0.48% -
HSV(B) 27.22º 0.96% 0.93% -
XYZ 40.88 29.84 3.89 -
YUV 138.33 55.58 198.38 -
System Red Green Blue C M Y K H S L
Decimal 237 113 10 0 0.52 0.96 0.07 27.22 0.92 0.48
Hex ED 71 A 0 34 60 7 1B 5C 30
Octal 355 161 12 0 64 140 7 33 134 60
Binary 11101101 1110001 1010 0 110100 1100000 111 11011 1011100 110000

Color Harmonies of #ED710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED710A

Black with #ED710A

Text Example


Text Example

White with #ED710A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED710A; }

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

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

background-color css

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

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

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

border-color css

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

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

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