Color Hex Logo

#ebb55f Color Hex

#EBB55F
(235,181,95)
0 Favorites   0 Comments

Color spaces of #ebb55f

RGB 23518195
HSL0.100.780.65
HSV37°60°92°
CMYK 0.000.230.60   0.08
XYZ52.850451.536117.9884
Yxy51.53610.43190.4211
Hunter Lab71.78865.780635.3955
CIE-Lab77.002610.282650.6070

#ebb55f color RGB value is (235,181,95).

#ebb55f hex color red value is 235, green value is 181 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ebb55f hue: 0.10 , saturation: 0.78 and the lightness value of ebb55f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 01011111
Octal 353 265 137
Decimal 235 181 95
Hex EB B5 5F

RGB Percentages of Color #ebb55f

%45.99
%35.42
%18.59

CMYK Percentages of Color #ebb55f

%0
%23
%60
%8

Triadic Colors of #ebb55f

#ebb55f #5febb5 #b55feb

Analogous Colors of #ebb55f

#ebb55f #dbeb5f #eb6f5f

Monochromatic Colors of #ebb55f

#ebb55f

Complementary Color

#ebb55f #5f95eb

#ebb55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb55f Color CSS Codes

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

#ebb55f Text Font Color

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

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


#ebb55f Background Color

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

This div background color is #ebb55f


#ebb55f Border Color

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

This div border color is #ebb55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb55f


Comments

No comments written yet.

Please login to write comment.