Color Hex Logo

#edd90a Color Hex

#EDD90A
(237,217,10)
0 Favorites   0 Comments

Color spaces of #edd90a

RGB 23721710
HSL0.150.920.48
HSV55°96°93°
CMYK 0.000.080.96   0.07
XYZ59.792767.652110.1939
Yxy67.65210.43440.4915
Hunter Lab82.2509-14.177650.2274
CIE-Lab85.8322-10.508484.7579

#edd90a color RGB value is (237,217,10).

#edd90a hex color red value is 237, green value is 217 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #edd90a hue: 0.15 , saturation: 0.92 and the lightness value of edd90a is 0.48.

The process color (four color CMYK) of #edd90a color hex is 0.00, 0.08, 0.96, 0.07. Web safe color of #edd90a is #ffcc00. Color #edd90a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 00001010
Octal 355 331 12
Decimal 237 217 10
Hex ED D9 A

RGB Percentages of Color #edd90a

%51.08
%46.77
%2.16

CMYK Percentages of Color #edd90a

%0
%8
%96
%7

Triadic Colors of #edd90a

#edd90a #0aedd9 #d90aed

Analogous Colors of #edd90a

#edd90a #90ed0a #ed680a

Monochromatic Colors of #edd90a

#edd90a

Complementary Color

#edd90a #0a1eed

#edd90a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd90a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd90a Color CSS Codes

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

#edd90a Text Font Color

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

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


#edd90a Background Color

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

This div background color is #edd90a


#edd90a Border Color

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

This div border color is #edd90a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd90a


Comments

No comments written yet.

Please login to write comment.