Color Hex Logo

#ef772a Color Hex

#EF772A
(239,119,42)
0 Favorites   0 Comments

Color spaces of #ef772a

RGB 23911942
HSL0.070.860.55
HSV23°82°94°
CMYK 0.000.500.82   0.06
XYZ42.611331.71156.0656
Yxy31.71150.53010.3945
Hunter Lab56.313036.521033.0328
CIE-Lab63.103741.712560.0019

#ef772a color RGB value is (239,119,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110111 00101010
Octal 357 167 52
Decimal 239 119 42
Hex EF 77 2A

RGB Percentages of Color #ef772a

%59.75
%29.75
%10.50

CMYK Percentages of Color #ef772a

%0
%50
%82
%6

Triadic Colors of #ef772a

#ef772a #2aef77 #772aef

Analogous Colors of #ef772a

#ef772a #efda2a #ef2a3f

Monochromatic Colors of #ef772a

#ef772a

Complementary Color

#ef772a #2aa2ef

#ef772a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef772a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef772a Color CSS Codes

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

#ef772a Text Font Color

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

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


#ef772a Background Color

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

This div background color is #ef772a


#ef772a Border Color

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

This div border color is #ef772a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef772a


Comments

No comments written yet.

Please login to write comment.