Color Hex Logo

#eda246 Color Hex

#EDA246
(237,162,70)
0 Favorites   0 Comments

Color spaces of #eda246

RGB 23716270
HSL0.090.820.60
HSV33°70°93°
CMYK 0.000.320.70   0.07
XYZ48.950944.287411.7627
Yxy44.28740.46620.4218
Hunter Lab66.548814.837836.1045
CIE-Lab72.420219.662957.1955

#eda246 color RGB value is (237,162,70).

#eda246 hex color red value is 237, green value is 162 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #eda246 hue: 0.09 , saturation: 0.82 and the lightness value of eda246 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100010 01000110
Octal 355 242 106
Decimal 237 162 70
Hex ED A2 46

RGB Percentages of Color #eda246

%50.53
%34.54
%14.93

CMYK Percentages of Color #eda246

%0
%32
%70
%7

Triadic Colors of #eda246

#eda246 #46eda2 #a246ed

Analogous Colors of #eda246

#eda246 #e5ed46 #ed4f46

Monochromatic Colors of #eda246

#eda246

Complementary Color

#eda246 #4691ed

#eda246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda246 Color CSS Codes

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

#eda246 Text Font Color

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

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


#eda246 Background Color

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

This div background color is #eda246


#eda246 Border Color

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

This div border color is #eda246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda246


Comments

No comments written yet.

Please login to write comment.