Color Hex Logo

#eda62d Color Hex

#EDA62D
(237,166,45)
0 Favorites   0 Comments

Color spaces of #eda62d

RGB 23716645
HSL0.110.840.55
HSV38°81°93°
CMYK 0.000.300.81   0.07
XYZ49.034945.46648.6741
Yxy45.46640.47530.4407
Hunter Lab67.428811.806739.5730
CIE-Lab73.197916.539667.7328

#eda62d color RGB value is (237,166,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100110 00101101
Octal 355 246 55
Decimal 237 166 45
Hex ED A6 2D

RGB Percentages of Color #eda62d

%52.90
%37.05
%10.04

CMYK Percentages of Color #eda62d

%0
%30
%81
%7

Triadic Colors of #eda62d

#eda62d #2deda6 #a62ded

Analogous Colors of #eda62d

#eda62d #d4ed2d #ed462d

Monochromatic Colors of #eda62d

#eda62d

Complementary Color

#eda62d #2d74ed

#eda62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda62d Color CSS Codes

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

#eda62d Text Font Color

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

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


#eda62d Background Color

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

This div background color is #eda62d


#eda62d Border Color

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

This div border color is #eda62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda62d


Comments

No comments written yet.

Please login to write comment.