Color Hex Logo

#ef724a Color Hex

#EF724A
(239,114,74)
0 Favorites   0 Comments

Color spaces of #ef724a

RGB 23911474
HSL0.040.840.61
HSV15°69°94°
CMYK 0.000.520.69   0.06
XYZ42.849930.879810.1805
Yxy30.87980.51070.3680
Hunter Lab55.569640.395128.0366
CIE-Lab62.406045.432744.4078

#ef724a color RGB value is (239,114,74).

#ef724a hex color red value is 239, green value is 114 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ef724a hue: 0.04 , saturation: 0.84 and the lightness value of ef724a is 0.61.

The process color (four color CMYK) of #ef724a color hex is 0.00, 0.52, 0.69, 0.06. Web safe color of #ef724a is #ff6633. Color #ef724a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110010 01001010
Octal 357 162 112
Decimal 239 114 74
Hex EF 72 4A

RGB Percentages of Color #ef724a

%55.97
%26.70
%17.33

CMYK Percentages of Color #ef724a

%0
%52
%69
%6

Triadic Colors of #ef724a

#ef724a #4aef72 #724aef

Analogous Colors of #ef724a

#ef724a #efc54a #ef4a75

Monochromatic Colors of #ef724a

#ef724a

Complementary Color

#ef724a #4ac7ef

#ef724a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef724a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef724a Color CSS Codes

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

#ef724a Text Font Color

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

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


#ef724a Background Color

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

This div background color is #ef724a


#ef724a Border Color

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

This div border color is #ef724a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef724a


Comments

No comments written yet.

Please login to write comment.