color codes Logo

#efcc1f color codes

#EFCC1F
(239,204,31)
0 Favorites   0 Comments

Color spaces of #efcc1f

RGB 23920431
HSL0.140.870.53
HSV50°87°94°
CMYK 0.000.150.87   0.06
XYZ57.436861.635410.1659
Yxy61.63540.44440.4769
Hunter Lab78.5082-6.798347.2784
CIE-Lab82.7191-2.792479.4738

#efcc1f color RGB value is (239,204,31).

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

The process color (four color CMYK) of #efcc1f color code is 0.00, 0.15, 0.87, 0.06. Web safe color of #efcc1f is #ffcc33. Color #efcc1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 00011111
Octal 357 314 37
Decimal 239 204 31
Hex EF CC 1F

RGB Percentages of Color #efcc1f

%50.42
%43.04
%6.54

CMYK Percentages of Color #efcc1f

%0
%15
%87
%6

Triadic Colors of #efcc1f

#efcc1f #1fefcc #cc1fef

Analogous Colors of #efcc1f

#efcc1f #aaef1f #ef641f

Monochromatic Colors of #efcc1f

#efcc1f

Complementary Color

#efcc1f #1f42ef

#efcc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcc1f Color CSS Codes

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

#efcc1f Text Font Color

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

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


#efcc1f Background Color

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

This div background color is #efcc1f


#efcc1f Border Color

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

This div border color is #efcc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcc1f


Comments

No comments written yet.

Please login to write comment.