Html Css Color HEX #ED6A07 Mango Tango

📋 copy color: '#ED6A07'

red 237 ◦ green 106 ◦ blue 7

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

Shades of Mango Tango #ED6A07

Tints of Mango Tango #ED6A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.29%

 BLUE value IS 7 (3.13% from 255) = 2%

R = 67.71%
G = 30.29%
B = 2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED6A07 (or 0xED6A07) is known color: Mango Tango. HEX triplet: ED, 6A and 07. RGB value is (237,106,7). Sum of RGB (Red+Green+Blue) = 237+106+7=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6A07 is #1295F8. Grayscale: #868686. Windows color (decimal): -1218041 or 486125. OLE color: 486125.

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

Color convert

RGB 237 106 7 -
CMYK 0 0.55 0.97 0.07
HSL 25.83º 0.94% 0.48% -
HSV(B) 25.83º 0.97% 0.93% -
XYZ 40.12 28.33 3.55 -
YUV 133.88 56.4 201.55 -
System Red Green Blue C M Y K H S L
Decimal 237 106 7 0 0.55 0.97 0.07 25.83 0.94 0.48
Hex ED 6A 7 0 37 61 7 1A 5E 30
Octal 355 152 7 0 67 141 7 32 136 60
Binary 11101101 1101010 111 0 110111 1100001 111 11010 1011110 110000

Color Harmonies of #ED6A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6A07

Black with #ED6A07

Text Example


Text Example

White with #ED6A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6A07; }

 p { color: rgb(237,106,7); }

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

background-color css

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

 a { background-color: rgb(237,106,7); }

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

border-color css

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

 span { border-color: rgb(237,106,7); }

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