Color Hex Logo

#ebb561 Color Hex

#EBB561
(235,181,97)
0 Favorites   0 Comments

Color spaces of #ebb561

RGB 23518197
HSL0.100.780.65
HSV37°59°92°
CMYK 0.000.230.59   0.08
XYZ52.942551.573018.4735
Yxy51.57300.43050.4193
Hunter Lab71.81435.917535.0183
CIE-Lab77.024810.425749.6675

#ebb561 color RGB value is (235,181,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110101 01100001
Octal 353 265 141
Decimal 235 181 97
Hex EB B5 61

RGB Percentages of Color #ebb561

%45.81
%35.28
%18.91

CMYK Percentages of Color #ebb561

%0
%23
%59
%8

Triadic Colors of #ebb561

#ebb561 #61ebb5 #b561eb

Analogous Colors of #ebb561

#ebb561 #dceb61 #eb7061

Monochromatic Colors of #ebb561

#ebb561

Complementary Color

#ebb561 #6197eb

#ebb561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb561 Color CSS Codes

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

#ebb561 Text Font Color

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

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


#ebb561 Background Color

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

This div background color is #ebb561


#ebb561 Border Color

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

This div border color is #ebb561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb561


Comments

No comments written yet.

Please login to write comment.