Html Css Color HEX #EC700D Mango Tango

📋 copy color: '#EC700D'

red 236 ◦ green 112 ◦ blue 13

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

Shades of Mango Tango #EC700D

Tints of Mango Tango #EC700D

RGB

 RED value IS 236 (92.58% from 255) = 65.37%

 GREEN value IS 112 (44.14% from 255) = 31.02%

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

R = 65.37%
G = 31.02%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC700D (or 0xEC700D) is known color: Mango Tango. HEX triplet: EC, 70 and 0D. RGB value is (236,112,13). Sum of RGB (Red+Green+Blue) = 236+112+13=361 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.37% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 236 - color contains mainly: red. Hex color #EC700D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC700D is #138FF2. Grayscale: #8A8A8A. Windows color (decimal): -1282035 or 880876. OLE color: 880876.

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

Color convert

RGB 236 112 13 -
CMYK 0 0.53 0.94 0.07
HSL 26.64º 0.9% 0.49% -
HSV(B) 26.64º 0.94% 0.93% -
XYZ 40.46 29.45 3.93 -
YUV 137.79 57.58 198.05 -
System Red Green Blue C M Y K H S L
Decimal 236 112 13 0 0.53 0.94 0.07 26.64 0.9 0.49
Hex EC 70 D 0 35 5E 7 1B 5A 31
Octal 354 160 15 0 65 136 7 33 132 61
Binary 11101100 1110000 1101 0 110101 1011110 111 11011 1011010 110001

Color Harmonies of #EC700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC700D

Black with #EC700D

Text Example


Text Example

White with #EC700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC700D; }

 p { color: rgb(236,112,13); }

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

background-color css

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

 a { background-color: rgb(236,112,13); }

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

border-color css

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

 span { border-color: rgb(236,112,13); }

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