Color Hex Logo

#ee722d Color Hex

#EE722D
(238,114,45)
0 Favorites   0 Comments

Color spaces of #ee722d

RGB 23811445
HSL0.060.850.55
HSV21°81°93°
CMYK 0.000.520.81   0.07
XYZ41.750930.40126.1501
Yxy30.40120.53320.3883
Hunter Lab55.137338.673031.9828
CIE-Lab61.998943.881657.7439

#ee722d color RGB value is (238,114,45).

#ee722d hex color red value is 238, green value is 114 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ee722d hue: 0.06 , saturation: 0.85 and the lightness value of ee722d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110010 00101101
Octal 356 162 55
Decimal 238 114 45
Hex EE 72 2D

RGB Percentages of Color #ee722d

%59.95
%28.72
%11.34

CMYK Percentages of Color #ee722d

%0
%52
%81
%7

Triadic Colors of #ee722d

#ee722d #2dee72 #722dee

Analogous Colors of #ee722d

#ee722d #eed32d #ee2d49

Monochromatic Colors of #ee722d

#ee722d

Complementary Color

#ee722d #2da9ee

#ee722d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee722d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee722d Color CSS Codes

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

#ee722d Text Font Color

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

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


#ee722d Background Color

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

This div background color is #ee722d


#ee722d Border Color

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

This div border color is #ee722d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee722d


Comments

No comments written yet.

Please login to write comment.