Html Css Color HEX #EC6602 Mango Tango

📋 copy color: '#EC6602'

red 236 ◦ green 102 ◦ blue 2

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

Shades of Mango Tango #EC6602

Tints of Mango Tango #EC6602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 69.41%
G = 30%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC6602 (or 0xEC6602) is known color: Mango Tango. HEX triplet: EC, 66 and 02. RGB value is (236,102,2). Sum of RGB (Red+Green+Blue) = 236+102+2=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6602 is #1399FD. Grayscale: #838383. Windows color (decimal): -1284606 or 157420. OLE color: 157420.

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

Color convert

RGB 236 102 2 -
CMYK 0 0.57 0.99 0.07
HSL 25.64º 0.98% 0.47% -
HSV(B) 25.64º 0.99% 0.93% -
XYZ 39.35 27.34 3.26 -
YUV 130.67 55.39 203.13 -
System Red Green Blue C M Y K H S L
Decimal 236 102 2 0 0.57 0.99 0.07 25.64 0.98 0.47
Hex EC 66 2 0 39 63 7 1A 62 2F
Octal 354 146 2 0 71 143 7 32 142 57
Binary 11101100 1100110 10 0 111001 1100011 111 11010 1100010 101111

Color Harmonies of #EC6602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6602

Black with #EC6602

Text Example


Text Example

White with #EC6602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6602; }

 p { color: rgb(236,102,2); }

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

background-color css

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

 a { background-color: rgb(236,102,2); }

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

border-color css

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

 span { border-color: rgb(236,102,2); }

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