Color Hex Logo

#ee7535 Color Hex

#EE7535
(238,117,53)
0 Favorites   0 Comments

Color spaces of #ee7535

RGB 23811753
HSL0.060.840.57
HSV21°78°93°
CMYK 0.000.510.78   0.07
XYZ42.263831.15687.1545
Yxy31.15680.52450.3867
Hunter Lab55.818337.472531.4733
CIE-Lab62.639842.669154.8803

#ee7535 color RGB value is (238,117,53).

#ee7535 hex color red value is 238, green value is 117 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ee7535 hue: 0.06 , saturation: 0.84 and the lightness value of ee7535 is 0.57.

The process color (four color CMYK) of #ee7535 color hex is 0.00, 0.51, 0.78, 0.07. Web safe color of #ee7535 is #ff6633. Color #ee7535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110101 00110101
Octal 356 165 65
Decimal 238 117 53
Hex EE 75 35

RGB Percentages of Color #ee7535

%58.33
%28.68
%12.99

CMYK Percentages of Color #ee7535

%0
%51
%78
%7

Triadic Colors of #ee7535

#ee7535 #35ee75 #7535ee

Analogous Colors of #ee7535

#ee7535 #eed235 #ee3552

Monochromatic Colors of #ee7535

#ee7535

Complementary Color

#ee7535 #35aeee

#ee7535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee7535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee7535 Color CSS Codes

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

#ee7535 Text Font Color

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

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


#ee7535 Background Color

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

This div background color is #ee7535


#ee7535 Border Color

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

This div border color is #ee7535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee7535


Comments

No comments written yet.

Please login to write comment.