Color Hex Logo

#ee7245 Color Hex

#EE7245
(238,114,69)
0 Favorites   0 Comments

Color spaces of #ee7245

RGB 23811469
HSL0.040.830.60
HSV16°71°93°
CMYK 0.000.520.71   0.07
XYZ42.351430.64149.3125
Yxy30.64140.51460.3723
Hunter Lab55.354739.698228.7737
CIE-Lab62.203744.812146.7159

#ee7245 color RGB value is (238,114,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 01000101
Octal 356 162 105
Decimal 238 114 69
Hex EE 72 45

RGB Percentages of Color #ee7245

%56.53
%27.08
%16.39

CMYK Percentages of Color #ee7245

%0
%52
%71
%7

Triadic Colors of #ee7245

#ee7245 #45ee72 #7245ee

Analogous Colors of #ee7245

#ee7245 #eec745 #ee456d

Monochromatic Colors of #ee7245

#ee7245

Complementary Color

#ee7245 #45c1ee

#ee7245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7245 Color CSS Codes

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

#ee7245 Text Font Color

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

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


#ee7245 Background Color

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

This div background color is #ee7245


#ee7245 Border Color

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

This div border color is #ee7245


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,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 #ee7245">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7245


Comments

No comments written yet.

Please login to write comment.