color codes Logo

#eeda07 color codes

#EEDA07
(238,218,7)
0 Favorites   0 Comments

Color spaces of #eeda07

RGB 2382187
HSL0.150.940.48
HSV55°97°93°
CMYK 0.000.080.97   0.07
XYZ60.369668.335310.2092
Yxy68.33530.43460.4919
Hunter Lab82.6652-14.307250.5433
CIE-Lab86.1738-10.607585.3015

#eeda07 color RGB value is (238,218,7).

#eeda07 hex color red value is 238, green value is 218 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #eeda07 hue: 0.15 , saturation: 0.94 and the lightness value of eeda07 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 00000111
Octal 356 332 7
Decimal 238 218 7
Hex EE DA 7

RGB Percentages of Color #eeda07

%51.40
%47.08
%1.51

CMYK Percentages of Color #eeda07

%0
%8
%97
%7

Triadic Colors of #eeda07

#eeda07 #07eeda #da07ee

Analogous Colors of #eeda07

#eeda07 #8fee07 #ee6707

Monochromatic Colors of #eeda07

#eeda07

Complementary Color

#eeda07 #071bee

#eeda07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda07 Color CSS Codes

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

#eeda07 Text Font Color

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

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


#eeda07 Background Color

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

This div background color is #eeda07


#eeda07 Border Color

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

This div border color is #eeda07


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,218,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eeda07; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eeda07;
  -webkit-box-shadow: 1px 1px 3px 2px #eeda07;
  box-shadow:         1px 1px 3px 2px #eeda07; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,218,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda07


Comments

No comments written yet.

Please login to write comment.