color codes Logo

#efb04d color codes

#EFB04D
(239,176,77)
0 Favorites   0 Comments

Color spaces of #efb04d

RGB 23917677
HSL0.100.840.62
HSV37°68°94°
CMYK 0.000.260.68   0.06
XYZ52.461549.937213.8950
Yxy49.93720.45110.4294
Hunter Lab70.66638.849637.8083
CIE-Lab76.030713.461057.9813

#efb04d color RGB value is (239,176,77).

#efb04d hex color red value is 239, green value is 176 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #efb04d hue: 0.10 , saturation: 0.84 and the lightness value of efb04d is 0.62.

The process color (four color CMYK) of #efb04d color code is 0.00, 0.26, 0.68, 0.06. Web safe color of #efb04d is #ff9966. Color #efb04d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110000 01001101
Octal 357 260 115
Decimal 239 176 77
Hex EF B0 4D

RGB Percentages of Color #efb04d

%48.58
%35.77
%15.65

CMYK Percentages of Color #efb04d

%0
%26
%68
%6

Triadic Colors of #efb04d

#efb04d #4defb0 #b04def

Analogous Colors of #efb04d

#efb04d #ddef4d #ef5f4d

Monochromatic Colors of #efb04d

#efb04d

Complementary Color

#efb04d #4d8cef

#efb04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb04d Color CSS Codes

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

#efb04d Text Font Color

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

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


#efb04d Background Color

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

This div background color is #efb04d


#efb04d Border Color

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

This div border color is #efb04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb04d


Comments

No comments written yet.

Please login to write comment.