color codes Logo

#ecd16b color codes

#ECD16B
(236,209,107)
0 Favorites   0 Comments

Color spaces of #ecd16b

RGB 236209107
HSL0.130.770.67
HSV47°55°93°
CMYK 0.000.110.55   0.07
XYZ60.046464.495323.1940
Yxy64.49530.40640.4366
Hunter Lab80.3090-7.077639.0928
CIE-Lab84.2230-2.967153.3531

#ecd16b color RGB value is (236,209,107).

#ecd16b hex color red value is 236, green value is 209 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ecd16b hue: 0.13 , saturation: 0.77 and the lightness value of ecd16b is 0.67.

The process color (four color CMYK) of #ecd16b color code is 0.00, 0.11, 0.55, 0.07. Web safe color of #ecd16b is #ffcc66. Color #ecd16b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010001 01101011
Octal 354 321 153
Decimal 236 209 107
Hex EC D1 6B

RGB Percentages of Color #ecd16b

%42.75
%37.86
%19.38

CMYK Percentages of Color #ecd16b

%0
%11
%55
%7

Triadic Colors of #ecd16b

#ecd16b #6becd1 #d16bec

Analogous Colors of #ecd16b

#ecd16b #c7ec6b #ec916b

Monochromatic Colors of #ecd16b

#ecd16b

Complementary Color

#ecd16b #6b86ec

#ecd16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd16b Color CSS Codes

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

#ecd16b Text Font Color

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

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


#ecd16b Background Color

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

This div background color is #ecd16b


#ecd16b Border Color

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

This div border color is #ecd16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd16b


Comments

No comments written yet.

Please login to write comment.