Color Hex Logo

#ec902f Color Hex

#EC902F
(236,144,47)
0 Favorites   0 Comments

Color spaces of #ec902f

RGB 23614447
HSL0.090.830.55
HSV31°80°93°
CMYK 0.000.390.80   0.07
XYZ45.078437.98467.6452
Yxy37.98460.49700.4188
Hunter Lab61.631622.702435.7874
CIE-Lab68.009327.815262.3336

#ec902f color RGB value is (236,144,47).

#ec902f hex color red value is 236, green value is 144 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ec902f hue: 0.09 , saturation: 0.83 and the lightness value of ec902f is 0.55.

The process color (four color CMYK) of #ec902f color hex is 0.00, 0.39, 0.80, 0.07. Web safe color of #ec902f is #ff9933. Color #ec902f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010000 00101111
Octal 354 220 57
Decimal 236 144 47
Hex EC 90 2F

RGB Percentages of Color #ec902f

%55.27
%33.72
%11.01

CMYK Percentages of Color #ec902f

%0
%39
%80
%7

Triadic Colors of #ec902f

#ec902f #2fec90 #902fec

Analogous Colors of #ec902f

#ec902f #eaec2f #ec322f

Monochromatic Colors of #ec902f

#ec902f

Complementary Color

#ec902f #2f8bec

#ec902f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec902f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec902f Color CSS Codes

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

#ec902f Text Font Color

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

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


#ec902f Background Color

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

This div background color is #ec902f


#ec902f Border Color

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

This div border color is #ec902f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec902f


Comments

No comments written yet.

Please login to write comment.