Color Hex Logo

#ef762a Color Hex

#EF762A
(239,118,42)
0 Favorites   0 Comments

Color spaces of #ef762a

RGB 23911842
HSL0.060.860.55
HSV23°82°94°
CMYK 0.000.510.82   0.06
XYZ42.493031.47486.0261
Yxy31.47480.53120.3935
Hunter Lab56.102437.020032.9032
CIE-Lab62.906442.208559.8279

#ef762a color RGB value is (239,118,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110110 00101010
Octal 357 166 52
Decimal 239 118 42
Hex EF 76 2A

RGB Percentages of Color #ef762a

%59.90
%29.57
%10.53

CMYK Percentages of Color #ef762a

%0
%51
%82
%6

Triadic Colors of #ef762a

#ef762a #2aef76 #762aef

Analogous Colors of #ef762a

#ef762a #efd92a #ef2a40

Monochromatic Colors of #ef762a

#ef762a

Complementary Color

#ef762a #2aa3ef

#ef762a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef762a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef762a Color CSS Codes

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

#ef762a Text Font Color

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

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


#ef762a Background Color

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

This div background color is #ef762a


#ef762a Border Color

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

This div border color is #ef762a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,118,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 #ef762a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef762a


Comments

No comments written yet.

Please login to write comment.