Color Hex Logo

#efa550 Color Hex

#EFA550
(239,165,80)
0 Favorites   0 Comments

Color spaces of #efa550

RGB 23916580
HSL0.090.830.63
HSV32°67°94°
CMYK 0.000.310.67   0.06
XYZ50.499745.840213.7758
Yxy45.84020.45860.4163
Hunter Lab67.705414.654135.3302
CIE-Lab73.441719.442853.8064

#efa550 color RGB value is (239,165,80).

#efa550 hex color red value is 239, green value is 165 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #efa550 hue: 0.09 , saturation: 0.83 and the lightness value of efa550 is 0.63.

The process color (four color CMYK) of #efa550 color hex is 0.00, 0.31, 0.67, 0.06. Web safe color of #efa550 is #ff9966. Color #efa550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 01010000
Octal 357 245 120
Decimal 239 165 80
Hex EF A5 50

RGB Percentages of Color #efa550

%49.38
%34.09
%16.53

CMYK Percentages of Color #efa550

%0
%31
%67
%6

Triadic Colors of #efa550

#efa550 #50efa5 #a550ef

Analogous Colors of #efa550

#efa550 #eaef50 #ef5650

Monochromatic Colors of #efa550

#efa550

Complementary Color

#efa550 #509aef

#efa550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa550 Color CSS Codes

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

#efa550 Text Font Color

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

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


#efa550 Background Color

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

This div background color is #efa550


#efa550 Border Color

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

This div border color is #efa550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa550


Comments

No comments written yet.

Please login to write comment.