Html Css Color HEX #EC7B0F Mango Tango

📋 copy color: '#EC7B0F'

red 236 ◦ green 123 ◦ blue 15

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

Shades of Mango Tango #EC7B0F

Tints of Mango Tango #EC7B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.01%

R = 63.1%
G = 32.89%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC7B0F (or 0xEC7B0F) is known color: Mango Tango. HEX triplet: EC, 7B and 0F. RGB value is (236,123,15). Sum of RGB (Red+Green+Blue) = 236+123+15=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7B0F is #1384F0. Grayscale: #919191. Windows color (decimal): -1279217 or 1014764. OLE color: 1014764.

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

Color convert

RGB 236 123 15 -
CMYK 0 0.48 0.94 0.07
HSL 29.32º 0.88% 0.49% -
HSV(B) 29.32º 0.94% 0.93% -
XYZ 41.76 32.03 4.43 -
YUV 144.48 54.94 193.28 -
System Red Green Blue C M Y K H S L
Decimal 236 123 15 0 0.48 0.94 0.07 29.32 0.88 0.49
Hex EC 7B F 0 30 5E 7 1D 58 31
Octal 354 173 17 0 60 136 7 35 130 61
Binary 11101100 1111011 1111 0 110000 1011110 111 11101 1011000 110001

Color Harmonies of #EC7B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7B0F

Black with #EC7B0F

Text Example


Text Example

White with #EC7B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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