Color Hex Logo

#ebb338 Color Hex

#EBB338
(235,179,56)
0 Favorites   0 Comments

Color spaces of #ebb338

RGB 23517956
HSL0.110.820.57
HSV41°76°92°
CMYK 0.000.240.76   0.08
XYZ51.094950.187910.7356
Yxy50.18790.45610.4480
Hunter Lab70.84344.764840.6056
CIE-Lab76.18449.205566.5429

#ebb338 color RGB value is (235,179,56).

#ebb338 hex color red value is 235, green value is 179 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ebb338 hue: 0.11 , saturation: 0.82 and the lightness value of ebb338 is 0.57.

The process color (four color CMYK) of #ebb338 color hex is 0.00, 0.24, 0.76, 0.08. Web safe color of #ebb338 is #ffcc33. Color #ebb338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 00111000
Octal 353 263 70
Decimal 235 179 56
Hex EB B3 38

RGB Percentages of Color #ebb338

%50.00
%38.09
%11.91

CMYK Percentages of Color #ebb338

%0
%24
%76
%8

Triadic Colors of #ebb338

#ebb338 #38ebb3 #b338eb

Analogous Colors of #ebb338

#ebb338 #caeb38 #eb5a38

Monochromatic Colors of #ebb338

#ebb338

Complementary Color

#ebb338 #3870eb

#ebb338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb338 Color CSS Codes

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

#ebb338 Text Font Color

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

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


#ebb338 Background Color

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

This div background color is #ebb338


#ebb338 Border Color

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

This div border color is #ebb338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb338


Comments

No comments written yet.

Please login to write comment.