Color Hex Logo

#eed761 Color Hex

#EED761
(238,215,97)
0 Favorites   0 Comments

Color spaces of #eed761

RGB 23821597
HSL0.140.810.66
HSV50°59°93°
CMYK 0.000.100.59   0.07
XYZ61.718067.641121.1124
Yxy67.64110.41020.4495
Hunter Lab82.2442-9.976742.3510
CIE-Lab85.8267-5.934759.8039

#eed761 color RGB value is (238,215,97).

#eed761 hex color red value is 238, green value is 215 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #eed761 hue: 0.14 , saturation: 0.81 and the lightness value of eed761 is 0.66.

The process color (four color CMYK) of #eed761 color hex is 0.00, 0.10, 0.59, 0.07. Web safe color of #eed761 is #ffcc66. Color #eed761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010111 01100001
Octal 356 327 141
Decimal 238 215 97
Hex EE D7 61

RGB Percentages of Color #eed761

%43.27
%39.09
%17.64

CMYK Percentages of Color #eed761

%0
%10
%59
%7

Triadic Colors of #eed761

#eed761 #61eed7 #d761ee

Analogous Colors of #eed761

#eed761 #bfee61 #ee9161

Monochromatic Colors of #eed761

#eed761

Complementary Color

#eed761 #6178ee

#eed761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed761 Color CSS Codes

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

#eed761 Text Font Color

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

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


#eed761 Background Color

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

This div background color is #eed761


#eed761 Border Color

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

This div border color is #eed761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed761


Comments

No comments written yet.

Please login to write comment.