Color Hex Logo

#ecb533 Color Hex

#ECB533
(236,181,51)
1 Favorites   0 Comments

Color spaces of #ecb533

RGB 23618151
HSL0.120.830.56
HSV42°78°93°
CMYK 0.000.230.78   0.07
XYZ51.713551.119610.2734
Yxy51.11960.45720.4520
Hunter Lab71.49803.985141.5293
CIE-Lab76.75148.395968.8659

#ecb533 color RGB value is (236,181,51).

#ecb533 hex color red value is 236, green value is 181 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #ecb533 hue: 0.12 , saturation: 0.83 and the lightness value of ecb533 is 0.56.

The process color (four color CMYK) of #ecb533 color hex is 0.00, 0.23, 0.78, 0.07. Web safe color of #ecb533 is #ffcc33. Color #ecb533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110101 00110011
Octal 354 265 63
Decimal 236 181 51
Hex EC B5 33

RGB Percentages of Color #ecb533

%50.43
%38.68
%10.90

CMYK Percentages of Color #ecb533

%0
%23
%78
%7

Triadic Colors of #ecb533

#ecb533 #33ecb5 #b533ec

Analogous Colors of #ecb533

#ecb533 #c7ec33 #ec5933

Monochromatic Colors of #ecb533

#ecb533

Complementary Color

#ecb533 #336aec

#ecb533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb533 Color CSS Codes

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

#ecb533 Text Font Color

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

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


#ecb533 Background Color

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

This div background color is #ecb533


#ecb533 Border Color

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

This div border color is #ecb533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb533


Comments

No comments written yet.

Please login to write comment.