color codes Logo

#ece01a color codes

#ECE01A
(236,224,26)
0 Favorites   0 Comments

Color spaces of #ece01a

RGB 23622426
HSL0.160.850.51
HSV57°89°93°
CMYK 0.000.050.89   0.07
XYZ61.434271.218811.4859
Yxy71.21880.42620.4941
Hunter Lab84.3912-17.742251.0043
CIE-Lab87.5912-14.205184.1056

#ece01a color RGB value is (236,224,26).

#ece01a hex color red value is 236, green value is 224 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ece01a hue: 0.16 , saturation: 0.85 and the lightness value of ece01a is 0.51.

The process color (four color CMYK) of #ece01a color code is 0.00, 0.05, 0.89, 0.07. Web safe color of #ece01a is #ffcc33. Color #ece01a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100000 00011010
Octal 354 340 32
Decimal 236 224 26
Hex EC E0 1A

RGB Percentages of Color #ece01a

%48.56
%46.09
%5.35

CMYK Percentages of Color #ece01a

%0
%5
%89
%7

Triadic Colors of #ece01a

#ece01a #1aece0 #e01aec

Analogous Colors of #ece01a

#ece01a #8fec1a #ec771a

Monochromatic Colors of #ece01a

#ece01a

Complementary Color

#ece01a #1a26ec

#ece01a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece01a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece01a Color CSS Codes

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

#ece01a Text Font Color

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

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


#ece01a Background Color

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

This div background color is #ece01a


#ece01a Border Color

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

This div border color is #ece01a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece01a


Comments

No comments written yet.

Please login to write comment.