color codes Logo

#eee13d color codes

#EEE13D
(238,225,61)
0 Favorites   0 Comments

Color spaces of #eee13d

RGB 23822561
HSL0.150.840.59
HSV56°74°93°
CMYK 0.000.050.74   0.07
XYZ63.027472.364515.0607
Yxy72.36450.41890.4810
Hunter Lab85.0673-16.615049.0502
CIE-Lab88.1437-12.881576.1254

#eee13d color RGB value is (238,225,61).

#eee13d hex color red value is 238, green value is 225 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #eee13d hue: 0.15 , saturation: 0.84 and the lightness value of eee13d is 0.59.

The process color (four color CMYK) of #eee13d color code is 0.00, 0.05, 0.74, 0.07. Web safe color of #eee13d is #ffcc33. Color #eee13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100001 00111101
Octal 356 341 75
Decimal 238 225 61
Hex EE E1 3D

RGB Percentages of Color #eee13d

%45.42
%42.94
%11.64

CMYK Percentages of Color #eee13d

%0
%5
%74
%7

Triadic Colors of #eee13d

#eee13d #3deee1 #e13dee

Analogous Colors of #eee13d

#eee13d #a3ee3d #ee893d

Monochromatic Colors of #eee13d

#eee13d

Complementary Color

#eee13d #3d4aee

#eee13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee13d Color CSS Codes

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

#eee13d Text Font Color

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

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


#eee13d Background Color

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

This div background color is #eee13d


#eee13d Border Color

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

This div border color is #eee13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee13d


Comments

No comments written yet.

Please login to write comment.