Color Hex Logo

#e6c25e Color Hex

#E6C25E
(230,194,94)
0 Favorites   0 Comments

Color spaces of #e6c25e

RGB 23019494
HSL0.120.730.64
HSV44°59°90°
CMYK 0.000.160.59   0.10
XYZ53.945356.214718.5970
Yxy56.21470.41900.4366
Hunter Lab74.9765-2.778737.7774
CIE-Lab79.73591.321454.0956

#e6c25e color RGB value is (230,194,94).

#e6c25e hex color red value is 230, green value is 194 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e6c25e hue: 0.12 , saturation: 0.73 and the lightness value of e6c25e is 0.64.

The process color (four color CMYK) of #e6c25e color hex is 0.00, 0.16, 0.59, 0.10. Web safe color of #e6c25e is #ffcc66. Color #e6c25e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11000010 01011110
Octal 346 302 136
Decimal 230 194 94
Hex E6 C2 5E

RGB Percentages of Color #e6c25e

%44.40
%37.45
%18.15

CMYK Percentages of Color #e6c25e

%0
%16
%59
%10

Triadic Colors of #e6c25e

#e6c25e #5ee6c2 #c25ee6

Analogous Colors of #e6c25e

#e6c25e #c6e65e #e67e5e

Monochromatic Colors of #e6c25e

#e6c25e

Complementary Color

#e6c25e #5e82e6

#e6c25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6c25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6c25e Color CSS Codes

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

#e6c25e Text Font Color

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

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


#e6c25e Background Color

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

This div background color is #e6c25e


#e6c25e Border Color

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

This div border color is #e6c25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6c25e


Comments

No comments written yet.

Please login to write comment.