Color Hex Logo

#ef8510 Color Hex

#EF8510
(239,133,16)
0 Favorites   0 Comments

Color spaces of #ef8510

RGB 23913316
HSL0.090.870.50
HSV31°93°94°
CMYK 0.000.440.93   0.06
XYZ44.077735.16324.9542
Yxy35.16320.52350.4176
Hunter Lab59.298628.909836.5555
CIE-Lab65.875534.105469.7642

#ef8510 color RGB value is (239,133,16).

#ef8510 hex color red value is 239, green value is 133 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ef8510 hue: 0.09 , saturation: 0.87 and the lightness value of ef8510 is 0.50.

The process color (four color CMYK) of #ef8510 color hex is 0.00, 0.44, 0.93, 0.06. Web safe color of #ef8510 is #ff9900. Color #ef8510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000101 00010000
Octal 357 205 20
Decimal 239 133 16
Hex EF 85 10

RGB Percentages of Color #ef8510

%61.60
%34.28
%4.12

CMYK Percentages of Color #ef8510

%0
%44
%93
%6

Triadic Colors of #ef8510

#ef8510 #10ef85 #8510ef

Analogous Colors of #ef8510

#ef8510 #eaef10 #ef1610

Monochromatic Colors of #ef8510

#ef8510

Complementary Color

#ef8510 #107aef

#ef8510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef8510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef8510 Color CSS Codes

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

#ef8510 Text Font Color

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

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


#ef8510 Background Color

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

This div background color is #ef8510


#ef8510 Border Color

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

This div border color is #ef8510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef8510


Comments

No comments written yet.

Please login to write comment.