color codes Logo

#eda224 color codes

#EDA224
(237,162,36)
0 Favorites   0 Comments

Color spaces of #eda224

RGB 23716236
HSL0.100.850.54
HSV38°85°93°
CMYK 0.000.320.85   0.07
XYZ48.163843.97267.6181
Yxy43.97260.48280.4408
Hunter Lab66.311813.602939.6069
CIE-Lab72.210218.408369.6742

#eda224 color RGB value is (237,162,36).

#eda224 hex color red value is 237, green value is 162 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #eda224 hue: 0.10 , saturation: 0.85 and the lightness value of eda224 is 0.54.

The process color (four color CMYK) of #eda224 color code is 0.00, 0.32, 0.85, 0.07. Web safe color of #eda224 is #ff9933. Color #eda224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100010 00100100
Octal 355 242 44
Decimal 237 162 36
Hex ED A2 24

RGB Percentages of Color #eda224

%54.48
%37.24
%8.28

CMYK Percentages of Color #eda224

%0
%32
%85
%7

Triadic Colors of #eda224

#eda224 #24eda2 #a224ed

Analogous Colors of #eda224

#eda224 #d4ed24 #ed3e24

Monochromatic Colors of #eda224

#eda224

Complementary Color

#eda224 #246fed

#eda224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda224 Color CSS Codes

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

#eda224 Text Font Color

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

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


#eda224 Background Color

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

This div background color is #eda224


#eda224 Border Color

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

This div border color is #eda224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda224


Comments

No comments written yet.

Please login to write comment.