Html Css Color HEX #ED780E Mango Tango

📋 copy color: '#ED780E'

red 237 ◦ green 120 ◦ blue 14

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

Shades of Mango Tango #ED780E

Tints of Mango Tango #ED780E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 63.88%
G = 32.35%
B = 3.77%

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

#ED780E (or 0xED780E) is known color: Mango Tango. HEX triplet: ED, 78 and 0E. RGB value is (237,120,14). Sum of RGB (Red+Green+Blue) = 237+120+14=371 (49% of max value = 765). Red value is 237 (92.97% from 255 or 63.88% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 237 - color contains mainly: red. Hex color #ED780E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED780E is #1287F1. Grayscale: #8F8F8F. Windows color (decimal): -1214450 or 948461. OLE color: 948461.

HSL color Cylindrical-coordinate representation of color #ED780E: hue angle of 28.52º degrees, saturation: 0.89, 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 #ED780E is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 120 14 -
CMYK 0 0.49 0.94 0.07
HSL 28.52º 0.89% 0.49% -
HSV(B) 28.52º 0.94% 0.93% -
XYZ 41.72 31.47 4.29 -
YUV 142.9 55.26 195.12 -
System Red Green Blue C M Y K H S L
Decimal 237 120 14 0 0.49 0.94 0.07 28.52 0.89 0.49
Hex ED 78 E 0 31 5E 7 1D 59 31
Octal 355 170 16 0 61 136 7 35 131 61
Binary 11101101 1111000 1110 0 110001 1011110 111 11101 1011001 110001

Color Harmonies of #ED780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED780E

Black with #ED780E

Text Example


Text Example

White with #ED780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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