Color Hex Logo

#eda32e Color Hex

#EDA32E
(237,163,46)
0 Favorites   0 Comments

Color spaces of #eda32e

RGB 23716346
HSL0.100.840.55
HSV37°81°93°
CMYK 0.000.310.81   0.07
XYZ48.515444.39628.5970
Yxy44.39620.47790.4374
Hunter Lab66.630513.367238.9914
CIE-Lab72.492518.159066.7723

#eda32e color RGB value is (237,163,46).

#eda32e hex color red value is 237, green value is 163 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eda32e hue: 0.10 , saturation: 0.84 and the lightness value of eda32e is 0.55.

The process color (four color CMYK) of #eda32e color hex is 0.00, 0.31, 0.81, 0.07. Web safe color of #eda32e is #ff9933. Color #eda32e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 00101110
Octal 355 243 56
Decimal 237 163 46
Hex ED A3 2E

RGB Percentages of Color #eda32e

%53.14
%36.55
%10.31

CMYK Percentages of Color #eda32e

%0
%31
%81
%7

Triadic Colors of #eda32e

#eda32e #2eeda3 #a32eed

Analogous Colors of #eda32e

#eda32e #d8ed2e #ed442e

Monochromatic Colors of #eda32e

#eda32e

Complementary Color

#eda32e #2e78ed

#eda32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda32e Color CSS Codes

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

#eda32e Text Font Color

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

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


#eda32e Background Color

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

This div background color is #eda32e


#eda32e Border Color

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

This div border color is #eda32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda32e


Comments

No comments written yet.

Please login to write comment.