Color Hex Logo

#ef7245 Color Hex

#EF7245
(239,114,69)
0 Favorites   0 Comments

Color spaces of #ef7245

RGB 23911469
HSL0.040.840.60
HSV16°71°94°
CMYK 0.000.520.71   0.06
XYZ42.688130.81509.3282
Yxy30.81500.51540.3720
Hunter Lab55.511340.121628.8947
CIE-Lab62.351245.186146.9205

#ef7245 color RGB value is (239,114,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110010 01000101
Octal 357 162 105
Decimal 239 114 69
Hex EF 72 45

RGB Percentages of Color #ef7245

%56.64
%27.01
%16.35

CMYK Percentages of Color #ef7245

%0
%52
%71
%6

Triadic Colors of #ef7245

#ef7245 #45ef72 #7245ef

Analogous Colors of #ef7245

#ef7245 #efc745 #ef456d

Monochromatic Colors of #ef7245

#ef7245

Complementary Color

#ef7245 #45c2ef

#ef7245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7245 Color CSS Codes

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

#ef7245 Text Font Color

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

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


#ef7245 Background Color

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

This div background color is #ef7245


#ef7245 Border Color

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

This div border color is #ef7245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7245


Comments

No comments written yet.

Please login to write comment.