Html Css Color HEX #EC700F Mango Tango

📋 copy color: '#EC700F'

red 236 ◦ green 112 ◦ blue 15

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

Shades of Mango Tango #EC700F

Tints of Mango Tango #EC700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.13%

R = 65.01%
G = 30.85%
B = 4.13%

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

#EC700F (or 0xEC700F) is known color: Mango Tango. HEX triplet: EC, 70 and 0F. RGB value is (236,112,15). Sum of RGB (Red+Green+Blue) = 236+112+15=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 15 (6.25% from 255 or 4.13% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC700F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC700F is #138FF0. Grayscale: #8A8A8A. Windows color (decimal): -1282033 or 1011948. OLE color: 1011948.

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

Color convert

RGB 236 112 15 -
CMYK 0 0.53 0.94 0.07
HSL 26.33º 0.88% 0.49% -
HSV(B) 26.33º 0.94% 0.93% -
XYZ 40.47 29.46 4 -
YUV 138.02 58.58 197.89 -
System Red Green Blue C M Y K H S L
Decimal 236 112 15 0 0.53 0.94 0.07 26.33 0.88 0.49
Hex EC 70 F 0 35 5E 7 1A 58 31
Octal 354 160 17 0 65 136 7 32 130 61
Binary 11101100 1110000 1111 0 110101 1011110 111 11010 1011000 110001

Color Harmonies of #EC700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC700F

Black with #EC700F

Text Example


Text Example

White with #EC700F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC700F; }

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

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

background-color css

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

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

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

border-color css

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

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

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