color codes Logo

#eebc2e color codes

#EEBC2E
(238,188,46)
0 Favorites   0 Comments

Color spaces of #eebc2e

RGB 23818846
HSL0.120.850.56
HSV44°81°93°
CMYK 0.000.210.81   0.07
XYZ53.736354.340810.2414
Yxy54.34080.45420.4593
Hunter Lab73.71621.116343.3642
CIE-Lab78.66005.423272.2513

#eebc2e color RGB value is (238,188,46).

#eebc2e hex color red value is 238, green value is 188 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #eebc2e hue: 0.12 , saturation: 0.85 and the lightness value of eebc2e is 0.56.

The process color (four color CMYK) of #eebc2e color code is 0.00, 0.21, 0.81, 0.07. Web safe color of #eebc2e is #ffcc33. Color #eebc2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 00101110
Octal 356 274 56
Decimal 238 188 46
Hex EE BC 2E

RGB Percentages of Color #eebc2e

%50.42
%39.83
%9.75

CMYK Percentages of Color #eebc2e

%0
%21
%81
%7

Triadic Colors of #eebc2e

#eebc2e #2eeebc #bc2eee

Analogous Colors of #eebc2e

#eebc2e #c0ee2e #ee5c2e

Monochromatic Colors of #eebc2e

#eebc2e

Complementary Color

#eebc2e #2e60ee

#eebc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebc2e Color CSS Codes

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

#eebc2e Text Font Color

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

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


#eebc2e Background Color

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

This div background color is #eebc2e


#eebc2e Border Color

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

This div border color is #eebc2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,188,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eebc2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eebc2e;
  -webkit-box-shadow: 1px 1px 3px 2px #eebc2e;
  box-shadow:         1px 1px 3px 2px #eebc2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,188,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebc2e


Comments

No comments written yet.

Please login to write comment.