Color Hex Logo

#ecc807 Color Hex

#ECC807
(236,200,7)
0 Favorites   0 Comments

Color spaces of #ecc807

RGB 2362007
HSL0.140.940.48
HSV51°97°93°
CMYK 0.000.150.97   0.07
XYZ55.284759.15688.7056
Yxy59.15680.44890.4804
Hunter Lab76.9135-6.294447.1286
CIE-Lab81.3777-2.357481.7318

#ecc807 color RGB value is (236,200,7).

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

The process color (four color CMYK) of #ecc807 color hex is 0.00, 0.15, 0.97, 0.07. Web safe color of #ecc807 is #ffcc00. Color #ecc807 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001000 00000111
Octal 354 310 7
Decimal 236 200 7
Hex EC C8 7

RGB Percentages of Color #ecc807

%53.27
%45.15
%1.58

CMYK Percentages of Color #ecc807

%0
%15
%97
%7

Triadic Colors of #ecc807

#ecc807 #07ecc8 #c807ec

Analogous Colors of #ecc807

#ecc807 #9eec07 #ec5507

Monochromatic Colors of #ecc807

#ecc807

Complementary Color

#ecc807 #072bec

#ecc807 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc807 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc807 Color CSS Codes

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

#ecc807 Text Font Color

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

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


#ecc807 Background Color

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

This div background color is #ecc807


#ecc807 Border Color

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

This div border color is #ecc807


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc807


Comments

No comments written yet.

Please login to write comment.