Color Hex Logo

#efa321 Color Hex

#EFA321
(239,163,33)
0 Favorites   0 Comments

Color spaces of #efa321

RGB 23916333
HSL0.110.870.53
HSV38°86°94°
CMYK 0.000.320.86   0.06
XYZ48.968344.65497.4772
Yxy44.65490.48440.4417
Hunter Lab66.824313.860740.1429
CIE-Lab72.664118.659170.9680

#efa321 color RGB value is (239,163,33).

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

The process color (four color CMYK) of #efa321 color hex is 0.00, 0.32, 0.86, 0.06. Web safe color of #efa321 is #ff9933. Color #efa321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 00100001
Octal 357 243 41
Decimal 239 163 33
Hex EF A3 21

RGB Percentages of Color #efa321

%54.94
%37.47
%7.59

CMYK Percentages of Color #efa321

%0
%32
%86
%6

Triadic Colors of #efa321

#efa321 #21efa3 #a321ef

Analogous Colors of #efa321

#efa321 #d4ef21 #ef3c21

Monochromatic Colors of #efa321

#efa321

Complementary Color

#efa321 #216def

#efa321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa321 Color CSS Codes

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

#efa321 Text Font Color

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

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


#efa321 Background Color

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

This div background color is #efa321


#efa321 Border Color

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

This div border color is #efa321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa321


Comments

No comments written yet.

Please login to write comment.