Color Hex Logo

#ebb55b Color Hex

#EBB55B
(235,181,91)
0 Favorites   0 Comments

Color spaces of #ebb55b

RGB 23518191
HSL0.100.780.64
HSV38°61°92°
CMYK 0.000.230.61   0.08
XYZ52.673251.465217.0551
Yxy51.46520.43460.4247
Hunter Lab71.73935.516636.1220
CIE-Lab76.959910.006552.4652

#ebb55b color RGB value is (235,181,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 01011011
Octal 353 265 133
Decimal 235 181 91
Hex EB B5 5B

RGB Percentages of Color #ebb55b

%46.35
%35.70
%17.95

CMYK Percentages of Color #ebb55b

%0
%23
%61
%8

Triadic Colors of #ebb55b

#ebb55b #5bebb5 #b55beb

Analogous Colors of #ebb55b

#ebb55b #d9eb5b #eb6d5b

Monochromatic Colors of #ebb55b

#ebb55b

Complementary Color

#ebb55b #5b91eb

#ebb55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb55b Color CSS Codes

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

#ebb55b Text Font Color

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

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


#ebb55b Background Color

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

This div background color is #ebb55b


#ebb55b Border Color

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

This div border color is #ebb55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb55b


Comments

No comments written yet.

Please login to write comment.