Color Hex Logo

#ebc74b Color Hex

#EBC74B
(235,199,75)
0 Favorites   0 Comments

Color spaces of #ebc74b

RGB 23519975
HSL0.130.800.61
HSV47°68°92°
CMYK 0.000.150.68   0.08
XYZ55.954459.017015.0989
Yxy59.01700.43020.4537
Hunter Lab76.8225-4.427342.1228
CIE-Lab81.3009-0.347964.2400

#ebc74b color RGB value is (235,199,75).

#ebc74b hex color red value is 235, green value is 199 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ebc74b hue: 0.13 , saturation: 0.80 and the lightness value of ebc74b is 0.61.

The process color (four color CMYK) of #ebc74b color hex is 0.00, 0.15, 0.68, 0.08. Web safe color of #ebc74b is #ffcc33. Color #ebc74b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 01001011
Octal 353 307 113
Decimal 235 199 75
Hex EB C7 4B

RGB Percentages of Color #ebc74b

%46.17
%39.10
%14.73

CMYK Percentages of Color #ebc74b

%0
%15
%68
%8

Triadic Colors of #ebc74b

#ebc74b #4bebc7 #c74beb

Analogous Colors of #ebc74b

#ebc74b #bfeb4b #eb774b

Monochromatic Colors of #ebc74b

#ebc74b

Complementary Color

#ebc74b #4b6feb

#ebc74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc74b Color CSS Codes

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

#ebc74b Text Font Color

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

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


#ebc74b Background Color

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

This div background color is #ebc74b


#ebc74b Border Color

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

This div border color is #ebc74b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc74b


Comments

No comments written yet.

Please login to write comment.