color codes Logo

#eecd2e color codes

#EECD2E
(238,205,46)
0 Favorites   0 Comments

Color spaces of #eecd2e

RGB 23820546
HSL0.140.850.56
HSV50°81°93°
CMYK 0.000.140.81   0.07
XYZ57.584462.037011.5241
Yxy62.03700.43910.4730
Hunter Lab78.7636-7.334146.4596
CIE-Lab82.9331-3.352875.9697

#eecd2e color RGB value is (238,205,46).

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

The process color (four color CMYK) of #eecd2e color code is 0.00, 0.14, 0.81, 0.07. Web safe color of #eecd2e is #ffcc33. Color #eecd2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 00101110
Octal 356 315 56
Decimal 238 205 46
Hex EE CD 2E

RGB Percentages of Color #eecd2e

%48.67
%41.92
%9.41

CMYK Percentages of Color #eecd2e

%0
%14
%81
%7

Triadic Colors of #eecd2e

#eecd2e #2eeecd #cd2eee

Analogous Colors of #eecd2e

#eecd2e #afee2e #ee6d2e

Monochromatic Colors of #eecd2e

#eecd2e

Complementary Color

#eecd2e #2e4fee

#eecd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecd2e Color CSS Codes

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

#eecd2e Text Font Color

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

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


#eecd2e Background Color

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

This div background color is #eecd2e


#eecd2e Border Color

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

This div border color is #eecd2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecd2e


Comments

No comments written yet.

Please login to write comment.