color codes Logo

#edb75c color codes

#EDB75C
(237,183,92)
0 Favorites   0 Comments

Color spaces of #edb75c

RGB 23718392
HSL0.100.800.65
HSV38°61°93°
CMYK 0.000.230.61   0.07
XYZ53.790352.644217.4515
Yxy52.64420.43420.4249
Hunter Lab72.55635.359136.5288
CIE-Lab77.66459.852952.8510

#edb75c color RGB value is (237,183,92).

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

The process color (four color CMYK) of #edb75c color code is 0.00, 0.23, 0.61, 0.07. Web safe color of #edb75c is #ffcc66. Color #edb75c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110111 01011100
Octal 355 267 134
Decimal 237 183 92
Hex ED B7 5C

RGB Percentages of Color #edb75c

%46.29
%35.74
%17.97

CMYK Percentages of Color #edb75c

%0
%23
%61
%7

Triadic Colors of #edb75c

#edb75c #5cedb7 #b75ced

Analogous Colors of #edb75c

#edb75c #dbed5c #ed6f5c

Monochromatic Colors of #edb75c

#edb75c

Complementary Color

#edb75c #5c92ed

#edb75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb75c Color CSS Codes

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

#edb75c Text Font Color

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

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


#edb75c Background Color

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

This div background color is #edb75c


#edb75c Border Color

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

This div border color is #edb75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb75c


Comments

No comments written yet.

Please login to write comment.