Color Hex Logo

#ebb360 Color Hex

#EBB360
(235,179,96)
0 Favorites   0 Comments

Color spaces of #ebb360

RGB 23517996
HSL0.100.780.65
HSV36°59°92°
CMYK 0.000.240.59   0.08
XYZ52.492450.746918.0948
Yxy50.74690.43260.4182
Hunter Lab71.23696.867034.8056
CIE-Lab76.525411.409049.5684

#ebb360 color RGB value is (235,179,96).

#ebb360 hex color red value is 235, green value is 179 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ebb360 hue: 0.10 , saturation: 0.78 and the lightness value of ebb360 is 0.65.

The process color (four color CMYK) of #ebb360 color hex is 0.00, 0.24, 0.59, 0.08. Web safe color of #ebb360 is #ffcc66. Color #ebb360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110011 01100000
Octal 353 263 140
Decimal 235 179 96
Hex EB B3 60

RGB Percentages of Color #ebb360

%46.08
%35.10
%18.82

CMYK Percentages of Color #ebb360

%0
%24
%59
%8

Triadic Colors of #ebb360

#ebb360 #60ebb3 #b360eb

Analogous Colors of #ebb360

#ebb360 #deeb60 #eb6e60

Monochromatic Colors of #ebb360

#ebb360

Complementary Color

#ebb360 #6098eb

#ebb360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb360 Color CSS Codes

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

#ebb360 Text Font Color

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

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


#ebb360 Background Color

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

This div background color is #ebb360


#ebb360 Border Color

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

This div border color is #ebb360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb360


Comments

No comments written yet.

Please login to write comment.