color codes Logo

#eda023 color codes

#EDA023
(237,160,35)
0 Favorites   0 Comments

Color spaces of #eda023

RGB 23716035
HSL0.100.850.53
HSV37°85°93°
CMYK 0.000.320.85   0.07
XYZ47.799243.26757.4223
Yxy43.26750.48530.4393
Hunter Lab65.778014.599839.3544
CIE-Lab71.736219.443169.5691

#eda023 color RGB value is (237,160,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 00100011
Octal 355 240 43
Decimal 237 160 35
Hex ED A0 23

RGB Percentages of Color #eda023

%54.86
%37.04
%8.10

CMYK Percentages of Color #eda023

%0
%32
%85
%7

Triadic Colors of #eda023

#eda023 #23eda0 #a023ed

Analogous Colors of #eda023

#eda023 #d5ed23 #ed3b23

Monochromatic Colors of #eda023

#eda023

Complementary Color

#eda023 #2370ed

#eda023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda023 Color CSS Codes

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

#eda023 Text Font Color

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

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


#eda023 Background Color

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

This div background color is #eda023


#eda023 Border Color

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

This div border color is #eda023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda023


Comments

No comments written yet.

Please login to write comment.