color codes Logo

#eda03d color codes

#EDA03D
(237,160,61)
0 Favorites   0 Comments

Color spaces of #eda03d

RGB 23716061
HSL0.090.830.58
HSV34°74°93°
CMYK 0.000.320.74   0.07
XYZ48.338243.483110.2603
Yxy43.48310.47350.4260
Hunter Lab65.941715.450436.9339
CIE-Lab71.881620.305060.5085

#eda03d color RGB value is (237,160,61).

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

The process color (four color CMYK) of #eda03d color code is 0.00, 0.32, 0.74, 0.07. Web safe color of #eda03d is #ff9933. Color #eda03d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 00111101
Octal 355 240 75
Decimal 237 160 61
Hex ED A0 3D

RGB Percentages of Color #eda03d

%51.75
%34.93
%13.32

CMYK Percentages of Color #eda03d

%0
%32
%74
%7

Triadic Colors of #eda03d

#eda03d #3deda0 #a03ded

Analogous Colors of #eda03d

#eda03d #e2ed3d #ed483d

Monochromatic Colors of #eda03d

#eda03d

Complementary Color

#eda03d #3d8aed

#eda03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda03d Color CSS Codes

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

#eda03d Text Font Color

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

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


#eda03d Background Color

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

This div background color is #eda03d


#eda03d Border Color

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

This div border color is #eda03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda03d


Comments

No comments written yet.

Please login to write comment.