Color Hex Logo

#ecc70b Color Hex

#ECC70B
(236,199,11)
0 Favorites   0 Comments

Color spaces of #ecc70b

RGB 23619911
HSL0.140.910.48
HSV50°95°93°
CMYK 0.000.160.95   0.07
XYZ55.075958.70398.7448
Yxy58.70390.44950.4791
Hunter Lab76.6185-5.770646.8659
CIE-Lab81.1286-1.809681.1732

#ecc70b color RGB value is (236,199,11).

#ecc70b hex color red value is 236, green value is 199 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ecc70b hue: 0.14 , saturation: 0.91 and the lightness value of ecc70b is 0.48.

The process color (four color CMYK) of #ecc70b color hex is 0.00, 0.16, 0.95, 0.07. Web safe color of #ecc70b is #ffcc00. Color #ecc70b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000111 00001011
Octal 354 307 13
Decimal 236 199 11
Hex EC C7 B

RGB Percentages of Color #ecc70b

%52.91
%44.62
%2.47

CMYK Percentages of Color #ecc70b

%0
%16
%95
%7

Triadic Colors of #ecc70b

#ecc70b #0becc7 #c70bec

Analogous Colors of #ecc70b

#ecc70b #a1ec0b #ec560b

Monochromatic Colors of #ecc70b

#ecc70b

Complementary Color

#ecc70b #0b30ec

#ecc70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc70b Color CSS Codes

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

#ecc70b Text Font Color

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

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


#ecc70b Background Color

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

This div background color is #ecc70b


#ecc70b Border Color

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

This div border color is #ecc70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc70b


Comments

No comments written yet.

Please login to write comment.