Color Hex Logo

#ee782a Color Hex

#EE782A
(238,120,42)
0 Favorites   0 Comments

Color spaces of #ee782a

RGB 23812042
HSL0.070.850.55
HSV24°82°93°
CMYK 0.000.500.82   0.07
XYZ42.394331.77736.0897
Yxy31.77730.52820.3959
Hunter Lab56.371435.591733.0550
CIE-Lab63.158440.826159.9952

#ee782a color RGB value is (238,120,42).

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

The process color (four color CMYK) of #ee782a color hex is 0.00, 0.50, 0.82, 0.07. Web safe color of #ee782a is #ff6633. Color #ee782a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111000 00101010
Octal 356 170 52
Decimal 238 120 42
Hex EE 78 2A

RGB Percentages of Color #ee782a

%59.50
%30.00
%10.50

CMYK Percentages of Color #ee782a

%0
%50
%82
%7

Triadic Colors of #ee782a

#ee782a #2aee78 #782aee

Analogous Colors of #ee782a

#ee782a #eeda2a #ee2a3e

Monochromatic Colors of #ee782a

#ee782a

Complementary Color

#ee782a #2aa0ee

#ee782a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee782a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee782a Color CSS Codes

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

#ee782a Text Font Color

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

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


#ee782a Background Color

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

This div background color is #ee782a


#ee782a Border Color

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

This div border color is #ee782a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee782a


Comments

No comments written yet.

Please login to write comment.