Color Hex Logo

#ef7534 Color Hex

#EF7534
(239,117,52)
0 Favorites   0 Comments

Color spaces of #ef7534

RGB 23911752
HSL0.060.850.57
HSV21°78°94°
CMYK 0.000.510.78   0.06
XYZ42.577731.32127.0503
Yxy31.32120.52600.3869
Hunter Lab55.965337.861131.7066
CIE-Lab62.777843.016555.5121

#ef7534 color RGB value is (239,117,52).

#ef7534 hex color red value is 239, green value is 117 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #ef7534 hue: 0.06 , saturation: 0.85 and the lightness value of ef7534 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110101 00110100
Octal 357 165 64
Decimal 239 117 52
Hex EF 75 34

RGB Percentages of Color #ef7534

%58.58
%28.68
%12.75

CMYK Percentages of Color #ef7534

%0
%51
%78
%6

Triadic Colors of #ef7534

#ef7534 #34ef75 #7534ef

Analogous Colors of #ef7534

#ef7534 #efd334 #ef3451

Monochromatic Colors of #ef7534

#ef7534

Complementary Color

#ef7534 #34aeef

#ef7534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7534 Color CSS Codes

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

#ef7534 Text Font Color

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

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


#ef7534 Background Color

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

This div background color is #ef7534


#ef7534 Border Color

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

This div border color is #ef7534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7534


Comments

No comments written yet.

Please login to write comment.