Color Hex Logo

#eda006 Color Hex

#EDA006
(237,160,6)
0 Favorites   0 Comments

Color spaces of #eda006

RGB 2371606
HSL0.110.950.48
HSV40°97°93°
CMYK 0.000.320.97   0.07
XYZ47.528743.15935.9978
Yxy43.15930.49160.4464
Hunter Lab65.695714.171340.5740
CIE-Lab71.663019.007275.0449

#eda006 color RGB value is (237,160,6).

#eda006 hex color red value is 237, green value is 160 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #eda006 hue: 0.11 , saturation: 0.95 and the lightness value of eda006 is 0.48.

The process color (four color CMYK) of #eda006 color hex is 0.00, 0.32, 0.97, 0.07. Web safe color of #eda006 is #ff9900. Color #eda006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 00000110
Octal 355 240 6
Decimal 237 160 6
Hex ED A0 6

RGB Percentages of Color #eda006

%58.81
%39.70
%1.49

CMYK Percentages of Color #eda006

%0
%32
%97
%7

Triadic Colors of #eda006

#eda006 #06eda0 #a006ed

Analogous Colors of #eda006

#eda006 #c7ed06 #ed2c06

Monochromatic Colors of #eda006

#eda006

Complementary Color

#eda006 #0653ed

#eda006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda006 Color CSS Codes

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

#eda006 Text Font Color

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

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


#eda006 Background Color

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

This div background color is #eda006


#eda006 Border Color

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

This div border color is #eda006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda006


Comments

No comments written yet.

Please login to write comment.