Color Hex Logo

#eda13d Color Hex

#EDA13D
(237,161,61)
0 Favorites   0 Comments

Color spaces of #eda13d

RGB 23716161
HSL0.090.830.58
HSV34°74°93°
CMYK 0.000.320.74   0.07
XYZ48.512243.831210.3183
Yxy43.83120.47250.4269
Hunter Lab66.205114.937937.1030
CIE-Lab72.115519.775260.7406

#eda13d color RGB value is (237,161,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 00111101
Octal 355 241 75
Decimal 237 161 61
Hex ED A1 3D

RGB Percentages of Color #eda13d

%51.63
%35.08
%13.29

CMYK Percentages of Color #eda13d

%0
%32
%74
%7

Triadic Colors of #eda13d

#eda13d #3deda1 #a13ded

Analogous Colors of #eda13d

#eda13d #e1ed3d #ed493d

Monochromatic Colors of #eda13d

#eda13d

Complementary Color

#eda13d #3d89ed

#eda13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda13d Color CSS Codes

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

#eda13d Text Font Color

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

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


#eda13d Background Color

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

This div background color is #eda13d


#eda13d Border Color

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

This div border color is #eda13d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,161,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 #eda13d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda13d


Comments

No comments written yet.

Please login to write comment.