Color Hex Logo

#eda63a Color Hex

#EDA63A
(237,166,58)
0 Favorites   0 Comments

Color spaces of #eda63a

RGB 23716658
HSL0.100.830.58
HSV36°76°93°
CMYK 0.000.300.76   0.07
XYZ49.325045.582410.2016
Yxy45.58240.46930.4337
Hunter Lab67.514712.258038.3015
CIE-Lab73.273717.002163.0826

#eda63a color RGB value is (237,166,58).

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

The process color (four color CMYK) of #eda63a color hex is 0.00, 0.30, 0.76, 0.07. Web safe color of #eda63a is #ff9933. Color #eda63a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 00111010
Octal 355 246 72
Decimal 237 166 58
Hex ED A6 3A

RGB Percentages of Color #eda63a

%51.41
%36.01
%12.58

CMYK Percentages of Color #eda63a

%0
%30
%76
%7

Triadic Colors of #eda63a

#eda63a #3aeda6 #a63aed

Analogous Colors of #eda63a

#eda63a #dbed3a #ed4d3a

Monochromatic Colors of #eda63a

#eda63a

Complementary Color

#eda63a #3a81ed

#eda63a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda63a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda63a Color CSS Codes

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

#eda63a Text Font Color

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

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


#eda63a Background Color

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

This div background color is #eda63a


#eda63a Border Color

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

This div border color is #eda63a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda63a


Comments

No comments written yet.

Please login to write comment.