Color Hex Logo

#ecc14b Color Hex

#ECC14B
(236,193,75)
0 Favorites   0 Comments

Color spaces of #ecc14b

RGB 23619375
HSL0.120.810.61
HSV44°68°93°
CMYK 0.000.180.68   0.07
XYZ54.932056.480814.6633
Yxy56.48080.43570.4480
Hunter Lab75.1537-1.048241.0395
CIE-Lab79.88673.180062.8069

#ecc14b color RGB value is (236,193,75).

#ecc14b hex color red value is 236, green value is 193 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ecc14b hue: 0.12 , saturation: 0.81 and the lightness value of ecc14b is 0.61.

The process color (four color CMYK) of #ecc14b color hex is 0.00, 0.18, 0.68, 0.07. Web safe color of #ecc14b is #ffcc33. Color #ecc14b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 01001011
Octal 354 301 113
Decimal 236 193 75
Hex EC C1 4B

RGB Percentages of Color #ecc14b

%46.83
%38.29
%14.88

CMYK Percentages of Color #ecc14b

%0
%18
%68
%7

Triadic Colors of #ecc14b

#ecc14b #4becc1 #c14bec

Analogous Colors of #ecc14b

#ecc14b #c7ec4b #ec714b

Monochromatic Colors of #ecc14b

#ecc14b

Complementary Color

#ecc14b #4b76ec

#ecc14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc14b Color CSS Codes

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

#ecc14b Text Font Color

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

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


#ecc14b Background Color

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

This div background color is #ecc14b


#ecc14b Border Color

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

This div border color is #ecc14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc14b


Comments

No comments written yet.

Please login to write comment.