color codes Logo

#ec691e color codes

#EC691E
(236,105,30)
0 Favorites   0 Comments

Color spaces of #ec691e

RGB 23610530
HSL0.060.840.52
HSV22°87°93°
CMYK 0.000.560.87   0.07
XYZ39.878028.02984.5368
Yxy28.02980.55050.3869
Hunter Lab52.943241.799731.9796
CIE-Lab59.915747.090461.5529

#ec691e color RGB value is (236,105,30).

#ec691e hex color red value is 236, green value is 105 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ec691e hue: 0.06 , saturation: 0.84 and the lightness value of ec691e is 0.52.

The process color (four color CMYK) of #ec691e color code is 0.00, 0.56, 0.87, 0.07. Web safe color of #ec691e is #ff6633. Color #ec691e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101001 00011110
Octal 354 151 36
Decimal 236 105 30
Hex EC 69 1E

RGB Percentages of Color #ec691e

%63.61
%28.30
%8.09

CMYK Percentages of Color #ec691e

%0
%56
%87
%7

Triadic Colors of #ec691e

#ec691e #1eec69 #691eec

Analogous Colors of #ec691e

#ec691e #ecd01e #ec1e3a

Monochromatic Colors of #ec691e

#ec691e

Complementary Color

#ec691e #1ea1ec

#ec691e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec691e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec691e Color CSS Codes

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

#ec691e Text Font Color

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

This sample text font color is #ec691e
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.


#ec691e Background Color

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

This div background color is #ec691e


#ec691e Border Color

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

This div border color is #ec691e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec691e


Comments

No comments written yet.

Please login to write comment.