Color Hex Logo

#e6c930 Color Hex

#E6C930
(230,201,48)
0 Favorites   0 Comments

Color spaces of #e6c930

RGB 23020148
HSL0.140.780.55
HSV50°79°90°
CMYK 0.000.130.79   0.10
XYZ54.053358.809711.2988
Yxy58.80970.43530.4737
Hunter Lab76.6875-8.387144.9457
CIE-Lab81.1869-4.657073.5796

#e6c930 color RGB value is (230,201,48).

#e6c930 hex color red value is 230, green value is 201 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #e6c930 hue: 0.14 , saturation: 0.78 and the lightness value of e6c930 is 0.55.

The process color (four color CMYK) of #e6c930 color hex is 0.00, 0.13, 0.79, 0.10. Web safe color of #e6c930 is #ffcc33. Color #e6c930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001001 00110000
Octal 346 311 60
Decimal 230 201 48
Hex E6 C9 30

RGB Percentages of Color #e6c930

%48.02
%41.96
%10.02

CMYK Percentages of Color #e6c930

%0
%13
%79
%10

Triadic Colors of #e6c930

#e6c930 #30e6c9 #c930e6

Analogous Colors of #e6c930

#e6c930 #a8e630 #e66e30

Monochromatic Colors of #e6c930

#e6c930

Complementary Color

#e6c930 #304de6

#e6c930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6c930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6c930 Color CSS Codes

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

#e6c930 Text Font Color

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

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


#e6c930 Background Color

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

This div background color is #e6c930


#e6c930 Border Color

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

This div border color is #e6c930


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,201,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 #e6c930">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6c930


Comments

No comments written yet.

Please login to write comment.