Color Hex Logo

#edc739 Color Hex

#EDC739
(237,199,57)
0 Favorites   0 Comments

Color spaces of #edc739

RGB 23719957
HSL0.130.830.58
HSV47°76°93°
CMYK 0.000.160.76   0.07
XYZ56.087059.146812.3313
Yxy59.14680.43970.4637
Hunter Lab76.9070-4.410044.3283
CIE-Lab81.3722-0.324471.1193

#edc739 color RGB value is (237,199,57).

#edc739 hex color red value is 237, green value is 199 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #edc739 hue: 0.13 , saturation: 0.83 and the lightness value of edc739 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000111 00111001
Octal 355 307 71
Decimal 237 199 57
Hex ED C7 39

RGB Percentages of Color #edc739

%48.07
%40.37
%11.56

CMYK Percentages of Color #edc739

%0
%16
%76
%7

Triadic Colors of #edc739

#edc739 #39edc7 #c739ed

Analogous Colors of #edc739

#edc739 #b9ed39 #ed6d39

Monochromatic Colors of #edc739

#edc739

Complementary Color

#edc739 #395fed

#edc739 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc739 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc739 Color CSS Codes

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

#edc739 Text Font Color

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

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


#edc739 Background Color

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

This div background color is #edc739


#edc739 Border Color

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

This div border color is #edc739


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc739


Comments

No comments written yet.

Please login to write comment.