Color Hex Logo

#edb949 Color Hex

#EDB949
(237,185,73)
0 Favorites   0 Comments

Color spaces of #edb949

RGB 23718573
HSL0.110.820.61
HSV41°69°93°
CMYK 0.000.220.69   0.07
XYZ53.476653.183513.7502
Yxy53.18350.44410.4417
Hunter Lab72.92703.269939.8699
CIE-Lab77.98327.673461.6987

#edb949 color RGB value is (237,185,73).

#edb949 hex color red value is 237, green value is 185 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #edb949 hue: 0.11 , saturation: 0.82 and the lightness value of edb949 is 0.61.

The process color (four color CMYK) of #edb949 color hex is 0.00, 0.22, 0.69, 0.07. Web safe color of #edb949 is #ffcc33. Color #edb949 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 01001001
Octal 355 271 111
Decimal 237 185 73
Hex ED B9 49

RGB Percentages of Color #edb949

%47.88
%37.37
%14.75

CMYK Percentages of Color #edb949

%0
%22
%69
%7

Triadic Colors of #edb949

#edb949 #49edb9 #b949ed

Analogous Colors of #edb949

#edb949 #cfed49 #ed6749

Monochromatic Colors of #edb949

#edb949

Complementary Color

#edb949 #497ded

#edb949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb949 Color CSS Codes

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

#edb949 Text Font Color

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

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


#edb949 Background Color

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

This div background color is #edb949


#edb949 Border Color

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

This div border color is #edb949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb949


Comments

No comments written yet.

Please login to write comment.