Color Hex Logo

#ef855c Color Hex

#EF855C
(239,133,92)
0 Favorites   0 Comments

Color spaces of #ef855c

RGB 23913392
HSL0.050.820.65
HSV17°62°94°
CMYK 0.000.440.62   0.06
XYZ45.915935.898514.6343
Yxy35.89850.47610.3722
Hunter Lab59.915431.940927.4592
CIE-Lab66.442336.969339.6946

#ef855c color RGB value is (239,133,92).

#ef855c hex color red value is 239, green value is 133 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ef855c hue: 0.05 , saturation: 0.82 and the lightness value of ef855c is 0.65.

The process color (four color CMYK) of #ef855c color hex is 0.00, 0.44, 0.62, 0.06. Web safe color of #ef855c is #ff9966. Color #ef855c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000101 01011100
Octal 357 205 134
Decimal 239 133 92
Hex EF 85 5C

RGB Percentages of Color #ef855c

%51.51
%28.66
%19.83

CMYK Percentages of Color #ef855c

%0
%44
%62
%6

Triadic Colors of #ef855c

#ef855c #5cef85 #855cef

Analogous Colors of #ef855c

#ef855c #efcf5c #ef5c7d

Monochromatic Colors of #ef855c

#ef855c

Complementary Color

#ef855c #5cc6ef

#ef855c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef855c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef855c Color CSS Codes

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

#ef855c Text Font Color

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

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


#ef855c Background Color

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

This div background color is #ef855c


#ef855c Border Color

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

This div border color is #ef855c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,133,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef855c


Comments

No comments written yet.

Please login to write comment.