Color Hex Logo

#ec9801 Color Hex

#EC9801
(236,152,1)
1 Favorites   0 Comments

Color spaces of #ec9801

RGB 2361521
HSL0.110.990.46
HSV39°100°93°
CMYK 0.000.361.00   0.07
XYZ45.825840.29155.3905
Yxy40.29150.50080.4403
Hunter Lab63.475617.784739.3979
CIE-Lab69.676622.771374.2806

#ec9801 color RGB value is (236,152,1).

#ec9801 hex color red value is 236, green value is 152 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ec9801 hue: 0.11 , saturation: 0.99 and the lightness value of ec9801 is 0.46.

The process color (four color CMYK) of #ec9801 color hex is 0.00, 0.36, 1.00, 0.07. Web safe color of #ec9801 is #ff9900. Color #ec9801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011000 00000001
Octal 354 230 1
Decimal 236 152 1
Hex EC 98 1

RGB Percentages of Color #ec9801

%60.67
%39.07
%0.26

CMYK Percentages of Color #ec9801

%0
%36
%100
%7

Triadic Colors of #ec9801

#ec9801 #01ec98 #9801ec

Analogous Colors of #ec9801

#ec9801 #cbec01 #ec2301

Monochromatic Colors of #ec9801

#ec9801

Complementary Color

#ec9801 #0155ec

#ec9801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9801 Color CSS Codes

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

#ec9801 Text Font Color

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

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


#ec9801 Background Color

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

This div background color is #ec9801


#ec9801 Border Color

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

This div border color is #ec9801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9801

#ec9801 Color Palettes


Comments

No comments written yet.

Please login to write comment.