Html Css Color HEX #ED780F Mango Tango

📋 copy color: '#ED780F'

red 237 ◦ green 120 ◦ blue 15

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

Shades of Mango Tango #ED780F

Tints of Mango Tango #ED780F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.26%

 BLUE value IS 15 (6.25% from 255) = 4.03%

R = 63.71%
G = 32.26%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ED780F (or 0xED780F) is known color: Mango Tango. HEX triplet: ED, 78 and 0F. RGB value is (237,120,15). Sum of RGB (Red+Green+Blue) = 237+120+15=372 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.71% from 372); Green value is 120 (47.27% from 255 or 32.26% from 372); Blue value is 15 (6.25% from 255 or 4.03% from 372); Max value from RGB is 237 - color contains mainly: red. Hex color #ED780F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED780F is #1287F0. Grayscale: #8F8F8F. Windows color (decimal): -1214449 or 1013997. OLE color: 1013997.

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

Color convert

RGB 237 120 15 -
CMYK 0 0.49 0.94 0.07
HSL 28.38º 0.88% 0.49% -
HSV(B) 28.38º 0.94% 0.93% -
XYZ 41.73 31.47 4.33 -
YUV 143.01 55.76 195.04 -
System Red Green Blue C M Y K H S L
Decimal 237 120 15 0 0.49 0.94 0.07 28.38 0.88 0.49
Hex ED 78 F 0 31 5E 7 1C 58 31
Octal 355 170 17 0 61 136 7 34 130 61
Binary 11101101 1111000 1111 0 110001 1011110 111 11100 1011000 110001

Color Harmonies of #ED780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED780F

Black with #ED780F

Text Example


Text Example

White with #ED780F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED780F; }

 p { color: rgb(237,120,15); }

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

background-color css

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

 a { background-color: rgb(237,120,15); }

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

border-color css

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

 span { border-color: rgb(237,120,15); }

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