Html Css Color HEX #ED710D Mango Tango

📋 copy color: '#ED710D'

red 237 ◦ green 113 ◦ blue 13

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

Shades of Mango Tango #ED710D

Tints of Mango Tango #ED710D

RGB

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

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

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

R = 65.29%
G = 31.13%
B = 3.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED710D (or 0xED710D) is known color: Mango Tango. HEX triplet: ED, 71 and 0D. RGB value is (237,113,13). Sum of RGB (Red+Green+Blue) = 237+113+13=363 (48% of max value = 765). Red value is 237 (92.97% from 255 or 65.29% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 13 (5.47% from 255 or 3.58% from 363); Max value from RGB is 237 - color contains mainly: red. Hex color #ED710D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED710D is #128EF2. Grayscale: #8B8B8B. Windows color (decimal): -1216243 or 881133. OLE color: 881133.

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

Color convert

RGB 237 113 13 -
CMYK 0 0.52 0.95 0.07
HSL 26.79º 0.9% 0.49% -
HSV(B) 26.79º 0.95% 0.93% -
XYZ 40.9 29.84 3.99 -
YUV 138.68 57.08 198.13 -
System Red Green Blue C M Y K H S L
Decimal 237 113 13 0 0.52 0.95 0.07 26.79 0.9 0.49
Hex ED 71 D 0 34 5F 7 1B 5A 31
Octal 355 161 15 0 64 137 7 33 132 61
Binary 11101101 1110001 1101 0 110100 1011111 111 11011 1011010 110001

Color Harmonies of #ED710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED710D

Black with #ED710D

Text Example


Text Example

White with #ED710D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED710D; }

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

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

background-color css

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

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

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

border-color css

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

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

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