Color Hex Logo

#ef664a Color Hex

#EF664A
(239,102,74)
0 Favorites   0 Comments

Color spaces of #ef664a

RGB 23910274
HSL0.030.840.61
HSV10°69°94°
CMYK 0.000.570.69   0.06
XYZ41.584028.34799.7585
Yxy28.34790.52180.3557
Hunter Lab53.242746.238426.4031
CIE-Lab60.201851.120641.8793

#ef664a color RGB value is (239,102,74).

#ef664a hex color red value is 239, green value is 102 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ef664a hue: 0.03 , saturation: 0.84 and the lightness value of ef664a is 0.61.

The process color (four color CMYK) of #ef664a color hex is 0.00, 0.57, 0.69, 0.06. Web safe color of #ef664a is #ff6633. Color #ef664a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100110 01001010
Octal 357 146 112
Decimal 239 102 74
Hex EF 66 4A

RGB Percentages of Color #ef664a

%57.59
%24.58
%17.83

CMYK Percentages of Color #ef664a

%0
%57
%69
%6

Triadic Colors of #ef664a

#ef664a #4aef66 #664aef

Analogous Colors of #ef664a

#ef664a #efb94a #ef4a81

Monochromatic Colors of #ef664a

#ef664a

Complementary Color

#ef664a #4ad3ef

#ef664a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef664a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef664a Color CSS Codes

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

#ef664a Text Font Color

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

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


#ef664a Background Color

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

This div background color is #ef664a


#ef664a Border Color

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

This div border color is #ef664a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef664a


Comments

No comments written yet.

Please login to write comment.