Color Hex Logo

#efa50d Color Hex

#EFA50D
(239,165,13)
0 Favorites   0 Comments

Color spaces of #efa50d

RGB 23916513
HSL0.110.900.49
HSV40°95°94°
CMYK 0.000.310.95   0.06
XYZ49.124445.29006.5335
Yxy45.29000.48660.4486
Hunter Lab67.297812.525741.3524
CIE-Lab73.082417.281375.2910

#efa50d color RGB value is (239,165,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 00001101
Octal 357 245 15
Decimal 239 165 13
Hex EF A5 D

RGB Percentages of Color #efa50d

%57.31
%39.57
%3.12

CMYK Percentages of Color #efa50d

%0
%31
%95
%6

Triadic Colors of #efa50d

#efa50d #0defa5 #a50def

Analogous Colors of #efa50d

#efa50d #c8ef0d #ef340d

Monochromatic Colors of #efa50d

#efa50d

Complementary Color

#efa50d #0d57ef

#efa50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa50d Color CSS Codes

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

#efa50d Text Font Color

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

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


#efa50d Background Color

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

This div background color is #efa50d


#efa50d Border Color

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

This div border color is #efa50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa50d


Comments

No comments written yet.

Please login to write comment.