Color Hex Logo

#ef693b Color Hex

#EF693B
(239,105,59)
0 Favorites   0 Comments

Color spaces of #ef693b

RGB 23910559
HSL0.040.850.58
HSV15°75°94°
CMYK 0.000.560.75   0.06
XYZ41.437628.76967.5068
Yxy28.76960.53320.3702
Hunter Lab53.637344.035229.2482
CIE-Lab60.577749.054050.0216

#ef693b color RGB value is (239,105,59).

#ef693b hex color red value is 239, green value is 105 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ef693b hue: 0.04 , saturation: 0.85 and the lightness value of ef693b is 0.58.

The process color (four color CMYK) of #ef693b color hex is 0.00, 0.56, 0.75, 0.06. Web safe color of #ef693b is #ff6633. Color #ef693b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 00111011
Octal 357 151 73
Decimal 239 105 59
Hex EF 69 3B

RGB Percentages of Color #ef693b

%59.31
%26.05
%14.64

CMYK Percentages of Color #ef693b

%0
%56
%75
%6

Triadic Colors of #ef693b

#ef693b #3bef69 #693bef

Analogous Colors of #ef693b

#ef693b #efc33b #ef3b67

Monochromatic Colors of #ef693b

#ef693b

Complementary Color

#ef693b #3bc1ef

#ef693b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef693b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef693b Color CSS Codes

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

#ef693b Text Font Color

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

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


#ef693b Background Color

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

This div background color is #ef693b


#ef693b Border Color

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

This div border color is #ef693b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef693b


Comments

No comments written yet.

Please login to write comment.