Color Hex Logo

#ebc72a Color Hex

#EBC72A
(235,199,42)
0 Favorites   0 Comments

Color spaces of #ebc72a

RGB 23519942
HSL0.140.830.54
HSV49°82°92°
CMYK 0.000.150.82   0.08
XYZ55.102358.676210.6119
Yxy58.67620.44300.4717
Hunter Lab76.6004-5.647245.4065
CIE-Lab81.1133-1.677175.3972

#ebc72a color RGB value is (235,199,42).

#ebc72a hex color red value is 235, green value is 199 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ebc72a hue: 0.14 , saturation: 0.83 and the lightness value of ebc72a is 0.54.

The process color (four color CMYK) of #ebc72a color hex is 0.00, 0.15, 0.82, 0.08. Web safe color of #ebc72a is #ffcc33. Color #ebc72a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 00101010
Octal 353 307 52
Decimal 235 199 42
Hex EB C7 2A

RGB Percentages of Color #ebc72a

%49.37
%41.81
%8.82

CMYK Percentages of Color #ebc72a

%0
%15
%82
%8

Triadic Colors of #ebc72a

#ebc72a #2aebc7 #c72aeb

Analogous Colors of #ebc72a

#ebc72a #afeb2a #eb672a

Monochromatic Colors of #ebc72a

#ebc72a

Complementary Color

#ebc72a #2a4eeb

#ebc72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc72a Color CSS Codes

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

#ebc72a Text Font Color

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

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


#ebc72a Background Color

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

This div background color is #ebc72a


#ebc72a Border Color

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

This div border color is #ebc72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc72a


Comments

No comments written yet.

Please login to write comment.