Color Hex Logo

#ef772d Color Hex

#EF772D
(239,119,45)
0 Favorites   0 Comments

Color spaces of #ef772d

RGB 23911945
HSL0.060.860.56
HSV23°81°94°
CMYK 0.000.500.81   0.06
XYZ42.667131.73386.3591
Yxy31.73380.52830.3929
Hunter Lab56.332836.615732.7400
CIE-Lab63.122341.799558.8212

#ef772d color RGB value is (239,119,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110111 00101101
Octal 357 167 55
Decimal 239 119 45
Hex EF 77 2D

RGB Percentages of Color #ef772d

%59.31
%29.53
%11.17

CMYK Percentages of Color #ef772d

%0
%50
%81
%6

Triadic Colors of #ef772d

#ef772d #2def77 #772def

Analogous Colors of #ef772d

#ef772d #efd82d #ef2d44

Monochromatic Colors of #ef772d

#ef772d

Complementary Color

#ef772d #2da5ef

#ef772d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef772d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef772d Color CSS Codes

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

#ef772d Text Font Color

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

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


#ef772d Background Color

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

This div background color is #ef772d


#ef772d Border Color

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

This div border color is #ef772d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef772d


Comments

No comments written yet.

Please login to write comment.