Color Hex Logo

#eaca24 Color Hex

#EACA24
(234,202,36)
0 Favorites   0 Comments

Color spaces of #eaca24

RGB 23420236
HSL0.140.830.53
HSV50°85°92°
CMYK 0.000.140.85   0.08
XYZ55.370759.860910.3050
Yxy59.86090.44110.4768
Hunter Lab77.3698-7.651446.2620
CIE-Lab81.7625-3.799877.4125

#eaca24 color RGB value is (234,202,36).

#eaca24 hex color red value is 234, green value is 202 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #eaca24 hue: 0.14 , saturation: 0.83 and the lightness value of eaca24 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 00100100
Octal 352 312 44
Decimal 234 202 36
Hex EA CA 24

RGB Percentages of Color #eaca24

%49.58
%42.80
%7.63

CMYK Percentages of Color #eaca24

%0
%14
%85
%8

Triadic Colors of #eaca24

#eaca24 #24eaca #ca24ea

Analogous Colors of #eaca24

#eaca24 #a7ea24 #ea6724

Monochromatic Colors of #eaca24

#eaca24

Complementary Color

#eaca24 #2444ea

#eaca24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaca24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaca24 Color CSS Codes

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

#eaca24 Text Font Color

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

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


#eaca24 Background Color

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

This div background color is #eaca24


#eaca24 Border Color

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

This div border color is #eaca24


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,202,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eaca24; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eaca24;
  -webkit-box-shadow: 1px 1px 3px 2px #eaca24;
  box-shadow:         1px 1px 3px 2px #eaca24; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,202,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaca24


Comments

No comments written yet.

Please login to write comment.