color codes Logo

#efb53f color codes

#EFB53F
(239,181,63)
0 Favorites   0 Comments

Color spaces of #efb53f

RGB 23918163
HSL0.110.850.59
HSV40°74°94°
CMYK 0.000.240.74   0.06
XYZ53.017751.757411.8985
Yxy51.75740.45440.4436
Hunter Lab71.94265.645040.5539
CIE-Lab77.135510.143164.9603

#efb53f color RGB value is (239,181,63).

#efb53f hex color red value is 239, green value is 181 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #efb53f hue: 0.11 , saturation: 0.85 and the lightness value of efb53f is 0.59.

The process color (four color CMYK) of #efb53f color code is 0.00, 0.24, 0.74, 0.06. Web safe color of #efb53f is #ffcc33. Color #efb53f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110101 00111111
Octal 357 265 77
Decimal 239 181 63
Hex EF B5 3F

RGB Percentages of Color #efb53f

%49.48
%37.47
%13.04

CMYK Percentages of Color #efb53f

%0
%24
%74
%6

Triadic Colors of #efb53f

#efb53f #3fefb5 #b53fef

Analogous Colors of #efb53f

#efb53f #d1ef3f #ef5d3f

Monochromatic Colors of #efb53f

#efb53f

Complementary Color

#efb53f #3f79ef

#efb53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb53f Color CSS Codes

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

#efb53f Text Font Color

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

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


#efb53f Background Color

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

This div background color is #efb53f


#efb53f Border Color

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

This div border color is #efb53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb53f


Comments

No comments written yet.

Please login to write comment.