Color Hex Logo

#ef9a65 Color Hex

#EF9A65
(239,154,101)
0 Favorites   0 Comments

Color spaces of #ef9a65

RGB 239154101
HSL0.060.810.67
HSV23°58°94°
CMYK 0.000.360.58   0.06
XYZ49.501242.401517.8872
Yxy42.40150.45090.3862
Hunter Lab65.116421.741129.2948
CIE-Lab71.146926.647640.7171

#ef9a65 color RGB value is (239,154,101).

#ef9a65 hex color red value is 239, green value is 154 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ef9a65 hue: 0.06 , saturation: 0.81 and the lightness value of ef9a65 is 0.67.

The process color (four color CMYK) of #ef9a65 color hex is 0.00, 0.36, 0.58, 0.06. Web safe color of #ef9a65 is #ff9966. Color #ef9a65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011010 01100101
Octal 357 232 145
Decimal 239 154 101
Hex EF 9A 65

RGB Percentages of Color #ef9a65

%48.38
%31.17
%20.45

CMYK Percentages of Color #ef9a65

%0
%36
%58
%6

Triadic Colors of #ef9a65

#ef9a65 #65ef9a #9a65ef

Analogous Colors of #ef9a65

#ef9a65 #efdf65 #ef6575

Monochromatic Colors of #ef9a65

#ef9a65

Complementary Color

#ef9a65 #65baef

#ef9a65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9a65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9a65 Color CSS Codes

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

#ef9a65 Text Font Color

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

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


#ef9a65 Background Color

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

This div background color is #ef9a65


#ef9a65 Border Color

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

This div border color is #ef9a65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9a65


Comments

No comments written yet.

Please login to write comment.