Html Css Color HEX #EC7205 Mango Tango

📋 copy color: '#EC7205'

red 236 ◦ green 114 ◦ blue 5

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

Shades of Mango Tango #EC7205

Tints of Mango Tango #EC7205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 5 (2.34% from 255) = 1.41%

R = 66.48%
G = 32.11%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC7205 (or 0xEC7205) is known color: Mango Tango. HEX triplet: EC, 72 and 05. RGB value is (236,114,5). Sum of RGB (Red+Green+Blue) = 236+114+5=355 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.48% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7205 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7205 is #138DFA. Grayscale: #8A8A8A. Windows color (decimal): -1281531 or 357100. OLE color: 357100.

HSL color Cylindrical-coordinate representation of color #EC7205: hue angle of 28.31º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC7205 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 114 5 -
CMYK 0 0.52 0.98 0.07
HSL 28.31º 0.96% 0.47% -
HSV(B) 28.31º 0.98% 0.93% -
XYZ 40.64 29.88 3.77 -
YUV 138.05 52.92 197.86 -
System Red Green Blue C M Y K H S L
Decimal 236 114 5 0 0.52 0.98 0.07 28.31 0.96 0.47
Hex EC 72 5 0 34 62 7 1C 60 2F
Octal 354 162 5 0 64 142 7 34 140 57
Binary 11101100 1110010 101 0 110100 1100010 111 11100 1100000 101111

Color Harmonies of #EC7205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7205

Black with #EC7205

Text Example


Text Example

White with #EC7205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7205; }

 p { color: rgb(236,114,5); }

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

background-color css

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

 a { background-color: rgb(236,114,5); }

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

border-color css

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

 span { border-color: rgb(236,114,5); }

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