Color Hex Logo

#e2ca33 Color Hex

#E2CA33
(226,202,51)
0 Favorites   0 Comments

Color spaces of #e2ca33

RGB 22620251
HSL0.140.750.54
HSV52°77°89°
CMYK 0.000.110.77   0.11
XYZ53.082158.648811.6546
Yxy58.64880.43020.4753
Hunter Lab76.5825-10.294644.5848
CIE-Lab81.0982-6.770672.4503

#e2ca33 color RGB value is (226,202,51).

#e2ca33 hex color red value is 226, green value is 202 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #e2ca33 hue: 0.14 , saturation: 0.75 and the lightness value of e2ca33 is 0.54.

The process color (four color CMYK) of #e2ca33 color hex is 0.00, 0.11, 0.77, 0.11. Web safe color of #e2ca33 is #cccc33. Color #e2ca33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001010 00110011
Octal 342 312 63
Decimal 226 202 51
Hex E2 CA 33

RGB Percentages of Color #e2ca33

%47.18
%42.17
%10.65

CMYK Percentages of Color #e2ca33

%0
%11
%77
%11

Triadic Colors of #e2ca33

#e2ca33 #33e2ca #ca33e2

Analogous Colors of #e2ca33

#e2ca33 #a3e233 #e27333

Monochromatic Colors of #e2ca33

#e2ca33

Complementary Color

#e2ca33 #334be2

#e2ca33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2ca33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2ca33 Color CSS Codes

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

#e2ca33 Text Font Color

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

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


#e2ca33 Background Color

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

This div background color is #e2ca33


#e2ca33 Border Color

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

This div border color is #e2ca33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2ca33


Comments

No comments written yet.

Please login to write comment.