Color Hex Logo

#ebb64f Color Hex

#EBB64F
(235,182,79)
0 Favorites   0 Comments

Color spaces of #ebb64f

RGB 23518279
HSL0.110.800.62
HSV40°66°92°
CMYK 0.000.230.66   0.08
XYZ52.400251.682614.6111
Yxy51.68260.44150.4354
Hunter Lab71.89064.297938.2733
CIE-Lab77.09078.732458.1080

#ebb64f color RGB value is (235,182,79).

#ebb64f hex color red value is 235, green value is 182 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ebb64f hue: 0.11 , saturation: 0.80 and the lightness value of ebb64f is 0.62.

The process color (four color CMYK) of #ebb64f color hex is 0.00, 0.23, 0.66, 0.08. Web safe color of #ebb64f is #ffcc66. Color #ebb64f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110110 01001111
Octal 353 266 117
Decimal 235 182 79
Hex EB B6 4F

RGB Percentages of Color #ebb64f

%47.38
%36.69
%15.93

CMYK Percentages of Color #ebb64f

%0
%23
%66
%8

Triadic Colors of #ebb64f

#ebb64f #4febb6 #b64feb

Analogous Colors of #ebb64f

#ebb64f #d2eb4f #eb684f

Monochromatic Colors of #ebb64f

#ebb64f

Complementary Color

#ebb64f #4f84eb

#ebb64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb64f Color CSS Codes

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

#ebb64f Text Font Color

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

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


#ebb64f Background Color

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

This div background color is #ebb64f


#ebb64f Border Color

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

This div border color is #ebb64f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,182,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebb64f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebb64f;
  -webkit-box-shadow: 1px 1px 3px 2px #ebb64f;
  box-shadow:         1px 1px 3px 2px #ebb64f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,182,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb64f


Comments

No comments written yet.

Please login to write comment.