Color Hex Logo

#e6c230 Color Hex

#E6C230
(230,194,48)
0 Favorites   0 Comments

Color spaces of #e6c230

RGB 23019448
HSL0.130.780.55
HSV48°79°90°
CMYK 0.000.160.79   0.10
XYZ52.458455.620010.7672
Yxy55.62000.44140.4680
Hunter Lab74.5788-4.956843.6453
CIE-Lab79.3971-1.057371.9914

#e6c230 color RGB value is (230,194,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11000010 00110000
Octal 346 302 60
Decimal 230 194 48
Hex E6 C2 30

RGB Percentages of Color #e6c230

%48.73
%41.10
%10.17

CMYK Percentages of Color #e6c230

%0
%16
%79
%10

Triadic Colors of #e6c230

#e6c230 #30e6c2 #c230e6

Analogous Colors of #e6c230

#e6c230 #afe630 #e66730

Monochromatic Colors of #e6c230

#e6c230

Complementary Color

#e6c230 #3054e6

#e6c230 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6c230 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6c230 Color CSS Codes

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

#e6c230 Text Font Color

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

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


#e6c230 Background Color

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

This div background color is #e6c230


#e6c230 Border Color

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

This div border color is #e6c230


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6c230


Comments

No comments written yet.

Please login to write comment.