Color Hex Logo

#eed638 Color Hex

#EED638
(238,214,56)
0 Favorites   0 Comments

Color spaces of #eed638

RGB 23821456
HSL0.140.840.58
HSV52°76°93°
CMYK 0.000.100.76   0.07
XYZ60.020366.555813.4245
Yxy66.55580.42870.4754
Hunter Lab81.5817-11.444247.3509
CIE-Lab85.2791-7.581675.0765

#eed638 color RGB value is (238,214,56).

#eed638 hex color red value is 238, green value is 214 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #eed638 hue: 0.14 , saturation: 0.84 and the lightness value of eed638 is 0.58.

The process color (four color CMYK) of #eed638 color hex is 0.00, 0.10, 0.76, 0.07. Web safe color of #eed638 is #ffcc33. Color #eed638 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010110 00111000
Octal 356 326 70
Decimal 238 214 56
Hex EE D6 38

RGB Percentages of Color #eed638

%46.85
%42.13
%11.02

CMYK Percentages of Color #eed638

%0
%10
%76
%7

Triadic Colors of #eed638

#eed638 #38eed6 #d638ee

Analogous Colors of #eed638

#eed638 #abee38 #ee7b38

Monochromatic Colors of #eed638

#eed638

Complementary Color

#eed638 #3850ee

#eed638 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed638 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed638 Color CSS Codes

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

#eed638 Text Font Color

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

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


#eed638 Background Color

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

This div background color is #eed638


#eed638 Border Color

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

This div border color is #eed638


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed638


Comments

No comments written yet.

Please login to write comment.