Color Hex Logo

#ef692a Color Hex

#EF692A
(239,105,42)
0 Favorites   0 Comments

Color spaces of #ef692a

RGB 23910542
HSL0.050.860.55
HSV19°82°94°
CMYK 0.000.560.82   0.06
XYZ41.066128.62105.5505
Yxy28.62100.54580.3804
Hunter Lab53.498643.396031.2977
CIE-Lab60.445748.486957.6456

#ef692a color RGB value is (239,105,42).

#ef692a hex color red value is 239, green value is 105 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ef692a hue: 0.05 , saturation: 0.86 and the lightness value of ef692a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01101001 00101010
Octal 357 151 52
Decimal 239 105 42
Hex EF 69 2A

RGB Percentages of Color #ef692a

%61.92
%27.20
%10.88

CMYK Percentages of Color #ef692a

%0
%56
%82
%6

Triadic Colors of #ef692a

#ef692a #2aef69 #692aef

Analogous Colors of #ef692a

#ef692a #efcc2a #ef2a4d

Monochromatic Colors of #ef692a

#ef692a

Complementary Color

#ef692a #2ab0ef

#ef692a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef692a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef692a Color CSS Codes

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

#ef692a Text Font Color

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

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


#ef692a Background Color

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

This div background color is #ef692a


#ef692a Border Color

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

This div border color is #ef692a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef692a


Comments

No comments written yet.

Please login to write comment.