Color Hex Logo

#ebb74f Color Hex

#EBB74F
(235,183,79)
0 Favorites   0 Comments

Color spaces of #ebb74f

RGB 23518379
HSL0.110.800.62
HSV40°66°92°
CMYK 0.000.220.66   0.08
XYZ52.605752.093714.6796
Yxy52.09370.44070.4364
Hunter Lab72.17603.792438.4644
CIE-Lab77.33688.206558.3726

#ebb74f color RGB value is (235,183,79).

#ebb74f hex color red value is 235, green value is 183 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ebb74f hue: 0.11 , saturation: 0.80 and the lightness value of ebb74f is 0.62.

The process color (four color CMYK) of #ebb74f color hex is 0.00, 0.22, 0.66, 0.08. Web safe color of #ebb74f is #ffcc66. Color #ebb74f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110111 01001111
Octal 353 267 117
Decimal 235 183 79
Hex EB B7 4F

RGB Percentages of Color #ebb74f

%47.28
%36.82
%15.90

CMYK Percentages of Color #ebb74f

%0
%22
%66
%8

Triadic Colors of #ebb74f

#ebb74f #4febb7 #b74feb

Analogous Colors of #ebb74f

#ebb74f #d1eb4f #eb694f

Monochromatic Colors of #ebb74f

#ebb74f

Complementary Color

#ebb74f #4f83eb

#ebb74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb74f Color CSS Codes

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

#ebb74f Text Font Color

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

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


#ebb74f Background Color

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

This div background color is #ebb74f


#ebb74f Border Color

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

This div border color is #ebb74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb74f


Comments

No comments written yet.

Please login to write comment.