Color Hex Logo

#ef855a Color Hex

#EF855A
(239,133,90)
0 Favorites   0 Comments

Color spaces of #ef855a

RGB 23913390
HSL0.050.820.65
HSV17°62°94°
CMYK 0.000.440.62   0.06
XYZ45.829635.864014.1798
Yxy35.86400.47800.3741
Hunter Lab59.886631.799827.8820
CIE-Lab66.415936.837240.7208

#ef855a color RGB value is (239,133,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000101 01011010
Octal 357 205 132
Decimal 239 133 90
Hex EF 85 5A

RGB Percentages of Color #ef855a

%51.73
%28.79
%19.48

CMYK Percentages of Color #ef855a

%0
%44
%62
%6

Triadic Colors of #ef855a

#ef855a #5aef85 #855aef

Analogous Colors of #ef855a

#ef855a #efd05a #ef5a7a

Monochromatic Colors of #ef855a

#ef855a

Complementary Color

#ef855a #5ac4ef

#ef855a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef855a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef855a Color CSS Codes

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

#ef855a Text Font Color

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

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


#ef855a Background Color

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

This div background color is #ef855a


#ef855a Border Color

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

This div border color is #ef855a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef855a


Comments

No comments written yet.

Please login to write comment.