Color Hex Logo

#e5cb01 Color Hex

#E5CB01
(229,203,1)
0 Favorites   0 Comments

Color spaces of #e5cb01

RGB 2292031
HSL0.150.990.45
HSV53°100°90°
CMYK 0.000.111.00   0.10
XYZ53.674559.37218.6597
Yxy59.37210.44100.4878
Hunter Lab77.0533-10.502147.2739
CIE-Lab81.4957-6.958082.0870

#e5cb01 color RGB value is (229,203,1).

#e5cb01 hex color red value is 229, green value is 203 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #e5cb01 hue: 0.15 , saturation: 0.99 and the lightness value of e5cb01 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001011 00000001
Octal 345 313 1
Decimal 229 203 1
Hex E5 CB 1

RGB Percentages of Color #e5cb01

%52.89
%46.88
%0.23

CMYK Percentages of Color #e5cb01

%0
%11
%100
%10

Triadic Colors of #e5cb01

#e5cb01 #01e5cb #cb01e5

Analogous Colors of #e5cb01

#e5cb01 #8de501 #e55901

Monochromatic Colors of #e5cb01

#e5cb01

Complementary Color

#e5cb01 #011be5

#e5cb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5cb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5cb01 Color CSS Codes

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

#e5cb01 Text Font Color

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

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


#e5cb01 Background Color

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

This div background color is #e5cb01


#e5cb01 Border Color

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

This div border color is #e5cb01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5cb01


Comments

No comments written yet.

Please login to write comment.