Color Hex Logo

#eeca38 Color Hex

#EECA38
(238,202,56)
0 Favorites   0 Comments

Color spaces of #eeca38

RGB 23820256
HSL0.130.840.58
HSV48°76°93°
CMYK 0.000.150.76   0.07
XYZ57.094260.703712.4492
Yxy60.70370.43840.4661
Hunter Lab77.9126-5.542545.0652
CIE-Lab82.2192-1.479672.2722

#eeca38 color RGB value is (238,202,56).

#eeca38 hex color red value is 238, green value is 202 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #eeca38 hue: 0.13 , saturation: 0.84 and the lightness value of eeca38 is 0.58.

The process color (four color CMYK) of #eeca38 color hex is 0.00, 0.15, 0.76, 0.07. Web safe color of #eeca38 is #ffcc33. Color #eeca38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 00111000
Octal 356 312 70
Decimal 238 202 56
Hex EE CA 38

RGB Percentages of Color #eeca38

%47.98
%40.73
%11.29

CMYK Percentages of Color #eeca38

%0
%15
%76
%7

Triadic Colors of #eeca38

#eeca38 #38eeca #ca38ee

Analogous Colors of #eeca38

#eeca38 #b7ee38 #ee6f38

Monochromatic Colors of #eeca38

#eeca38

Complementary Color

#eeca38 #385cee

#eeca38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeca38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeca38 Color CSS Codes

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

#eeca38 Text Font Color

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

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


#eeca38 Background Color

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

This div background color is #eeca38


#eeca38 Border Color

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

This div border color is #eeca38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeca38


Comments

No comments written yet.

Please login to write comment.