color codes Logo

#eeca2c color codes

#EECA2C
(238,202,44)
0 Favorites   0 Comments

Color spaces of #eeca2c

RGB 23820244
HSL0.140.850.55
HSV49°82°93°
CMYK 0.000.150.82   0.07
XYZ56.835060.600111.0843
Yxy60.60010.44220.4715
Hunter Lab77.8461-5.908746.0501
CIE-Lab82.1633-1.878175.8616

#eeca2c color RGB value is (238,202,44).

#eeca2c hex color red value is 238, green value is 202 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #eeca2c hue: 0.14 , saturation: 0.85 and the lightness value of eeca2c is 0.55.

The process color (four color CMYK) of #eeca2c color code is 0.00, 0.15, 0.82, 0.07. Web safe color of #eeca2c is #ffcc33. Color #eeca2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 00101100
Octal 356 312 54
Decimal 238 202 44
Hex EE CA 2C

RGB Percentages of Color #eeca2c

%49.17
%41.74
%9.09

CMYK Percentages of Color #eeca2c

%0
%15
%82
%7

Triadic Colors of #eeca2c

#eeca2c #2ceeca #ca2cee

Analogous Colors of #eeca2c

#eeca2c #b1ee2c #ee692c

Monochromatic Colors of #eeca2c

#eeca2c

Complementary Color

#eeca2c #2c50ee

#eeca2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeca2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeca2c Color CSS Codes

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

#eeca2c Text Font Color

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

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


#eeca2c Background Color

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

This div background color is #eeca2c


#eeca2c Border Color

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

This div border color is #eeca2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeca2c


Comments

No comments written yet.

Please login to write comment.