Color Hex Logo

#ecc065 Color Hex

#ECC065
(236,192,101)
0 Favorites   0 Comments

Color spaces of #ecc065

RGB 236192101
HSL0.110.780.66
HSV40°57°93°
CMYK 0.000.190.57   0.07
XYZ55.790756.471720.2716
Yxy56.47170.42100.4261
Hunter Lab75.14771.012636.6095
CIE-Lab79.88155.361251.1113

#ecc065 color RGB value is (236,192,101).

#ecc065 hex color red value is 236, green value is 192 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ecc065 hue: 0.11 , saturation: 0.78 and the lightness value of ecc065 is 0.66.

The process color (four color CMYK) of #ecc065 color hex is 0.00, 0.19, 0.57, 0.07. Web safe color of #ecc065 is #ffcc66. Color #ecc065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000000 01100101
Octal 354 300 145
Decimal 236 192 101
Hex EC C0 65

RGB Percentages of Color #ecc065

%44.61
%36.29
%19.09

CMYK Percentages of Color #ecc065

%0
%19
%57
%7

Triadic Colors of #ecc065

#ecc065 #65ecc0 #c065ec

Analogous Colors of #ecc065

#ecc065 #d5ec65 #ec7d65

Monochromatic Colors of #ecc065

#ecc065

Complementary Color

#ecc065 #6591ec

#ecc065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc065 Color CSS Codes

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

#ecc065 Text Font Color

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

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


#ecc065 Background Color

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

This div background color is #ecc065


#ecc065 Border Color

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

This div border color is #ecc065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc065


Comments

No comments written yet.

Please login to write comment.