Color Hex Logo

#eddb0d Color Hex

#EDDB0D
(237,219,13)
0 Favorites   0 Comments

Color spaces of #eddb0d

RGB 23721913
HSL0.150.900.49
HSV55°95°93°
CMYK 0.000.080.95   0.07
XYZ60.329268.696610.4609
Yxy68.69660.43250.4925
Hunter Lab82.8834-15.119350.5353
CIE-Lab86.3536-11.478284.8708

#eddb0d color RGB value is (237,219,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 00001101
Octal 355 333 15
Decimal 237 219 13
Hex ED DB D

RGB Percentages of Color #eddb0d

%50.53
%46.70
%2.77

CMYK Percentages of Color #eddb0d

%0
%8
%95
%7

Triadic Colors of #eddb0d

#eddb0d #0deddb #db0ded

Analogous Colors of #eddb0d

#eddb0d #8fed0d #ed6b0d

Monochromatic Colors of #eddb0d

#eddb0d

Complementary Color

#eddb0d #0d1fed

#eddb0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb0d Color CSS Codes

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

#eddb0d Text Font Color

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

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


#eddb0d Background Color

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

This div background color is #eddb0d


#eddb0d Border Color

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

This div border color is #eddb0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,219,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 #eddb0d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb0d


Comments

No comments written yet.

Please login to write comment.