Color Hex Logo

#ef5921 Color Hex

#EF5921
(239,89,33)
0 Favorites   0 Comments

Color spaces of #ef5921

RGB 2398933
HSL0.050.870.53
HSV16°86°94°
CMYK 0.000.630.86   0.06
XYZ39.443525.60534.3023
Yxy25.60530.56880.3692
Hunter Lab50.601750.586030.3802
CIE-Lab57.660555.446558.8805

#ef5921 color RGB value is (239,89,33).

#ef5921 hex color red value is 239, green value is 89 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ef5921 hue: 0.05 , saturation: 0.87 and the lightness value of ef5921 is 0.53.

The process color (four color CMYK) of #ef5921 color hex is 0.00, 0.63, 0.86, 0.06. Web safe color of #ef5921 is #ff6633. Color #ef5921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011001 00100001
Octal 357 131 41
Decimal 239 89 33
Hex EF 59 21

RGB Percentages of Color #ef5921

%66.20
%24.65
%9.14

CMYK Percentages of Color #ef5921

%0
%63
%86
%6

Triadic Colors of #ef5921

#ef5921 #21ef59 #5921ef

Analogous Colors of #ef5921

#ef5921 #efc021 #ef2150

Monochromatic Colors of #ef5921

#ef5921

Complementary Color

#ef5921 #21b7ef

#ef5921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5921 Color CSS Codes

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

#ef5921 Text Font Color

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

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


#ef5921 Background Color

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

This div background color is #ef5921


#ef5921 Border Color

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

This div border color is #ef5921


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,89,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef5921; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef5921;
  -webkit-box-shadow: 1px 1px 3px 2px #ef5921;
  box-shadow:         1px 1px 3px 2px #ef5921; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,89,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5921

#ef5921 Color Palettes


Comments

No comments written yet.

Please login to write comment.