Color Hex Logo

#ec921f Color Hex

#EC921F
(236,146,31)
0 Favorites   0 Comments

Color spaces of #ec921f

RGB 23614631
HSL0.090.840.52
HSV34°87°93°
CMYK 0.000.380.87   0.07
XYZ45.118338.48966.3476
Yxy38.48960.50160.4279
Hunter Lab62.040021.243337.3618
CIE-Lab68.379926.332567.9330

#ec921f color RGB value is (236,146,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010010 00011111
Octal 354 222 37
Decimal 236 146 31
Hex EC 92 1F

RGB Percentages of Color #ec921f

%57.14
%35.35
%7.51

CMYK Percentages of Color #ec921f

%0
%38
%87
%7

Triadic Colors of #ec921f

#ec921f #1fec92 #921fec

Analogous Colors of #ec921f

#ec921f #e0ec1f #ec2b1f

Monochromatic Colors of #ec921f

#ec921f

Complementary Color

#ec921f #1f79ec

#ec921f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec921f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec921f Color CSS Codes

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

#ec921f Text Font Color

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

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


#ec921f Background Color

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

This div background color is #ec921f


#ec921f Border Color

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

This div border color is #ec921f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec921f


Comments

No comments written yet.

Please login to write comment.