Color Hex Logo

#e0c933 Color Hex

#E0C933
(224,201,51)
0 Favorites   0 Comments

Color spaces of #e0c933

RGB 22420151
HSL0.140.740.54
HSV52°77°88°
CMYK 0.000.100.77   0.12
XYZ52.224757.859611.5475
Yxy57.85960.42940.4757
Hunter Lab76.0655-10.560944.2450
CIE-Lab80.6607-7.113871.9877

#e0c933 color RGB value is (224,201,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001001 00110011
Octal 340 311 63
Decimal 224 201 51
Hex E0 C9 33

RGB Percentages of Color #e0c933

%47.06
%42.23
%10.71

CMYK Percentages of Color #e0c933

%0
%10
%77
%12

Triadic Colors of #e0c933

#e0c933 #33e0c9 #c933e0

Analogous Colors of #e0c933

#e0c933 #a1e033 #e07333

Monochromatic Colors of #e0c933

#e0c933

Complementary Color

#e0c933 #334ae0

#e0c933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0c933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0c933 Color CSS Codes

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

#e0c933 Text Font Color

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

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


#e0c933 Background Color

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

This div background color is #e0c933


#e0c933 Border Color

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

This div border color is #e0c933


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,201,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 #e0c933">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0c933


Comments

No comments written yet.

Please login to write comment.