Color Hex Logo

#e6c242 Color Hex

#E6C242
(230,194,66)
0 Favorites   0 Comments

Color spaces of #e6c242

RGB 23019466
HSL0.130.770.58
HSV47°71°90°
CMYK 0.000.160.71   0.10
XYZ52.908355.799913.1362
Yxy55.79990.43420.4580
Hunter Lab74.6993-4.295241.8631
CIE-Lab79.4998-0.331065.8299

#e6c242 color RGB value is (230,194,66).

#e6c242 hex color red value is 230, green value is 194 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #e6c242 hue: 0.13 , saturation: 0.77 and the lightness value of e6c242 is 0.58.

The process color (four color CMYK) of #e6c242 color hex is 0.00, 0.16, 0.71, 0.10. Web safe color of #e6c242 is #ffcc33. Color #e6c242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11000010 01000010
Octal 346 302 102
Decimal 230 194 66
Hex E6 C2 42

RGB Percentages of Color #e6c242

%46.94
%39.59
%13.47

CMYK Percentages of Color #e6c242

%0
%16
%71
%10

Triadic Colors of #e6c242

#e6c242 #42e6c2 #c242e6

Analogous Colors of #e6c242

#e6c242 #b8e642 #e67042

Monochromatic Colors of #e6c242

#e6c242

Complementary Color

#e6c242 #4266e6

#e6c242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6c242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6c242 Color CSS Codes

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

#e6c242 Text Font Color

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

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


#e6c242 Background Color

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

This div background color is #e6c242


#e6c242 Border Color

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

This div border color is #e6c242


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,194,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e6c242; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e6c242;
  -webkit-box-shadow: 1px 1px 3px 2px #e6c242;
  box-shadow:         1px 1px 3px 2px #e6c242; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,194,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6c242


Comments

No comments written yet.

Please login to write comment.