Color Hex Logo

#ec9227 Color Hex

#EC9227
(236,146,39)
0 Favorites   0 Comments

Color spaces of #ec9227

RGB 23614639
HSL0.090.840.54
HSV33°83°93°
CMYK 0.000.380.83   0.07
XYZ45.237238.53716.9736
Yxy38.53710.49850.4247
Hunter Lab62.078321.438236.7944
CIE-Lab68.414626.525365.5230

#ec9227 color RGB value is (236,146,39).

#ec9227 hex color red value is 236, green value is 146 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #ec9227 hue: 0.09 , saturation: 0.84 and the lightness value of ec9227 is 0.54.

The process color (four color CMYK) of #ec9227 color hex is 0.00, 0.38, 0.83, 0.07. Web safe color of #ec9227 is #ff9933. Color #ec9227 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010010 00100111
Octal 354 222 47
Decimal 236 146 39
Hex EC 92 27

RGB Percentages of Color #ec9227

%56.06
%34.68
%9.26

CMYK Percentages of Color #ec9227

%0
%38
%83
%7

Triadic Colors of #ec9227

#ec9227 #27ec92 #9227ec

Analogous Colors of #ec9227

#ec9227 #e4ec27 #ec3027

Monochromatic Colors of #ec9227

#ec9227

Complementary Color

#ec9227 #2781ec

#ec9227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9227 Color CSS Codes

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

#ec9227 Text Font Color

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

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


#ec9227 Background Color

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

This div background color is #ec9227


#ec9227 Border Color

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

This div border color is #ec9227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9227


Comments

No comments written yet.

Please login to write comment.