Color Hex Logo

#e6c05d Color Hex

#E6C05D
(230,192,93)
0 Favorites   0 Comments

Color spaces of #e6c05d

RGB 23019293
HSL0.120.730.63
HSV43°60°90°
CMYK 0.000.170.60   0.10
XYZ53.458555.312618.2148
Yxy55.31260.42100.4356
Hunter Lab74.3724-1.847037.5398
CIE-Lab79.22102.291653.9733

#e6c05d color RGB value is (230,192,93).

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

The process color (four color CMYK) of #e6c05d color hex is 0.00, 0.17, 0.60, 0.10. Web safe color of #e6c05d is #ffcc66. Color #e6c05d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11000000 01011101
Octal 346 300 135
Decimal 230 192 93
Hex E6 C0 5D

RGB Percentages of Color #e6c05d

%44.66
%37.28
%18.06

CMYK Percentages of Color #e6c05d

%0
%17
%60
%10

Triadic Colors of #e6c05d

#e6c05d #5de6c0 #c05de6

Analogous Colors of #e6c05d

#e6c05d #c8e65d #e67c5d

Monochromatic Colors of #e6c05d

#e6c05d

Complementary Color

#e6c05d #5d83e6

#e6c05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6c05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6c05d Color CSS Codes

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

#e6c05d Text Font Color

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

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


#e6c05d Background Color

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

This div background color is #e6c05d


#e6c05d Border Color

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

This div border color is #e6c05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6c05d


Comments

No comments written yet.

Please login to write comment.