Color Hex Logo

#ecb35b Color Hex

#ECB35B
(236,179,91)
0 Favorites   0 Comments

Color spaces of #ecb35b

RGB 23617991
HSL0.100.790.64
HSV36°61°93°
CMYK 0.000.240.61   0.07
XYZ52.600550.828416.9360
Yxy50.82840.43700.4223
Hunter Lab71.29406.932135.8214
CIE-Lab76.574911.477052.0529

#ecb35b color RGB value is (236,179,91).

#ecb35b hex color red value is 236, green value is 179 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ecb35b hue: 0.10 , saturation: 0.79 and the lightness value of ecb35b is 0.64.

The process color (four color CMYK) of #ecb35b color hex is 0.00, 0.24, 0.61, 0.07. Web safe color of #ecb35b is #ffcc66. Color #ecb35b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 01011011
Octal 354 263 133
Decimal 236 179 91
Hex EC B3 5B

RGB Percentages of Color #ecb35b

%46.64
%35.38
%17.98

CMYK Percentages of Color #ecb35b

%0
%24
%61
%7

Triadic Colors of #ecb35b

#ecb35b #5becb3 #b35bec

Analogous Colors of #ecb35b

#ecb35b #ddec5b #ec6b5b

Monochromatic Colors of #ecb35b

#ecb35b

Complementary Color

#ecb35b #5b94ec

#ecb35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb35b Color CSS Codes

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

#ecb35b Text Font Color

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

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


#ecb35b Background Color

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

This div background color is #ecb35b


#ecb35b Border Color

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

This div border color is #ecb35b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb35b


Comments

No comments written yet.

Please login to write comment.