Color Hex Logo

#ecb72f Color Hex

#ECB72F
(236,183,47)
0 Favorites   0 Comments

Color spaces of #ecb72f

RGB 23618347
HSL0.120.830.55
HSV43°80°93°
CMYK 0.000.220.80   0.07
XYZ52.038651.90519.9653
Yxy51.90510.45680.4557
Hunter Lab72.04522.852342.2306
CIE-Lab77.22417.212170.6003

#ecb72f color RGB value is (236,183,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110111 00101111
Octal 354 267 57
Decimal 236 183 47
Hex EC B7 2F

RGB Percentages of Color #ecb72f

%50.64
%39.27
%10.09

CMYK Percentages of Color #ecb72f

%0
%22
%80
%7

Triadic Colors of #ecb72f

#ecb72f #2fecb7 #b72fec

Analogous Colors of #ecb72f

#ecb72f #c3ec2f #ec592f

Monochromatic Colors of #ecb72f

#ecb72f

Complementary Color

#ecb72f #2f64ec

#ecb72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb72f Color CSS Codes

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

#ecb72f Text Font Color

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

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


#ecb72f Background Color

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

This div background color is #ecb72f


#ecb72f Border Color

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

This div border color is #ecb72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb72f


Comments

No comments written yet.

Please login to write comment.