Color Hex Logo

#ebb361 Color Hex

#EBB361
(235,179,97)
0 Favorites   0 Comments

Color spaces of #ebb361

RGB 23517997
HSL0.100.780.65
HSV36°59°92°
CMYK 0.000.240.59   0.08
XYZ52.538750.765418.3389
Yxy50.76540.43190.4173
Hunter Lab71.24986.936334.6143
CIE-Lab76.536711.481149.0955

#ebb361 color RGB value is (235,179,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 01100001
Octal 353 263 141
Decimal 235 179 97
Hex EB B3 61

RGB Percentages of Color #ebb361

%45.99
%35.03
%18.98

CMYK Percentages of Color #ebb361

%0
%24
%59
%8

Triadic Colors of #ebb361

#ebb361 #61ebb3 #b361eb

Analogous Colors of #ebb361

#ebb361 #deeb61 #eb6e61

Monochromatic Colors of #ebb361

#ebb361

Complementary Color

#ebb361 #6199eb

#ebb361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb361 Color CSS Codes

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

#ebb361 Text Font Color

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

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


#ebb361 Background Color

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

This div background color is #ebb361


#ebb361 Border Color

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

This div border color is #ebb361


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,179,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 #ebb361">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb361


Comments

No comments written yet.

Please login to write comment.