Color Hex Logo

#ecc26a Color Hex

#ECC26A
(236,194,106)
0 Favorites   0 Comments

Color spaces of #ecc26a

RGB 236194106
HSL0.110.770.67
HSV41°55°93°
CMYK 0.000.180.55   0.07
XYZ56.485457.457021.7489
Yxy57.45700.41630.4234
Hunter Lab75.80040.365036.0486
CIE-Lab80.43604.701949.3578

#ecc26a color RGB value is (236,194,106).

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

The process color (four color CMYK) of #ecc26a color hex is 0.00, 0.18, 0.55, 0.07. Web safe color of #ecc26a is #ffcc66. Color #ecc26a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 01101010
Octal 354 302 152
Decimal 236 194 106
Hex EC C2 6A

RGB Percentages of Color #ecc26a

%44.03
%36.19
%19.78

CMYK Percentages of Color #ecc26a

%0
%18
%55
%7

Triadic Colors of #ecc26a

#ecc26a #6aecc2 #c26aec

Analogous Colors of #ecc26a

#ecc26a #d5ec6a #ec816a

Monochromatic Colors of #ecc26a

#ecc26a

Complementary Color

#ecc26a #6a94ec

#ecc26a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc26a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc26a Color CSS Codes

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

#ecc26a Text Font Color

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

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


#ecc26a Background Color

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

This div background color is #ecc26a


#ecc26a Border Color

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

This div border color is #ecc26a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc26a


Comments

No comments written yet.

Please login to write comment.