Html Css Color HEX #EC6B00 Mango Tango

📋 copy color: '#EC6B00'

red 236 ◦ green 107 ◦ blue 0

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

Shades of Mango Tango #EC6B00

Tints of Mango Tango #EC6B00

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.2%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.8%
G = 31.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC6B00 (or 0xEC6B00) is known color: Mango Tango. HEX triplet: EC, 6B and 00. RGB value is (236,107,0). Sum of RGB (Red+Green+Blue) = 236+107+0=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC6B00 is #1394FF. Grayscale: #858585. Windows color (decimal): -1283328 or 27628. OLE color: 27628.

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

Color convert

RGB 236 107 0 -
CMYK 0 0.55 1 0.07
HSL 27.2º 1% 0.46% -
HSV(B) 27.2º 1% 0.93% -
XYZ 39.85 28.35 3.37 -
YUV 133.37 52.74 201.2 -
System Red Green Blue C M Y K H S L
Decimal 236 107 0 0 0.55 1 0.07 27.2 1 0.46
Hex EC 6B 0 0 37 64 7 1B 64 2E
Octal 354 153 0 0 67 144 7 33 144 56
Binary 11101100 1101011 0 0 110111 1100100 111 11011 1100100 101110

Color Harmonies of #EC6B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6B00

Black with #EC6B00

Text Example


Text Example

White with #EC6B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6B00; }

 p { color: rgb(236,107,0); }

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

background-color css

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

 a { background-color: rgb(236,107,0); }

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

border-color css

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

 span { border-color: rgb(236,107,0); }

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