Color Hex Logo

#e6bf16 Color Hex

#E6BF16
(230,191,22)
0 Favorites   0 Comments

Color spaces of #e6bf16

RGB 23019122
HSL0.140.830.49
HSV49°90°90°
CMYK 0.000.170.90   0.10
XYZ51.408754.14258.5001
Yxy54.14250.45080.4747
Hunter Lab73.5816-4.056544.6580
CIE-Lab78.5448-0.137677.5308

#e6bf16 color RGB value is (230,191,22).

#e6bf16 hex color red value is 230, green value is 191 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #e6bf16 hue: 0.14 , saturation: 0.83 and the lightness value of e6bf16 is 0.49.

The process color (four color CMYK) of #e6bf16 color hex is 0.00, 0.17, 0.90, 0.10. Web safe color of #e6bf16 is #ffcc00. Color #e6bf16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10111111 00010110
Octal 346 277 26
Decimal 230 191 22
Hex E6 BF 16

RGB Percentages of Color #e6bf16

%51.92
%43.12
%4.97

CMYK Percentages of Color #e6bf16

%0
%17
%90
%10

Triadic Colors of #e6bf16

#e6bf16 #16e6bf #bf16e6

Analogous Colors of #e6bf16

#e6bf16 #a5e616 #e65716

Monochromatic Colors of #e6bf16

#e6bf16

Complementary Color

#e6bf16 #163de6

#e6bf16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6bf16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6bf16 Color CSS Codes

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

#e6bf16 Text Font Color

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

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


#e6bf16 Background Color

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

This div background color is #e6bf16


#e6bf16 Border Color

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

This div border color is #e6bf16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6bf16


Comments

No comments written yet.

Please login to write comment.