Color Hex Logo

#ebd241 Color Hex

#EBD241
(235,210,65)
0 Favorites   0 Comments

Color spaces of #ebd241

RGB 23521065
HSL0.140.810.59
HSV51°72°92°
CMYK 0.000.110.72   0.08
XYZ58.261764.137014.3100
Yxy64.13700.42620.4692
Hunter Lab80.0856-10.292345.4657
CIE-Lab84.0370-6.459070.7928

#ebd241 color RGB value is (235,210,65).

#ebd241 hex color red value is 235, green value is 210 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #ebd241 hue: 0.14 , saturation: 0.81 and the lightness value of ebd241 is 0.59.

The process color (four color CMYK) of #ebd241 color hex is 0.00, 0.11, 0.72, 0.08. Web safe color of #ebd241 is #ffcc33. Color #ebd241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010010 01000001
Octal 353 322 101
Decimal 235 210 65
Hex EB D2 41

RGB Percentages of Color #ebd241

%46.08
%41.18
%12.75

CMYK Percentages of Color #ebd241

%0
%11
%72
%8

Triadic Colors of #ebd241

#ebd241 #41ebd2 #d241eb

Analogous Colors of #ebd241

#ebd241 #afeb41 #eb7d41

Monochromatic Colors of #ebd241

#ebd241

Complementary Color

#ebd241 #415aeb

#ebd241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd241 Color CSS Codes

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

#ebd241 Text Font Color

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

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


#ebd241 Background Color

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

This div background color is #ebd241


#ebd241 Border Color

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

This div border color is #ebd241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd241


Comments

No comments written yet.

Please login to write comment.