Color Hex Logo

#ee772a Color Hex

#EE772A
(238,119,42)
0 Favorites   0 Comments

Color spaces of #ee772a

RGB 23811942
HSL0.070.850.55
HSV24°82°93°
CMYK 0.000.500.82   0.07
XYZ42.274631.53806.0498
Yxy31.53800.52930.3949
Hunter Lab56.158736.091832.9240
CIE-Lab62.959241.324859.8191

#ee772a color RGB value is (238,119,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01110111 00101010
Octal 356 167 52
Decimal 238 119 42
Hex EE 77 2A

RGB Percentages of Color #ee772a

%59.65
%29.82
%10.53

CMYK Percentages of Color #ee772a

%0
%50
%82
%7

Triadic Colors of #ee772a

#ee772a #2aee77 #772aee

Analogous Colors of #ee772a

#ee772a #eed92a #ee2a3f

Monochromatic Colors of #ee772a

#ee772a

Complementary Color

#ee772a #2aa1ee

#ee772a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee772a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee772a Color CSS Codes

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

#ee772a Text Font Color

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

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


#ee772a Background Color

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

This div background color is #ee772a


#ee772a Border Color

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

This div border color is #ee772a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee772a


Comments

No comments written yet.

Please login to write comment.