color codes Logo

#eddd0d color codes

#EDDD0D
(237,221,13)
0 Favorites   0 Comments

Color spaces of #eddd0d

RGB 23722113
HSL0.150.900.49
HSV56°95°93°
CMYK 0.000.070.95   0.07
XYZ60.854169.746510.6358
Yxy69.74650.43090.4938
Hunter Lab83.5144-16.083250.9093
CIE-Lab86.8724-12.471885.2576

#eddd0d color RGB value is (237,221,13).

#eddd0d hex color red value is 237, green value is 221 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eddd0d hue: 0.15 , saturation: 0.90 and the lightness value of eddd0d is 0.49.

The process color (four color CMYK) of #eddd0d color code is 0.00, 0.07, 0.95, 0.07. Web safe color of #eddd0d is #ffcc00. Color #eddd0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 00001101
Octal 355 335 15
Decimal 237 221 13
Hex ED DD D

RGB Percentages of Color #eddd0d

%50.32
%46.92
%2.76

CMYK Percentages of Color #eddd0d

%0
%7
%95
%7

Triadic Colors of #eddd0d

#eddd0d #0deddd #dd0ded

Analogous Colors of #eddd0d

#eddd0d #8ded0d #ed6d0d

Monochromatic Colors of #eddd0d

#eddd0d

Complementary Color

#eddd0d #0d1ded

#eddd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd0d Color CSS Codes

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

#eddd0d Text Font Color

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

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


#eddd0d Background Color

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

This div background color is #eddd0d


#eddd0d Border Color

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

This div border color is #eddd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd0d


Comments

No comments written yet.

Please login to write comment.