Color Hex Logo

#ecb920 Color Hex

#ECB920
(236,185,32)
2 Favorites   0 Comments

Color spaces of #ecb920

RGB 23618532
HSL0.130.840.53
HSV45°86°93°
CMYK 0.000.220.86   0.07
XYZ52.201752.63518.7748
Yxy52.63510.45950.4633
Hunter Lab72.55011.472943.6140
CIE-Lab77.65915.764075.0927

#ecb920 color RGB value is (236,185,32).

#ecb920 hex color red value is 236, green value is 185 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ecb920 hue: 0.13 , saturation: 0.84 and the lightness value of ecb920 is 0.53.

The process color (four color CMYK) of #ecb920 color hex is 0.00, 0.22, 0.86, 0.07. Web safe color of #ecb920 is #ffcc33. Color #ecb920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 00100000
Octal 354 271 40
Decimal 236 185 32
Hex EC B9 20

RGB Percentages of Color #ecb920

%52.10
%40.84
%7.06

CMYK Percentages of Color #ecb920

%0
%22
%86
%7

Triadic Colors of #ecb920

#ecb920 #20ecb9 #b920ec

Analogous Colors of #ecb920

#ecb920 #b9ec20 #ec5320

Monochromatic Colors of #ecb920

#ecb920

Complementary Color

#ecb920 #2053ec

#ecb920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb920 Color CSS Codes

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

#ecb920 Text Font Color

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

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


#ecb920 Background Color

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

This div background color is #ecb920


#ecb920 Border Color

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

This div border color is #ecb920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb920


Comments

No comments written yet.

Please login to write comment.