Color Hex Logo

#efa610 Color Hex

#EFA610
(239,166,16)
0 Favorites   0 Comments

Color spaces of #efa610

RGB 23916616
HSL0.110.870.50
HSV40°93°94°
CMYK 0.000.310.93   0.06
XYZ49.326345.66066.7038
Yxy45.66060.48510.4490
Hunter Lab67.572612.048441.4187
CIE-Lab73.324816.785875.0343

#efa610 color RGB value is (239,166,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 00010000
Octal 357 246 20
Decimal 239 166 16
Hex EF A6 10

RGB Percentages of Color #efa610

%56.77
%39.43
%3.80

CMYK Percentages of Color #efa610

%0
%31
%93
%6

Triadic Colors of #efa610

#efa610 #10efa6 #a610ef

Analogous Colors of #efa610

#efa610 #c9ef10 #ef3710

Monochromatic Colors of #efa610

#efa610

Complementary Color

#efa610 #1059ef

#efa610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa610 Color CSS Codes

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

#efa610 Text Font Color

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

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


#efa610 Background Color

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

This div background color is #efa610


#efa610 Border Color

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

This div border color is #efa610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa610


Comments

No comments written yet.

Please login to write comment.