Color Hex Logo

#e2cb4e Color Hex

#E2CB4E
(226,203,78)
0 Favorites   0 Comments

Color spaces of #e2cb4e

RGB 22620378
HSL0.140.720.60
HSV51°65°89°
CMYK 0.000.100.65   0.11
XYZ54.095159.430715.8279
Yxy59.43070.41820.4594
Hunter Lab77.0913-9.656041.7909
CIE-Lab81.5278-6.019662.9912

#e2cb4e color RGB value is (226,203,78).

#e2cb4e hex color red value is 226, green value is 203 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e2cb4e hue: 0.14 , saturation: 0.72 and the lightness value of e2cb4e is 0.60.

The process color (four color CMYK) of #e2cb4e color hex is 0.00, 0.10, 0.65, 0.11. Web safe color of #e2cb4e is #cccc66. Color #e2cb4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001011 01001110
Octal 342 313 116
Decimal 226 203 78
Hex E2 CB 4E

RGB Percentages of Color #e2cb4e

%44.58
%40.04
%15.38

CMYK Percentages of Color #e2cb4e

%0
%10
%65
%11

Triadic Colors of #e2cb4e

#e2cb4e #4ee2cb #cb4ee2

Analogous Colors of #e2cb4e

#e2cb4e #afe24e #e2814e

Monochromatic Colors of #e2cb4e

#e2cb4e

Complementary Color

#e2cb4e #4e65e2

#e2cb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cb4e Color CSS Codes

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

#e2cb4e Text Font Color

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

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


#e2cb4e Background Color

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

This div background color is #e2cb4e


#e2cb4e Border Color

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

This div border color is #e2cb4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,203,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2cb4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2cb4e;
  -webkit-box-shadow: 1px 1px 3px 2px #e2cb4e;
  box-shadow:         1px 1px 3px 2px #e2cb4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,203,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cb4e


Comments

No comments written yet.

Please login to write comment.