Color Hex Logo

#ee7005 Color Hex

#EE7005
(238,112,5)
0 Favorites   0 Comments

Color spaces of #ee7005

RGB 2381125
HSL0.080.960.48
HSV28°98°93°
CMYK 0.000.530.98   0.07
XYZ41.081529.77643.7258
Yxy29.77640.55080.3992
Hunter Lab54.567838.890734.1492
CIE-Lab61.460844.158568.6225

#ee7005 color RGB value is (238,112,5).

#ee7005 hex color red value is 238, green value is 112 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ee7005 hue: 0.08 , saturation: 0.96 and the lightness value of ee7005 is 0.48.

The process color (four color CMYK) of #ee7005 color hex is 0.00, 0.53, 0.98, 0.07. Web safe color of #ee7005 is #ff6600. Color #ee7005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110000 00000101
Octal 356 160 5
Decimal 238 112 5
Hex EE 70 5

RGB Percentages of Color #ee7005

%67.04
%31.55
%1.41

CMYK Percentages of Color #ee7005

%0
%53
%98
%7

Triadic Colors of #ee7005

#ee7005 #05ee70 #7005ee

Analogous Colors of #ee7005

#ee7005 #eee505 #ee050f

Monochromatic Colors of #ee7005

#ee7005

Complementary Color

#ee7005 #0583ee

#ee7005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7005 Color CSS Codes

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

#ee7005 Text Font Color

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

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


#ee7005 Background Color

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

This div background color is #ee7005


#ee7005 Border Color

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

This div border color is #ee7005


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,112,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7005


Comments

No comments written yet.

Please login to write comment.