Html Css Color HEX #ED780D Mango Tango

📋 copy color: '#ED780D'

red 237 ◦ green 120 ◦ blue 13

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

Shades of Mango Tango #ED780D

Tints of Mango Tango #ED780D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 64.05%
G = 32.43%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED780D (or 0xED780D) is known color: Mango Tango. HEX triplet: ED, 78 and 0D. RGB value is (237,120,13). Sum of RGB (Red+Green+Blue) = 237+120+13=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED780D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED780D is #1287F2. Grayscale: #8F8F8F. Windows color (decimal): -1214451 or 882925. OLE color: 882925.

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

Color convert

RGB 237 120 13 -
CMYK 0 0.49 0.95 0.07
HSL 28.66º 0.9% 0.49% -
HSV(B) 28.66º 0.95% 0.93% -
XYZ 41.71 31.47 4.26 -
YUV 142.79 54.76 195.2 -
System Red Green Blue C M Y K H S L
Decimal 237 120 13 0 0.49 0.95 0.07 28.66 0.9 0.49
Hex ED 78 D 0 31 5F 7 1D 5A 31
Octal 355 170 15 0 61 137 7 35 132 61
Binary 11101101 1111000 1101 0 110001 1011111 111 11101 1011010 110001

Color Harmonies of #ED780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED780D

Black with #ED780D

Text Example


Text Example

White with #ED780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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