Color Hex Logo

#ebb36a Color Hex

#EBB36A
(235,179,106)
0 Favorites   0 Comments

Color spaces of #ebb36a

RGB 235179106
HSL0.090.760.67
HSV34°55°92°
CMYK 0.000.240.55   0.08
XYZ52.982650.943020.6762
Yxy50.94300.42520.4088
Hunter Lab71.37447.598932.7865
CIE-Lab76.644512.168944.7753

#ebb36a color RGB value is (235,179,106).

#ebb36a hex color red value is 235, green value is 179 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ebb36a hue: 0.09 , saturation: 0.76 and the lightness value of ebb36a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 01101010
Octal 353 263 152
Decimal 235 179 106
Hex EB B3 6A

RGB Percentages of Color #ebb36a

%45.19
%34.42
%20.38

CMYK Percentages of Color #ebb36a

%0
%24
%55
%8

Triadic Colors of #ebb36a

#ebb36a #6aebb3 #b36aeb

Analogous Colors of #ebb36a

#ebb36a #e3eb6a #eb736a

Monochromatic Colors of #ebb36a

#ebb36a

Complementary Color

#ebb36a #6aa2eb

#ebb36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb36a Color CSS Codes

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

#ebb36a Text Font Color

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

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


#ebb36a Background Color

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

This div background color is #ebb36a


#ebb36a Border Color

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

This div border color is #ebb36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb36a


Comments

No comments written yet.

Please login to write comment.