Color Hex Logo

#edb75e Color Hex

#EDB75E
(237,183,94)
0 Favorites   0 Comments

Color spaces of #edb75e

RGB 23718394
HSL0.100.800.65
HSV37°60°93°
CMYK 0.000.230.60   0.07
XYZ53.878952.679617.9181
Yxy52.67960.43280.4232
Hunter Lab72.58075.489836.1695
CIE-Lab77.68549.989451.9275

#edb75e color RGB value is (237,183,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 01011110
Octal 355 267 136
Decimal 237 183 94
Hex ED B7 5E

RGB Percentages of Color #edb75e

%46.11
%35.60
%18.29

CMYK Percentages of Color #edb75e

%0
%23
%60
%7

Triadic Colors of #edb75e

#edb75e #5eedb7 #b75eed

Analogous Colors of #edb75e

#edb75e #dced5e #ed705e

Monochromatic Colors of #edb75e

#edb75e

Complementary Color

#edb75e #5e94ed

#edb75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb75e Color CSS Codes

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

#edb75e Text Font Color

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

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


#edb75e Background Color

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

This div background color is #edb75e


#edb75e Border Color

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

This div border color is #edb75e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,183,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb75e


Comments

No comments written yet.

Please login to write comment.