Color Hex Logo

#eece1a Color Hex

#EECE1A
(238,206,26)
0 Favorites   0 Comments

Color spaces of #eece1a

RGB 23820626
HSL0.140.860.52
HSV51°89°93°
CMYK 0.000.130.89   0.07
XYZ57.517762.39439.9891
Yxy62.39430.44280.4803
Hunter Lab78.9901-8.255447.7952
CIE-Lab83.1227-4.333480.6986

#eece1a color RGB value is (238,206,26).

#eece1a hex color red value is 238, green value is 206 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #eece1a hue: 0.14 , saturation: 0.86 and the lightness value of eece1a is 0.52.

The process color (four color CMYK) of #eece1a color hex is 0.00, 0.13, 0.89, 0.07. Web safe color of #eece1a is #ffcc33. Color #eece1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001110 00011010
Octal 356 316 32
Decimal 238 206 26
Hex EE CE 1A

RGB Percentages of Color #eece1a

%50.64
%43.83
%5.53

CMYK Percentages of Color #eece1a

%0
%13
%89
%7

Triadic Colors of #eece1a

#eece1a #1aeece #ce1aee

Analogous Colors of #eece1a

#eece1a #a4ee1a #ee641a

Monochromatic Colors of #eece1a

#eece1a

Complementary Color

#eece1a #1a3aee

#eece1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eece1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eece1a Color CSS Codes

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

#eece1a Text Font Color

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

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


#eece1a Background Color

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

This div background color is #eece1a


#eece1a Border Color

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

This div border color is #eece1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eece1a


Comments

No comments written yet.

Please login to write comment.