Color Hex Logo

#e6db31 Color Hex

#E6DB31
(230,219,49)
0 Favorites   0 Comments

Color spaces of #e6db31

RGB 23021949
HSL0.160.780.55
HSV56°79°90°
CMYK 0.000.050.79   0.10
XYZ58.519067.707812.8904
Yxy67.70780.42060.4867
Hunter Lab82.2847-17.053348.3112
CIE-Lab85.8601-13.692877.4163

#e6db31 color RGB value is (230,219,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011011 00110001
Octal 346 333 61
Decimal 230 219 49
Hex E6 DB 31

RGB Percentages of Color #e6db31

%46.18
%43.98
%9.84

CMYK Percentages of Color #e6db31

%0
%5
%79
%10

Triadic Colors of #e6db31

#e6db31 #31e6db #db31e6

Analogous Colors of #e6db31

#e6db31 #97e631 #e68131

Monochromatic Colors of #e6db31

#e6db31

Complementary Color

#e6db31 #313ce6

#e6db31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6db31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6db31 Color CSS Codes

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

#e6db31 Text Font Color

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

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


#e6db31 Background Color

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

This div background color is #e6db31


#e6db31 Border Color

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

This div border color is #e6db31


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,219,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6db31


Comments

No comments written yet.

Please login to write comment.