Html Css Color HEX #ED740D Mango Tango

📋 copy color: '#ED740D'

red 237 ◦ green 116 ◦ blue 13

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

Shades of Mango Tango #ED740D

Tints of Mango Tango #ED740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.69%

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

R = 64.75%
G = 31.69%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED740D (or 0xED740D) is known color: Mango Tango. HEX triplet: ED, 74 and 0D. RGB value is (237,116,13). Sum of RGB (Red+Green+Blue) = 237+116+13=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED740D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED740D is #128BF2. Grayscale: #8C8C8C. Windows color (decimal): -1215475 or 881901. OLE color: 881901.

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

Color convert

RGB 237 116 13 -
CMYK 0 0.51 0.95 0.07
HSL 27.59º 0.9% 0.49% -
HSV(B) 27.59º 0.95% 0.93% -
XYZ 41.24 30.52 4.1 -
YUV 140.44 56.09 196.88 -
System Red Green Blue C M Y K H S L
Decimal 237 116 13 0 0.51 0.95 0.07 27.59 0.9 0.49
Hex ED 74 D 0 33 5F 7 1C 5A 31
Octal 355 164 15 0 63 137 7 34 132 61
Binary 11101101 1110100 1101 0 110011 1011111 111 11100 1011010 110001

Color Harmonies of #ED740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED740D

Black with #ED740D

Text Example


Text Example

White with #ED740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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