Color Hex Logo

#eda33c Color Hex

#EDA33C
(237,163,60)
0 Favorites   0 Comments

Color spaces of #eda33c

RGB 23716360
HSL0.100.830.58
HSV35°75°93°
CMYK 0.000.310.75   0.07
XYZ48.837944.525210.2951
Yxy44.52520.47110.4295
Hunter Lab66.727213.872237.5614
CIE-Lab72.578218.673361.6066

#eda33c color RGB value is (237,163,60).

#eda33c hex color red value is 237, green value is 163 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #eda33c hue: 0.10 , saturation: 0.83 and the lightness value of eda33c is 0.58.

The process color (four color CMYK) of #eda33c color hex is 0.00, 0.31, 0.75, 0.07. Web safe color of #eda33c is #ff9933. Color #eda33c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 00111100
Octal 355 243 74
Decimal 237 163 60
Hex ED A3 3C

RGB Percentages of Color #eda33c

%51.52
%35.43
%13.04

CMYK Percentages of Color #eda33c

%0
%31
%75
%7

Triadic Colors of #eda33c

#eda33c #3ceda3 #a33ced

Analogous Colors of #eda33c

#eda33c #dfed3c #ed4b3c

Monochromatic Colors of #eda33c

#eda33c

Complementary Color

#eda33c #3c86ed

#eda33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda33c Color CSS Codes

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

#eda33c Text Font Color

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

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


#eda33c Background Color

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

This div background color is #eda33c


#eda33c Border Color

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

This div border color is #eda33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda33c


Comments

No comments written yet.

Please login to write comment.