Color Hex Logo

#edc90e Color Hex

#EDC90E
(237,201,14)
0 Favorites   0 Comments

Color spaces of #edc90e

RGB 23720114
HSL0.140.890.49
HSV50°94°93°
CMYK 0.000.150.94   0.07
XYZ55.891059.80959.0141
Yxy59.80950.44820.4796
Hunter Lab77.3366-6.337547.2250
CIE-Lab81.7345-2.375281.3411

#edc90e color RGB value is (237,201,14).

#edc90e hex color red value is 237, green value is 201 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #edc90e hue: 0.14 , saturation: 0.89 and the lightness value of edc90e is 0.49.

The process color (four color CMYK) of #edc90e color hex is 0.00, 0.15, 0.94, 0.07. Web safe color of #edc90e is #ffcc00. Color #edc90e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 00001110
Octal 355 311 16
Decimal 237 201 14
Hex ED C9 E

RGB Percentages of Color #edc90e

%52.43
%44.47
%3.10

CMYK Percentages of Color #edc90e

%0
%15
%94
%7

Triadic Colors of #edc90e

#edc90e #0eedc9 #c90eed

Analogous Colors of #edc90e

#edc90e #a2ed0e #ed5a0e

Monochromatic Colors of #edc90e

#edc90e

Complementary Color

#edc90e #0e32ed

#edc90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc90e Color CSS Codes

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

#edc90e Text Font Color

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

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


#edc90e Background Color

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

This div background color is #edc90e


#edc90e Border Color

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

This div border color is #edc90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc90e


Comments

No comments written yet.

Please login to write comment.