Color Hex Logo

#ec800d Color Hex

#EC800D
(236,128,13)
0 Favorites   0 Comments

Color spaces of #ec800d

RGB 23612813
HSL0.090.900.49
HSV31°94°93°
CMYK 0.000.460.94   0.07
XYZ42.383933.30034.5745
Yxy33.30030.52810.4149
Hunter Lab57.706430.117535.6945
CIE-Lab64.403335.428869.0987

#ec800d color RGB value is (236,128,13).

#ec800d hex color red value is 236, green value is 128 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ec800d hue: 0.09 , saturation: 0.90 and the lightness value of ec800d is 0.49.

The process color (four color CMYK) of #ec800d color hex is 0.00, 0.46, 0.94, 0.07. Web safe color of #ec800d is #ff9900. Color #ec800d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000000 00001101
Octal 354 200 15
Decimal 236 128 13
Hex EC 80 D

RGB Percentages of Color #ec800d

%62.60
%33.95
%3.45

CMYK Percentages of Color #ec800d

%0
%46
%94
%7

Triadic Colors of #ec800d

#ec800d #0dec80 #800dec

Analogous Colors of #ec800d

#ec800d #e9ec0d #ec110d

Monochromatic Colors of #ec800d

#ec800d

Complementary Color

#ec800d #0d79ec

#ec800d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec800d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec800d Color CSS Codes

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

#ec800d Text Font Color

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

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


#ec800d Background Color

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

This div background color is #ec800d


#ec800d Border Color

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

This div border color is #ec800d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec800d


Comments

No comments written yet.

Please login to write comment.