Color Hex Logo

#ef930d Color Hex

#EF930D
(239,147,13)
0 Favorites   0 Comments

Color spaces of #ef930d

RGB 23914713
HSL0.100.900.49
HSV36°95°94°
CMYK 0.000.380.95   0.06
XYZ46.103039.24725.5263
Yxy39.24720.50730.4319
Hunter Lab62.647621.726738.6232
CIE-Lab68.930026.778872.3816

#ef930d color RGB value is (239,147,13).

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

The process color (four color CMYK) of #ef930d color hex is 0.00, 0.38, 0.95, 0.06. Web safe color of #ef930d is #ff9900. Color #ef930d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10010011 00001101
Octal 357 223 15
Decimal 239 147 13
Hex EF 93 D

RGB Percentages of Color #ef930d

%59.90
%36.84
%3.26

CMYK Percentages of Color #ef930d

%0
%38
%95
%6

Triadic Colors of #ef930d

#ef930d #0def93 #930def

Analogous Colors of #ef930d

#ef930d #daef0d #ef220d

Monochromatic Colors of #ef930d

#ef930d

Complementary Color

#ef930d #0d69ef

#ef930d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef930d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef930d Color CSS Codes

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

#ef930d Text Font Color

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

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


#ef930d Background Color

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

This div background color is #ef930d


#ef930d Border Color

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

This div border color is #ef930d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef930d


Comments

No comments written yet.

Please login to write comment.