color codes Logo

#eba14c color codes

#EBA14C
(235,161,76)
0 Favorites   0 Comments

Color spaces of #eba14c

RGB 23516176
HSL0.090.800.61
HSV32°68°92°
CMYK 0.000.310.68   0.08
XYZ48.310343.673712.7211
Yxy43.67370.46140.4171
Hunter Lab66.086114.836634.8474
CIE-Lab72.009919.675553.9683

#eba14c color RGB value is (235,161,76).

#eba14c hex color red value is 235, green value is 161 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #eba14c hue: 0.09 , saturation: 0.80 and the lightness value of eba14c is 0.61.

The process color (four color CMYK) of #eba14c color code is 0.00, 0.31, 0.68, 0.08. Web safe color of #eba14c is #ff9933. Color #eba14c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10100001 01001100
Octal 353 241 114
Decimal 235 161 76
Hex EB A1 4C

RGB Percentages of Color #eba14c

%49.79
%34.11
%16.10

CMYK Percentages of Color #eba14c

%0
%31
%68
%8

Triadic Colors of #eba14c

#eba14c #4ceba1 #a14ceb

Analogous Colors of #eba14c

#eba14c #e6eb4c #eb524c

Monochromatic Colors of #eba14c

#eba14c

Complementary Color

#eba14c #4c96eb

#eba14c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eba14c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eba14c Color CSS Codes

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

#eba14c Text Font Color

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

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


#eba14c Background Color

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

This div background color is #eba14c


#eba14c Border Color

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

This div border color is #eba14c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eba14c


Comments

No comments written yet.

Please login to write comment.