Html Css Color HEX #EC6901 Mango Tango

📋 copy color: '#EC6901'

red 236 ◦ green 105 ◦ blue 1

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

Shades of Mango Tango #EC6901

Tints of Mango Tango #EC6901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.7%

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

R = 69.01%
G = 30.7%
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

#EC6901 (or 0xEC6901) is known color: Mango Tango. HEX triplet: EC, 69 and 01. RGB value is (236,105,1). Sum of RGB (Red+Green+Blue) = 236+105+1=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6901 is #1396FE. Grayscale: #848484. Windows color (decimal): -1283839 or 92652. OLE color: 92652.

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

Color convert

RGB 236 105 1 -
CMYK 0 0.56 1.00 0.07
HSL 26.55º 0.99% 0.46% -
HSV(B) 26.55º 1% 0.93% -
XYZ 39.65 27.94 3.33 -
YUV 132.31 53.9 201.96 -
System Red Green Blue C M Y K H S L
Decimal 236 105 1 0 0.56 1.00 0.07 26.55 0.99 0.46
Hex EC 69 1 0 38 64 7 1B 63 2E
Octal 354 151 1 0 70 144 7 33 143 56
Binary 11101100 1101001 1 0 111000 1100100 111 11011 1100011 101110

Color Harmonies of #EC6901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6901

Black with #EC6901

Text Example


Text Example

White with #EC6901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6901; }

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

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

background-color css

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

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

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

border-color css

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

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

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