Color Hex Logo

#eda030 Color Hex

#EDA030
(237,160,48)
0 Favorites   0 Comments

Color spaces of #eda030

RGB 23716048
HSL0.100.840.56
HSV36°80°93°
CMYK 0.000.320.80   0.07
XYZ48.029443.35958.6341
Yxy43.35950.48020.4335
Hunter Lab65.847914.963838.3193
CIE-Lab71.798319.812665.4521

#eda030 color RGB value is (237,160,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100000 00110000
Octal 355 240 60
Decimal 237 160 48
Hex ED A0 30

RGB Percentages of Color #eda030

%53.26
%35.96
%10.79

CMYK Percentages of Color #eda030

%0
%32
%80
%7

Triadic Colors of #eda030

#eda030 #30eda0 #a030ed

Analogous Colors of #eda030

#eda030 #dced30 #ed4230

Monochromatic Colors of #eda030

#eda030

Complementary Color

#eda030 #307ded

#eda030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda030 Color CSS Codes

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

#eda030 Text Font Color

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

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


#eda030 Background Color

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

This div background color is #eda030


#eda030 Border Color

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

This div border color is #eda030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda030


Comments

No comments written yet.

Please login to write comment.