Color Hex Logo

#ebc17a Color Hex

#EBC17A
(235,193,122)
0 Favorites   0 Comments

Color spaces of #ebc17a

RGB 235193122
HSL0.100.740.70
HSV38°48°92°
CMYK 0.000.180.48   0.08
XYZ56.843857.207226.4585
Yxy57.20720.40460.4071
Hunter Lab75.63541.789632.2042
CIE-Lab80.29606.192441.2227

#ebc17a color RGB value is (235,193,122).

#ebc17a hex color red value is 235, green value is 193 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ebc17a hue: 0.10 , saturation: 0.74 and the lightness value of ebc17a is 0.70.

The process color (four color CMYK) of #ebc17a color hex is 0.00, 0.18, 0.48, 0.08. Web safe color of #ebc17a is #ffcc66. Color #ebc17a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 01111010
Octal 353 301 172
Decimal 235 193 122
Hex EB C1 7A

RGB Percentages of Color #ebc17a

%42.73
%35.09
%22.18

CMYK Percentages of Color #ebc17a

%0
%18
%48
%8

Triadic Colors of #ebc17a

#ebc17a #7aebc1 #c17aeb

Analogous Colors of #ebc17a

#ebc17a #ddeb7a #eb897a

Monochromatic Colors of #ebc17a

#ebc17a

Complementary Color

#ebc17a #7aa4eb

#ebc17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc17a Color CSS Codes

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

#ebc17a Text Font Color

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

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


#ebc17a Background Color

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

This div background color is #ebc17a


#ebc17a Border Color

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

This div border color is #ebc17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc17a


Comments

No comments written yet.

Please login to write comment.