color codes Logo

#ecb50d color codes

#ECB50D
(236,181,13)
0 Favorites   0 Comments

Color spaces of #ecb50d

RGB 23618113
HSL0.130.900.49
HSV45°94°93°
CMYK 0.000.230.94   0.07
XYZ51.188650.90977.5094
Yxy50.90970.46700.4645
Hunter Lab71.35103.195043.7057
CIE-Lab76.62437.558177.6786

#ecb50d color RGB value is (236,181,13).

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

The process color (four color CMYK) of #ecb50d color code is 0.00, 0.23, 0.94, 0.07. Web safe color of #ecb50d is #ffcc00. Color #ecb50d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110101 00001101
Octal 354 265 15
Decimal 236 181 13
Hex EC B5 D

RGB Percentages of Color #ecb50d

%54.88
%42.09
%3.02

CMYK Percentages of Color #ecb50d

%0
%23
%94
%7

Triadic Colors of #ecb50d

#ecb50d #0decb5 #b50dec

Analogous Colors of #ecb50d

#ecb50d #b4ec0d #ec460d

Monochromatic Colors of #ecb50d

#ecb50d

Complementary Color

#ecb50d #0d44ec

#ecb50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb50d Color CSS Codes

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

#ecb50d Text Font Color

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

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


#ecb50d Background Color

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

This div background color is #ecb50d


#ecb50d Border Color

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

This div border color is #ecb50d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,181,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 #ecb50d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb50d

#ecb50d Color Palettes


Comments

No comments written yet.

Please login to write comment.