Color Hex Logo

#eec530 Color Hex

#EEC530
(238,197,48)
0 Favorites   0 Comments

Color spaces of #eec530

RGB 23819748
HSL0.130.850.56
HSV47°80°93°
CMYK 0.000.170.80   0.07
XYZ55.759658.323011.1149
Yxy58.32300.44540.4658
Hunter Lab76.3695-3.318644.8295
CIE-Lab80.91800.815773.6287

#eec530 color RGB value is (238,197,48).

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

The process color (four color CMYK) of #eec530 color hex is 0.00, 0.17, 0.80, 0.07. Web safe color of #eec530 is #ffcc33. Color #eec530 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000101 00110000
Octal 356 305 60
Decimal 238 197 48
Hex EE C5 30

RGB Percentages of Color #eec530

%49.28
%40.79
%9.94

CMYK Percentages of Color #eec530

%0
%17
%80
%7

Triadic Colors of #eec530

#eec530 #30eec5 #c530ee

Analogous Colors of #eec530

#eec530 #b8ee30 #ee6630

Monochromatic Colors of #eec530

#eec530

Complementary Color

#eec530 #3059ee

#eec530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec530 Color CSS Codes

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

#eec530 Text Font Color

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

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


#eec530 Background Color

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

This div background color is #eec530


#eec530 Border Color

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

This div border color is #eec530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec530


Comments

No comments written yet.

Please login to write comment.