Color Hex Logo

#ef912d Color Hex

#EF912D
(239,145,45)
0 Favorites   0 Comments

Color spaces of #ef912d

RGB 23914545
HSL0.090.860.56
HSV31°81°94°
CMYK 0.000.390.81   0.06
XYZ46.195738.79107.5353
Yxy38.79100.49930.4193
Hunter Lab62.282423.401636.4244
CIE-Lab68.599628.465963.7487

#ef912d color RGB value is (239,145,45).

#ef912d hex color red value is 239, green value is 145 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ef912d hue: 0.09 , saturation: 0.86 and the lightness value of ef912d is 0.56.

The process color (four color CMYK) of #ef912d color hex is 0.00, 0.39, 0.81, 0.06. Web safe color of #ef912d is #ff9933. Color #ef912d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010001 00101101
Octal 357 221 55
Decimal 239 145 45
Hex EF 91 2D

RGB Percentages of Color #ef912d

%55.71
%33.80
%10.49

CMYK Percentages of Color #ef912d

%0
%39
%81
%6

Triadic Colors of #ef912d

#ef912d #2def91 #912def

Analogous Colors of #ef912d

#ef912d #ecef2d #ef302d

Monochromatic Colors of #ef912d

#ef912d

Complementary Color

#ef912d #2d8bef

#ef912d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef912d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef912d Color CSS Codes

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

#ef912d Text Font Color

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

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


#ef912d Background Color

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

This div background color is #ef912d


#ef912d Border Color

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

This div border color is #ef912d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef912d


Comments

No comments written yet.

Please login to write comment.