Color Hex Logo

#ebb814 Color Hex

#EBB814
(235,184,20)
0 Favorites   0 Comments

Color spaces of #ebb814

RGB 23518420
HSL0.130.840.50
HSV46°91°92°
CMYK 0.000.220.91   0.08
XYZ51.527751.99377.9818
Yxy51.99370.46210.4663
Hunter Lab72.10671.370243.9116
CIE-Lab77.27715.640677.1190

#ebb814 color RGB value is (235,184,20).

#ebb814 hex color red value is 235, green value is 184 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ebb814 hue: 0.13 , saturation: 0.84 and the lightness value of ebb814 is 0.50.

The process color (four color CMYK) of #ebb814 color hex is 0.00, 0.22, 0.91, 0.08. Web safe color of #ebb814 is #ffcc00. Color #ebb814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 00010100
Octal 353 270 24
Decimal 235 184 20
Hex EB B8 14

RGB Percentages of Color #ebb814

%53.53
%41.91
%4.56

CMYK Percentages of Color #ebb814

%0
%22
%91
%8

Triadic Colors of #ebb814

#ebb814 #14ebb8 #b814eb

Analogous Colors of #ebb814

#ebb814 #b3eb14 #eb4c14

Monochromatic Colors of #ebb814

#ebb814

Complementary Color

#ebb814 #1447eb

#ebb814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb814 Color CSS Codes

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

#ebb814 Text Font Color

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

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


#ebb814 Background Color

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

This div background color is #ebb814


#ebb814 Border Color

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

This div border color is #ebb814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb814


Comments

No comments written yet.

Please login to write comment.