color codes Logo

#edcd3a color codes

#EDCD3A
(237,205,58)
0 Favorites   0 Comments

Color spaces of #edcd3a

RGB 23720558
HSL0.140.830.58
HSV49°76°93°
CMYK 0.000.140.76   0.07
XYZ57.520161.972712.9333
Yxy61.97270.43440.4680
Hunter Lab78.7227-7.340845.3652
CIE-Lab82.8989-3.363072.2019

#edcd3a color RGB value is (237,205,58).

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

The process color (four color CMYK) of #edcd3a color code is 0.00, 0.14, 0.76, 0.07. Web safe color of #edcd3a is #ffcc33. Color #edcd3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 00111010
Octal 355 315 72
Decimal 237 205 58
Hex ED CD 3A

RGB Percentages of Color #edcd3a

%47.40
%41.00
%11.60

CMYK Percentages of Color #edcd3a

%0
%14
%76
%7

Triadic Colors of #edcd3a

#edcd3a #3aedcd #cd3aed

Analogous Colors of #edcd3a

#edcd3a #b4ed3a #ed743a

Monochromatic Colors of #edcd3a

#edcd3a

Complementary Color

#edcd3a #3a5aed

#edcd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcd3a Color CSS Codes

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

#edcd3a Text Font Color

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

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


#edcd3a Background Color

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

This div background color is #edcd3a


#edcd3a Border Color

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

This div border color is #edcd3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcd3a


Comments

No comments written yet.

Please login to write comment.