Color Hex Logo

#edb761 Color Hex

#EDB761
(237,183,97)
0 Favorites   0 Comments

Color spaces of #edb761

RGB 23718397
HSL0.100.800.65
HSV37°59°93°
CMYK 0.000.230.59   0.07
XYZ54.016252.734618.6411
Yxy52.73460.43080.4206
Hunter Lab72.61865.691935.6133
CIE-Lab77.718010.200150.5289

#edb761 color RGB value is (237,183,97).

#edb761 hex color red value is 237, green value is 183 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #edb761 hue: 0.10 , saturation: 0.80 and the lightness value of edb761 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 01100001
Octal 355 267 141
Decimal 237 183 97
Hex ED B7 61

RGB Percentages of Color #edb761

%45.84
%35.40
%18.76

CMYK Percentages of Color #edb761

%0
%23
%59
%7

Triadic Colors of #edb761

#edb761 #61edb7 #b761ed

Analogous Colors of #edb761

#edb761 #dded61 #ed7161

Monochromatic Colors of #edb761

#edb761

Complementary Color

#edb761 #6197ed

#edb761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb761 Color CSS Codes

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

#edb761 Text Font Color

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

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


#edb761 Background Color

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

This div background color is #edb761


#edb761 Border Color

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

This div border color is #edb761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb761


Comments

No comments written yet.

Please login to write comment.