Color Hex Logo

#edaa1a Color Hex

#EDAA1A
(237,170,26)
0 Favorites   0 Comments

Color spaces of #edaa1a

RGB 23717026
HSL0.110.850.52
HSV41°89°93°
CMYK 0.000.280.89   0.07
XYZ49.486246.82867.4079
Yxy46.82860.47710.4515
Hunter Lab68.43149.327341.4837
CIE-Lab74.080013.964173.6631

#edaa1a color RGB value is (237,170,26).

#edaa1a hex color red value is 237, green value is 170 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #edaa1a hue: 0.11 , saturation: 0.85 and the lightness value of edaa1a is 0.52.

The process color (four color CMYK) of #edaa1a color hex is 0.00, 0.28, 0.89, 0.07. Web safe color of #edaa1a is #ff9933. Color #edaa1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101010 00011010
Octal 355 252 32
Decimal 237 170 26
Hex ED AA 1A

RGB Percentages of Color #edaa1a

%54.73
%39.26
%6.00

CMYK Percentages of Color #edaa1a

%0
%28
%89
%7

Triadic Colors of #edaa1a

#edaa1a #1aedaa #aa1aed

Analogous Colors of #edaa1a

#edaa1a #c7ed1a #ed411a

Monochromatic Colors of #edaa1a

#edaa1a

Complementary Color

#edaa1a #1a5ded

#edaa1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaa1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaa1a Color CSS Codes

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

#edaa1a Text Font Color

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

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


#edaa1a Background Color

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

This div background color is #edaa1a


#edaa1a Border Color

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

This div border color is #edaa1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaa1a


Comments

No comments written yet.

Please login to write comment.