Html Css Color HEX #EC6F01 Mango Tango

📋 copy color: '#EC6F01'

red 236 ◦ green 111 ◦ blue 1

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

Shades of Mango Tango #EC6F01

Tints of Mango Tango #EC6F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.9%

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

R = 67.82%
G = 31.9%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC6F01 (or 0xEC6F01) is known color: Mango Tango. HEX triplet: EC, 6F and 01. RGB value is (236,111,1). Sum of RGB (Red+Green+Blue) = 236+111+1=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6F01 is #1390FE. Grayscale: #888888. Windows color (decimal): -1282303 or 94188. OLE color: 94188.

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

Color convert

RGB 236 111 1 -
CMYK 0 0.53 1.00 0.07
HSL 28.09º 0.99% 0.46% -
HSV(B) 28.09º 1% 0.93% -
XYZ 40.28 29.2 3.54 -
YUV 135.84 51.91 199.44 -
System Red Green Blue C M Y K H S L
Decimal 236 111 1 0 0.53 1.00 0.07 28.09 0.99 0.46
Hex EC 6F 1 0 35 64 7 1C 63 2E
Octal 354 157 1 0 65 144 7 34 143 56
Binary 11101100 1101111 1 0 110101 1100100 111 11100 1100011 101110

Color Harmonies of #EC6F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6F01

Black with #EC6F01

Text Example


Text Example

White with #EC6F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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