Color Hex Logo

#ee782d Color Hex

#EE782D
(238,120,45)
0 Favorites   0 Comments

Color spaces of #ee782d

RGB 23812045
HSL0.060.850.55
HSV23°81°93°
CMYK 0.000.500.81   0.07
XYZ42.450031.79956.3832
Yxy31.79950.52650.3944
Hunter Lab56.391035.686732.7624
CIE-Lab63.176840.913958.8174

#ee782d color RGB value is (238,120,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01111000 00101101
Octal 356 170 55
Decimal 238 120 45
Hex EE 78 2D

RGB Percentages of Color #ee782d

%59.06
%29.78
%11.17

CMYK Percentages of Color #ee782d

%0
%50
%81
%7

Triadic Colors of #ee782d

#ee782d #2dee78 #782dee

Analogous Colors of #ee782d

#ee782d #eed92d #ee2d42

Monochromatic Colors of #ee782d

#ee782d

Complementary Color

#ee782d #2da3ee

#ee782d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee782d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee782d Color CSS Codes

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

#ee782d Text Font Color

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

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


#ee782d Background Color

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

This div background color is #ee782d


#ee782d Border Color

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

This div border color is #ee782d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee782d


Comments

No comments written yet.

Please login to write comment.