Color Hex Logo

#ef5c0d Color Hex

#EF5C0D
(239,92,13)
0 Favorites   0 Comments

Color spaces of #ef5c0d

RGB 2399213
HSL0.060.900.49
HSV21°95°94°
CMYK 0.000.620.95   0.06
XYZ39.496426.03413.3242
Yxy26.03410.57360.3781
Hunter Lab51.023648.882131.8538
CIE-Lab58.069453.850665.1974

#ef5c0d color RGB value is (239,92,13).

#ef5c0d hex color red value is 239, green value is 92 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ef5c0d hue: 0.06 , saturation: 0.90 and the lightness value of ef5c0d is 0.49.

The process color (four color CMYK) of #ef5c0d color hex is 0.00, 0.62, 0.95, 0.06. Web safe color of #ef5c0d is #ff6600. Color #ef5c0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011100 00001101
Octal 357 134 15
Decimal 239 92 13
Hex EF 5C D

RGB Percentages of Color #ef5c0d

%69.48
%26.74
%3.78

CMYK Percentages of Color #ef5c0d

%0
%62
%95
%6

Triadic Colors of #ef5c0d

#ef5c0d #0def5c #5c0def

Analogous Colors of #ef5c0d

#ef5c0d #efcd0d #ef0d2f

Monochromatic Colors of #ef5c0d

#ef5c0d

Complementary Color

#ef5c0d #0da0ef

#ef5c0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5c0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5c0d Color CSS Codes

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

#ef5c0d Text Font Color

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

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


#ef5c0d Background Color

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

This div background color is #ef5c0d


#ef5c0d Border Color

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

This div border color is #ef5c0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5c0d


Comments

No comments written yet.

Please login to write comment.