Html Css Color HEX #EC6701 Mango Tango

📋 copy color: '#EC6701'

red 236 ◦ green 103 ◦ blue 1

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

Shades of Mango Tango #EC6701

Tints of Mango Tango #EC6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.29%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 69.41%
G = 30.29%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC6701 (or 0xEC6701) is known color: Mango Tango. HEX triplet: EC, 67 and 01. RGB value is (236,103,1). Sum of RGB (Red+Green+Blue) = 236+103+1=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 1 (0.78% from 255 or 0.29% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6701 is #1398FE. Grayscale: #838383. Windows color (decimal): -1284351 or 92140. OLE color: 92140.

HSL color Cylindrical-coordinate representation of color #EC6701: hue angle of 26.04º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC6701 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 103 1 -
CMYK 0 0.56 1.00 0.07
HSL 26.04º 0.99% 0.46% -
HSV(B) 26.04º 1% 0.93% -
XYZ 39.45 27.54 3.26 -
YUV 131.14 54.56 202.79 -
System Red Green Blue C M Y K H S L
Decimal 236 103 1 0 0.56 1.00 0.07 26.04 0.99 0.46
Hex EC 67 1 0 38 64 7 1A 63 2E
Octal 354 147 1 0 70 144 7 32 143 56
Binary 11101100 1100111 1 0 111000 1100100 111 11010 1100011 101110

Color Harmonies of #EC6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6701

Black with #EC6701

Text Example


Text Example

White with #EC6701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6701; }

 p { color: rgb(236,103,1); }

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

background-color css

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

 a { background-color: rgb(236,103,1); }

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

border-color css

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

 span { border-color: rgb(236,103,1); }

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