Color Hex Logo

#ecb83a Color Hex

#ECB83A
(236,184,58)
0 Favorites   0 Comments

Color spaces of #ecb83a

RGB 23618458
HSL0.120.820.58
HSV42°75°93°
CMYK 0.000.220.75   0.07
XYZ52.496352.419311.3541
Yxy52.41930.45150.4508
Hunter Lab72.40122.723941.3828
CIE-Lab77.53097.085367.1230

#ecb83a color RGB value is (236,184,58).

#ecb83a hex color red value is 236, green value is 184 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ecb83a hue: 0.12 , saturation: 0.82 and the lightness value of ecb83a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111000 00111010
Octal 354 270 72
Decimal 236 184 58
Hex EC B8 3A

RGB Percentages of Color #ecb83a

%49.37
%38.49
%12.13

CMYK Percentages of Color #ecb83a

%0
%22
%75
%7

Triadic Colors of #ecb83a

#ecb83a #3aecb8 #b83aec

Analogous Colors of #ecb83a

#ecb83a #c7ec3a #ec5f3a

Monochromatic Colors of #ecb83a

#ecb83a

Complementary Color

#ecb83a #3a6eec

#ecb83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb83a Color CSS Codes

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

#ecb83a Text Font Color

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

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


#ecb83a Background Color

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

This div background color is #ecb83a


#ecb83a Border Color

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

This div border color is #ecb83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb83a


Comments

No comments written yet.

Please login to write comment.