Color Hex Logo

#efb90d Color Hex

#EFB90D
(239,185,13)
0 Favorites   0 Comments

Color spaces of #efb90d

RGB 23918513
HSL0.130.900.49
HSV46°95°94°
CMYK 0.000.230.95   0.06
XYZ53.018253.07777.8314
Yxy53.07770.46540.4659
Hunter Lab72.85442.404144.6248
CIE-Lab77.92096.759478.7581

#efb90d color RGB value is (239,185,13).

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

The process color (four color CMYK) of #efb90d color hex is 0.00, 0.23, 0.95, 0.06. Web safe color of #efb90d is #ffcc00. Color #efb90d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 00001101
Octal 357 271 15
Decimal 239 185 13
Hex EF B9 D

RGB Percentages of Color #efb90d

%54.69
%42.33
%2.97

CMYK Percentages of Color #efb90d

%0
%23
%95
%6

Triadic Colors of #efb90d

#efb90d #0defb9 #b90def

Analogous Colors of #efb90d

#efb90d #b4ef0d #ef480d

Monochromatic Colors of #efb90d

#efb90d

Complementary Color

#efb90d #0d43ef

#efb90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb90d Color CSS Codes

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

#efb90d Text Font Color

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

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


#efb90d Background Color

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

This div background color is #efb90d


#efb90d Border Color

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

This div border color is #efb90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb90d


Comments

No comments written yet.

Please login to write comment.