color codes Logo

#ec995c color codes

#EC995C
(236,153,92)
0 Favorites   0 Comments

Color spaces of #ec995c

RGB 23615392
HSL0.070.790.64
HSV25°61°93°
CMYK 0.000.350.61   0.07
XYZ47.915141.388015.5885
Yxy41.38800.45680.3946
Hunter Lab64.333520.361830.6670
CIE-Lab70.446925.321344.4192

#ec995c color RGB value is (236,153,92).

#ec995c hex color red value is 236, green value is 153 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ec995c hue: 0.07 , saturation: 0.79 and the lightness value of ec995c is 0.64.

The process color (four color CMYK) of #ec995c color code is 0.00, 0.35, 0.61, 0.07. Web safe color of #ec995c is #ff9966. Color #ec995c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011001 01011100
Octal 354 231 134
Decimal 236 153 92
Hex EC 99 5C

RGB Percentages of Color #ec995c

%49.06
%31.81
%19.13

CMYK Percentages of Color #ec995c

%0
%35
%61
%7

Triadic Colors of #ec995c

#ec995c #5cec99 #995cec

Analogous Colors of #ec995c

#ec995c #ece15c #ec5c67

Monochromatic Colors of #ec995c

#ec995c

Complementary Color

#ec995c #5cafec

#ec995c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec995c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec995c Color CSS Codes

.mybgcolor {background-color:#ec995c; } 
.myforecolor {color:#ec995c; }
.mybordercolor {border:3px solid #ec995c; }

#ec995c Text Font Color

<p style="color:#ec995c">Text here</p>

This sample text font color is #ec995c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ec995c Background Color

<div style="background-color:#ec995c">
Div content here</div>

This div background color is #ec995c


#ec995c Border Color

<div style="border:3px solid #ec995c">
Div here</div>

This div border color is #ec995c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(236,153,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ec995c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ec995c;
  -webkit-box-shadow: 1px 1px 3px 2px #ec995c;
  box-shadow:         1px 1px 3px 2px #ec995c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,153,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ec995c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ec995c;
  -webkit-box-shadow: 1px 1px 3px 2px #ec995c;
  box-shadow:         1px 1px 3px 2px #ec995c;">
Div content here</div>

This div box has shadow with color #ec995c


Comments

No comments written yet.

Please login to write comment.