Color Hex Logo

#edb00e Color Hex

#EDB00E
(237,176,14)
0 Favorites   0 Comments

Color spaces of #edb00e

RGB 23717614
HSL0.120.890.49
HSV44°94°93°
CMYK 0.000.260.94   0.07
XYZ50.529749.08697.2270
Yxy49.08690.47290.4594
Hunter Lab70.06206.128142.9276
CIE-Lab75.505410.628076.7907

#edb00e color RGB value is (237,176,14).

#edb00e hex color red value is 237, green value is 176 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #edb00e hue: 0.12 , saturation: 0.89 and the lightness value of edb00e is 0.49.

The process color (four color CMYK) of #edb00e color hex is 0.00, 0.26, 0.94, 0.07. Web safe color of #edb00e is #ff9900. Color #edb00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 00001110
Octal 355 260 16
Decimal 237 176 14
Hex ED B0 E

RGB Percentages of Color #edb00e

%55.50
%41.22
%3.28

CMYK Percentages of Color #edb00e

%0
%26
%94
%7

Triadic Colors of #edb00e

#edb00e #0eedb0 #b00eed

Analogous Colors of #edb00e

#edb00e #bbed0e #ed410e

Monochromatic Colors of #edb00e

#edb00e

Complementary Color

#edb00e #0e4bed

#edb00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb00e Color CSS Codes

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

#edb00e Text Font Color

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

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


#edb00e Background Color

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

This div background color is #edb00e


#edb00e Border Color

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

This div border color is #edb00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb00e


Comments

No comments written yet.

Please login to write comment.