Html Css Color HEX #EC7B06 Mango Tango

📋 copy color: '#EC7B06'

red 236 ◦ green 123 ◦ blue 6

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

Shades of Mango Tango #EC7B06

Tints of Mango Tango #EC7B06

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

 BLUE value IS 6 (2.73% from 255) = 1.64%

R = 64.66%
G = 33.7%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC7B06 (or 0xEC7B06) is known color: Mango Tango. HEX triplet: EC, 7B and 06. RGB value is (236,123,6). Sum of RGB (Red+Green+Blue) = 236+123+6=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 6 (2.73% from 255 or 1.64% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7B06 is #1384F9. Grayscale: #909090. Windows color (decimal): -1279226 or 424940. OLE color: 424940.

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

Color convert

RGB 236 123 6 -
CMYK 0 0.48 0.97 0.07
HSL 30.52º 0.95% 0.47% -
HSV(B) 30.52º 0.97% 0.93% -
XYZ 41.71 32.01 4.15 -
YUV 143.45 50.44 194.01 -
System Red Green Blue C M Y K H S L
Decimal 236 123 6 0 0.48 0.97 0.07 30.52 0.95 0.47
Hex EC 7B 6 0 30 61 7 1F 5F 2F
Octal 354 173 6 0 60 141 7 37 137 57
Binary 11101100 1111011 110 0 110000 1100001 111 11111 1011111 101111

Color Harmonies of #EC7B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7B06

Black with #EC7B06

Text Example


Text Example

White with #EC7B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7B06; }

 p { color: rgb(236,123,6); }

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

background-color css

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

 a { background-color: rgb(236,123,6); }

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

border-color css

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

 span { border-color: rgb(236,123,6); }

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