Color Hex Logo

#e2cb0f Color Hex

#E2CB0F
(226,203,15)
0 Favorites   0 Comments

Color spaces of #e2cb0f

RGB 22620315
HSL0.150.880.47
HSV53°93°89°
CMYK 0.000.100.93   0.11
XYZ52.806258.91519.0405
Yxy58.91510.43730.4879
Hunter Lab76.7562-11.520146.7460
CIE-Lab81.2449-8.117780.4119

#e2cb0f color RGB value is (226,203,15).

#e2cb0f hex color red value is 226, green value is 203 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e2cb0f hue: 0.15 , saturation: 0.88 and the lightness value of e2cb0f is 0.47.

The process color (four color CMYK) of #e2cb0f color hex is 0.00, 0.10, 0.93, 0.11. Web safe color of #e2cb0f is #cccc00. Color #e2cb0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 11001011 00001111
Octal 342 313 17
Decimal 226 203 15
Hex E2 CB F

RGB Percentages of Color #e2cb0f

%50.90
%45.72
%3.38

CMYK Percentages of Color #e2cb0f

%0
%10
%93
%11

Triadic Colors of #e2cb0f

#e2cb0f #0fe2cb #cb0fe2

Analogous Colors of #e2cb0f

#e2cb0f #90e20f #e2610f

Monochromatic Colors of #e2cb0f

#e2cb0f

Complementary Color

#e2cb0f #0f26e2

#e2cb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2cb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2cb0f Color CSS Codes

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

#e2cb0f Text Font Color

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

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


#e2cb0f Background Color

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

This div background color is #e2cb0f


#e2cb0f Border Color

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

This div border color is #e2cb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2cb0f


Comments

No comments written yet.

Please login to write comment.