Color Hex Logo

#ebb61e Color Hex

#EBB61E
(235,182,30)
0 Favorites   0 Comments

Color spaces of #ebb61e

RGB 23518230
HSL0.120.840.52
HSV44°87°92°
CMYK 0.000.230.87   0.08
XYZ51.223251.21188.4134
Yxy51.21180.46210.4620
Hunter Lab71.56242.533143.1231
CIE-Lab76.80716.861574.8265

#ebb61e color RGB value is (235,182,30).

#ebb61e hex color red value is 235, green value is 182 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ebb61e hue: 0.12 , saturation: 0.84 and the lightness value of ebb61e is 0.52.

The process color (four color CMYK) of #ebb61e color hex is 0.00, 0.23, 0.87, 0.08. Web safe color of #ebb61e is #ffcc33. Color #ebb61e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110110 00011110
Octal 353 266 36
Decimal 235 182 30
Hex EB B6 1E

RGB Percentages of Color #ebb61e

%52.57
%40.72
%6.71

CMYK Percentages of Color #ebb61e

%0
%23
%87
%8

Triadic Colors of #ebb61e

#ebb61e #1eebb6 #b61eeb

Analogous Colors of #ebb61e

#ebb61e #baeb1e #eb501e

Monochromatic Colors of #ebb61e

#ebb61e

Complementary Color

#ebb61e #1e53eb

#ebb61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb61e Color CSS Codes

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

#ebb61e Text Font Color

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

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


#ebb61e Background Color

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

This div background color is #ebb61e


#ebb61e Border Color

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

This div border color is #ebb61e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb61e


Comments

No comments written yet.

Please login to write comment.