Color Hex Logo

#ecda1e Color Hex

#ECDA1E
(236,218,30)
0 Favorites   0 Comments

Color spaces of #ecda1e

RGB 23621830
HSL0.150.840.52
HSV55°87°93°
CMYK 0.000.080.87   0.07
XYZ59.897868.069411.2101
Yxy68.06940.43040.4891
Hunter Lab82.5042-14.791849.6970
CIE-Lab86.0411-11.158282.1955

#ecda1e color RGB value is (236,218,30).

#ecda1e hex color red value is 236, green value is 218 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ecda1e hue: 0.15 , saturation: 0.84 and the lightness value of ecda1e is 0.52.

The process color (four color CMYK) of #ecda1e color hex is 0.00, 0.08, 0.87, 0.07. Web safe color of #ecda1e is #ffcc33. Color #ecda1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011010 00011110
Octal 354 332 36
Decimal 236 218 30
Hex EC DA 1E

RGB Percentages of Color #ecda1e

%48.76
%45.04
%6.20

CMYK Percentages of Color #ecda1e

%0
%8
%87
%7

Triadic Colors of #ecda1e

#ecda1e #1eecda #da1eec

Analogous Colors of #ecda1e

#ecda1e #97ec1e #ec731e

Monochromatic Colors of #ecda1e

#ecda1e

Complementary Color

#ecda1e #1e30ec

#ecda1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecda1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecda1e Color CSS Codes

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

#ecda1e Text Font Color

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

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


#ecda1e Background Color

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

This div background color is #ecda1e


#ecda1e Border Color

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

This div border color is #ecda1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecda1e


Comments

No comments written yet.

Please login to write comment.