Color Hex Logo

#ebc933 Color Hex

#EBC933
(235,201,51)
0 Favorites   0 Comments

Color spaces of #ebc933

RGB 23520151
HSL0.140.820.56
HSV49°78°92°
CMYK 0.000.140.78   0.08
XYZ55.745159.674511.7122
Yxy59.67450.43850.4694
Hunter Lab77.2493-6.375945.0852
CIE-Lab81.6609-2.422873.2644

#ebc933 color RGB value is (235,201,51).

#ebc933 hex color red value is 235, green value is 201 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ebc933 hue: 0.14 , saturation: 0.82 and the lightness value of ebc933 is 0.56.

The process color (four color CMYK) of #ebc933 color hex is 0.00, 0.14, 0.78, 0.08. Web safe color of #ebc933 is #ffcc33. Color #ebc933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 00110011
Octal 353 311 63
Decimal 235 201 51
Hex EB C9 33

RGB Percentages of Color #ebc933

%48.25
%41.27
%10.47

CMYK Percentages of Color #ebc933

%0
%14
%78
%8

Triadic Colors of #ebc933

#ebc933 #33ebc9 #c933eb

Analogous Colors of #ebc933

#ebc933 #b1eb33 #eb6d33

Monochromatic Colors of #ebc933

#ebc933

Complementary Color

#ebc933 #3355eb

#ebc933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc933 Color CSS Codes

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

#ebc933 Text Font Color

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

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


#ebc933 Background Color

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

This div background color is #ebc933


#ebc933 Border Color

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

This div border color is #ebc933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc933


Comments

No comments written yet.

Please login to write comment.