Color Hex Logo

#eed738 Color Hex

#EED738
(238,215,56)
0 Favorites   0 Comments

Color spaces of #eed738

RGB 23821556
HSL0.150.840.58
HSV52°76°93°
CMYK 0.000.100.76   0.07
XYZ60.274167.063513.5092
Yxy67.06350.42790.4761
Hunter Lab81.8923-11.932647.5440
CIE-Lab85.5360-8.085075.3105

#eed738 color RGB value is (238,215,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010111 00111000
Octal 356 327 70
Decimal 238 215 56
Hex EE D7 38

RGB Percentages of Color #eed738

%46.76
%42.24
%11.00

CMYK Percentages of Color #eed738

%0
%10
%76
%7

Triadic Colors of #eed738

#eed738 #38eed7 #d738ee

Analogous Colors of #eed738

#eed738 #aaee38 #ee7c38

Monochromatic Colors of #eed738

#eed738

Complementary Color

#eed738 #384fee

#eed738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed738 Color CSS Codes

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

#eed738 Text Font Color

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

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


#eed738 Background Color

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

This div background color is #eed738


#eed738 Border Color

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

This div border color is #eed738


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,215,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 #eed738">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed738


Comments

No comments written yet.

Please login to write comment.